Date: Thursday, May 16, 2019 @ 05:38:34 Author: heftig Revision: 467501
8.047.01-10 Modified: r8168/trunk/PKGBUILD ----------+ PKGBUILD | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-16 04:32:44 UTC (rev 467500) +++ PKGBUILD 2019-05-16 05:38:34 UTC (rev 467501) @@ -4,7 +4,7 @@ pkgname=r8168 pkgver=8.047.01 -pkgrel=9 +pkgrel=10 pkgdesc="A kernel module for Realtek 8168 network cards" url="http://www.realtek.com.tw" license=("GPL") @@ -28,8 +28,6 @@ } package() { - depends=("linux>=5.0" "linux<5.1") - cd "$pkgname-$pkgver" install -Dt "$pkgdir/usr/lib/modules/extramodules-ARCH" -m644 src/*.ko find "$pkgdir" -name '*.ko' -exec xz {} +
