summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiorgio Gilestro2016-09-30 08:46:35 +0100
committerGiorgio Gilestro2016-09-30 08:46:35 +0100
commit15bd56e9a2a6272a4f20f9f96148f3d845090fe3 (patch)
tree4c18959951f880cee07b5382b14ca5deafcbf8a3 /PKGBUILD
parent21f101bc2f94f9655112d83a5399e9a74cb0f1e7 (diff)
downloadaur-15bd56e9a2a6272a4f20f9f96148f3d845090fe3.tar.gz
Included patch by Amrik Kochhar <amrik@common.net>
to move the dkms config'd location of the module to /updates so it would work for a USB gig-E adapter.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36025083e897..f108fa9cbba1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase=r8152
pkgname=${_pkgbase}-dkms
pkgver=2.07.0
-pkgrel=1
+pkgrel=2
pkgdesc="A kernel module for Realtek 8152 network adapters"
url="http://www.realtek.com.tw"
license=("GPL")
@@ -15,7 +15,7 @@ optdepends=('linux-headers: Build the module for Arch kernel'
source=(http://12244.wpc.azureedge.net/8012244/drivers/rtdrivers/cn/nic/0005-${_pkgbase}.53-$pkgver.tar.bz2
'dkms.conf')
sha256sums=('cabefb22eef081a2d34088322efc9f1ac55b73978965eb24643a8037837d8b7b'
- '0a15d5490745d1763b812be21e0ee32c1e63bc434459229ef7e66f2af2c50b85')
+ '236d6d0b7caea466b107251c0c898fc7286999ae9eab04800a97125f3b719392')
prepare() {
cd "r8152-$pkgver"