Date: Tuesday, March 5, 2019 @ 13:25:44
  Author: mtorromeo
Revision: 437715

upgpkg: r8168 8.046.00-49

Rebuild for linux 5.0

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-05 12:59:30 UTC (rev 437714)
+++ PKGBUILD    2019-03-05 13:25:44 UTC (rev 437715)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.046.00
-pkgrel=48
+pkgrel=49
 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.20" "linux<4.21")
+       depends=("linux>=5.0" "linux<5.1")
 
        cd "$pkgname-$pkgver"
        install -Dt "$pkgdir/usr/lib/modules/extramodules-ARCH" -m644 src/*.ko

Reply via email to