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

Massimiliano Torromeo mtorromeo at archlinux.org
Thu Jan 12 20:33:09 UTC 2017


    Date: Thursday, January 12, 2017 @ 20:33:07
  Author: mtorromeo
Revision: 207086

upgpkg: r8168-lts 8.043.02-1

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-12 20:32:05 UTC (rev 207085)
+++ PKGBUILD	2017-01-12 20:33:07 UTC (rev 207086)
@@ -3,11 +3,10 @@
 
 pkgname=r8168-lts
 _pkgname=r8168
-pkgver=8.042
-pkgrel=7
+pkgver=8.043.02
+pkgrel=1
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
-#url="http://www.realtek.com.tw"
-url="https://code.google.com/p/r8168/"
+url="http://www.realtek.com.tw"
 license=("GPL")
 arch=('i686' 'x86_64')
 depends=('glibc' "linux-lts>=4.4.42" "linux-lts<4.5")
@@ -14,13 +13,13 @@
 makedepends=("linux-lts-headers>=4.4.42" "linux-lts-headers<4.5")
 install=$pkgname.install
 source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('9dd8ae22115bcbef98c15b0b1e2160300cce3129ef7e0485d7e577188ba3fcc2')
+sha256sums=('ea22aa1dfda20615f5e114f982f7e61385f871f682eea0c154245760a439abc4')
 
 _extramodules=extramodules-4.4-lts
 
 build() {
 	cd "$_pkgname-$pkgver"
-	local _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+	_kernver="$(cat /usr/lib/modules/$_extramodules/version)"
 	make -C /usr/lib/modules/$_kernver/build \
 			SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
 			EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \



More information about the arch-commits mailing list