Date: Monday, August 13, 2018 @ 13:24:44 Author: heftig Revision: 371273
8.046.00-3 Modified: r8168/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-13 13:24:00 UTC (rev 371272) +++ PKGBUILD 2018-08-13 13:24:44 UTC (rev 371273) @@ -5,7 +5,7 @@ pkgname=r8168 pkgver=8.046.00 -pkgrel=2 +pkgrel=3 pkgdesc="A kernel module for Realtek 8168 network cards" url="http://www.realtek.com.tw" license=("GPL") @@ -29,7 +29,7 @@ } package() { - depends=("linux>=4.17" "linux<4.18") + depends=("linux>=4.18" "linux<4.19") cd "$pkgname-$pkgver" install -Dt "$pkgdir/usr/lib/modules/extramodules-ARCH" -m644 src/*.ko
