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

Jan Steffens heftig at archlinux.org
Fri Oct 25 15:52:55 UTC 2019


    Date: Friday, October 25, 2019 @ 15:52:55
  Author: heftig
Revision: 519246

8.047.04-6: LTS kernel 4.19.80-2

Modified:
  r8168-lts/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-25 15:52:54 UTC (rev 519245)
+++ PKGBUILD	2019-10-25 15:52:55 UTC (rev 519246)
@@ -2,13 +2,12 @@
 
 pkgname=r8168-lts
 pkgver=8.047.04
-pkgrel=5
+pkgrel=6
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw"
 license=("GPL")
 arch=('x86_64')
-depends=('glibc' "linux-lts>=4.19.80" "linux-lts<4.20")
-makedepends=("linux-lts-headers>=4.19.80" "linux-lts-headers<4.20")
+makedepends=('linux-lts-headers')
 source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('4a201c7691b66e47f19172367c70a14b8b38d600f0739719c57dba9c0cf3f17a')
 
@@ -26,6 +25,8 @@
 }
 
 package() {
+	depends=('glibc' 'linux-lts')
+
 	local extradir=/usr/lib/modules/$(</usr/src/linux-lts/version)/extramodules
 	cd "r8168-$pkgver"
 	install -Dt "$pkgdir$extradir" -m644 src/*.ko
@@ -34,3 +35,5 @@
 	echo "blacklist r8169" | \
 		install -Dm644 /dev/stdin "$pkgdir/usr/lib/modprobe.d/$pkgname.conf"
 }
+
+# vim:set noet:



More information about the arch-commits mailing list