[arch-commits] Commit in linux/trunk (PKGBUILD)

Tobias Powalowski tpowa at nymeria.archlinux.org
Thu Aug 15 12:00:06 UTC 2013


    Date: Thursday, August 15, 2013 @ 14:00:06
  Author: tpowa
Revision: 193061

upgpkg: linux 3.10.7-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-15 10:40:13 UTC (rev 193060)
+++ PKGBUILD	2013-08-15 12:00:06 UTC (rev 193061)
@@ -5,8 +5,8 @@
 pkgbase=linux               # Build stock -ARCH kernel
 #pkgbase=linux-custom       # Build kernel with a different name
 _srcname=linux-3.10
-pkgver=3.10.6
-pkgrel=2
+pkgver=3.10.7
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/"
 license=('GPL2')
@@ -20,17 +20,15 @@
         'linux.preset'
         'change-default-console-loglevel.patch'
         'criu-no-expert.patch'
-        '3.10.6-logitech-dj.patch'
-        '3.10.6-reset-superseed-xhci-hcd.patch')
+        '3.10.6-logitech-dj.patch')
 md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
-         'b41c06c1154592045cc2a9d88363de14'
+         '6b1b6b62044fcf3624f067154d5c1666'
          '09aad29932fe0d1aa765b314800db9a8'
          '5ffd739d5b3e7c68bf07472aaceca400'
          'eb14dcfd80c00852ef81ded6e826826a'
          'f3def2cefdcbb954c21d8505d23cc83c'
          'd50c1ac47394e9aec637002ef3392bd1'
-         '3ff40ca684cfe719723e627e2cef7cea'
-         '31f4d721494c4d5493ed90d9c504c5c9')
+         '3ff40ca684cfe719723e627e2cef7cea')
 
 _kernelname=${pkgbase#linux}
 
@@ -61,9 +59,6 @@
   # fix FS#35991 - [linux] 3.10.x renders Logitech Unified Receivers useless
   patch -Np1 -i  "${srcdir}/3.10.6-logitech-dj.patch"
 
-  # fix FS#36296 - [linux] 3.10.3 reset SuperSpeed USB using xhci_hcd
-  patch -Np1 -i  "${srcdir}/3.10.6-reset-superseed-xhci-hcd.patch"
-
   if [ "${CARCH}" = "x86_64" ]; then
     cat "${srcdir}/config.x86_64" > ./.config
   else
@@ -343,4 +338,4 @@
   }"
 done
 
-# vim:set ts=8 sts=2 sw=2 et:
\ No newline at end of file
+# vim:set ts=8 sts=2 sw=2 et:




More information about the arch-commits mailing list