summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55e2efed8ebd..49207b7cb835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgbase=r8168
pkgname=${_pkgbase}-dkms
pkgver=8.042
-pkgrel=1
+pkgrel=3
pkgdesc="A kernel module for Realtek 8168 network cards"
url="http://www.realtek.com.tw"
license=("GPL")
@@ -13,14 +13,17 @@ optdepends=('linux-headers: Build the module for Arch kernel'
#install=$pkgname.install
source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz
'linux-4.5.patch'
+ 'linux-4.7.patch'
'dkms.conf')
sha256sums=('9dd8ae22115bcbef98c15b0b1e2160300cce3129ef7e0485d7e577188ba3fcc2'
- '6416bb61b72316a519d36dc5c3e50019b2b2f75a017ed6e49626ad57916ec60a'
+ '96f3367037a54fe699981a2d7a4b92754629bae7143b1241d787bf59d4a95ffa'
+ 'defdca26208590a9e1225d8dd51edea412f49420a99d9877c34600d5f88065a0'
'260d8142e944f3144cbc704534e662d427318d8b32dc7a2852a855be72e8d763')
prepare() {
cd "r8168-$pkgver"
patch -p1 -i ../linux-4.5.patch
+ patch -p1 -i ../linux-4.7.patch
}