Date: Monday, December 16, 2013 @ 11:52:18 Author: mtorromeo Revision: 102598
upgpkg: r8168-lts 8.037.00-1 Updated r8168-lts to 8.037.00 Modified: r8168-lts/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-16 08:57:00 UTC (rev 102597) +++ PKGBUILD 2013-12-16 10:52:18 UTC (rev 102598) @@ -3,8 +3,8 @@ pkgname=r8168-lts _pkgname=r8168 -pkgver=8.036.00 -pkgrel=8 +pkgver=8.037.00 +pkgrel=1 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts" url="http://www.realtek.com.tw" license=("GPL") @@ -11,17 +11,11 @@ arch=('i686' 'x86_64') depends=('glibc' "linux-lts>=3.10" "linux-lts<3.11") makedepends=("linux-lts-headers>=3.10" "linux-lts-headers<3.11") -source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2 - linux-3.10.patch) +source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2) install=$pkgname.install _extramodules=extramodules-3.10-lts -prepare() { - cd "$_pkgname-$pkgver" - patch -p0 -i ../linux-3.10.patch -} - build() { cd "$_pkgname-$pkgver" local _kernver="$(cat /usr/lib/modules/$_extramodules/version)" @@ -37,5 +31,4 @@ find "$pkgdir" -name '*.ko' -exec gzip -9 {} + } -sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33' - '1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87') +sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')
