summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f108fa9cbba1..5ac8f8008aa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Giorgio Gilestro <giorgio@gilest.ro>
+# Contributor: Richard Mathot <rim@odoo.com>
_pkgbase=r8152
pkgname=${_pkgbase}-dkms
-pkgver=2.07.0
-pkgrel=2
+pkgver=2.08.0
+pkgrel=1
pkgdesc="A kernel module for Realtek 8152 network adapters"
url="http://www.realtek.com.tw"
license=("GPL")
@@ -12,15 +13,15 @@ conflicts=("${_pkgbase}")
optdepends=('linux-headers: Build the module for Arch kernel'
'linux-lts-headers: Build the module for LTS Arch kernel')
#install=$pkgname.install
-source=(http://12244.wpc.azureedge.net/8012244/drivers/rtdrivers/cn/nic/0005-${_pkgbase}.53-$pkgver.tar.bz2
+source=(http://12244.wpc.azureedge.net/8012244/drivers/rtdrivers/cn/nic/0007-${_pkgbase}.53-$pkgver.bz2
'dkms.conf')
-sha256sums=('cabefb22eef081a2d34088322efc9f1ac55b73978965eb24643a8037837d8b7b'
+sha256sums=('7c604f41da3d25ef9260cdfe4f929fb7ee380e83652e268d21e7a538eabe85f9'
'236d6d0b7caea466b107251c0c898fc7286999ae9eab04800a97125f3b719392')
prepare() {
cd "r8152-$pkgver"
}
-
+
package() {
install -Dm644 dkms.conf "${pkgdir}/usr/src/${_pkgbase}-${pkgver}/dkms.conf"