Date: Friday, October 26, 2018 @ 19:06:14 Author: heftig Revision: 399146
8.046.00-20 Modified: r8168/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-26 19:03:02 UTC (rev 399145) +++ PKGBUILD 2018-10-26 19:06:14 UTC (rev 399146) @@ -4,7 +4,7 @@ pkgname=r8168 pkgver=8.046.00 -pkgrel=19 +pkgrel=20 pkgdesc="A kernel module for Realtek 8168 network cards" url="http://www.realtek.com.tw" license=("GPL") @@ -28,7 +28,7 @@ } package() { - depends=("linux>=4.18" "linux<4.19") + depends=("linux>=4.19" "linux<4.20") cd "$pkgname-$pkgver" install -Dt "$pkgdir/usr/lib/modules/extramodules-ARCH" -m644 src/*.ko
