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

Jan Steffens heftig at archlinux.org
Tue Jun 5 20:22:47 UTC 2018


    Date: Tuesday, June 5, 2018 @ 20:22:46
  Author: heftig
Revision: 340625

8.045.08-63: kernel 4.17-1

Modified:
  r8168/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 20:22:44 UTC (rev 340624)
+++ PKGBUILD	2018-06-05 20:22:46 UTC (rev 340625)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.045.08
-pkgrel=62
+pkgrel=63
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw"
 license=("GPL")
@@ -23,7 +23,7 @@
 }
 
 build() {
-	KERNEL_VERSION=$(cat /usr/lib/modules/extramodules-4.16-ARCH/version)
+	KERNEL_VERSION=$(cat /usr/lib/modules/extramodules-4.17-ARCH/version)
 	msg2 "Kernel = $KERNEL_VERSION"
 
 	cd "$pkgname-$pkgver"
@@ -36,10 +36,10 @@
 }
 
 package() {
-	depends=("linux>=4.16" "linux<4.17")
+	depends=("linux>=4.17" "linux<4.18")
 
 	cd "$pkgname-$pkgver"
-	install -Dt "$pkgdir/usr/lib/modules/extramodules-4.16-ARCH" -m644 src/*.ko
+	install -Dt "$pkgdir/usr/lib/modules/extramodules-4.17-ARCH" -m644 src/*.ko
 	find "$pkgdir" -name '*.ko' -exec xz {} +
 
 	echo "blacklist r8169" | \



More information about the arch-commits mailing list