summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlois Nespor2017-09-22 15:43:47 +0200
committerAlois Nespor2017-09-22 15:43:47 +0200
commit0c60aecd8eb9db580933d7b5846f56ea65a9dd74 (patch)
tree66fa86ddfd772408f71becb73e0119a351d747bd
parent47c2c6a366e2b5803c8310ec9ef821ed191912be (diff)
downloadaur-0c60aecd8eb9db580933d7b5846f56ea65a9dd74.tar.gz
Update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD24
2 files changed, 17 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e80db73b99f..ba2d207702b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat May 20 16:22:39 UTC 2017
+# Fri Sep 22 13:43:27 UTC 2017
pkgbase = r8168-dkms
pkgdesc = A kernel module for Realtek 8168 network cards
- pkgver = 8.044.02
- pkgrel = 3
+ pkgver = 8.045.08
+ pkgrel = 1
url = http://www.realtek.com.tw
install = r8168-dkms.install
arch = i686
@@ -15,12 +15,10 @@ pkgbase = r8168-dkms
optdepends = linux-lts-headers: Needed for build the module for LTS Arch kernel
optdepends = linux-zen-headers: Needed for build the module for ZEN Arch kernel
conflicts = r8168
- source = https://github.com/mtorromeo/r8168/archive/8.044.02/r8168-8.044.02.tar.gz
+ source = http://12244.wpc.azureedge.net/8012244/drivers/rtdrivers/cn/nic/0010-r8168-8.045.08.tar.bz2
source = dkms.conf
- source = linux-4.11.patch
- sha256sums = aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3
+ sha256sums = 29a17aa12b80786cf016799bbe01da8fdd8ee0a4e90b18e740935d81046ec74d
sha256sums = 260d8142e944f3144cbc704534e662d427318d8b32dc7a2852a855be72e8d763
- sha256sums = 21857077bd5b26a08456f97f170b2772e8cadfb331577ddb2bcb680b31c5c0d3
pkgname = r8168-dkms
diff --git a/PKGBUILD b/PKGBUILD
index bb4effec4324..3ec58388db48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgbase=r8168
pkgname=${_pkgbase}-dkms
-pkgver=8.044.02
-pkgrel=3
+pkgver=8.045.08
+pkgrel=1
pkgdesc="A kernel module for Realtek 8168 network cards"
url="http://www.realtek.com.tw"
license=("GPL")
@@ -11,15 +11,16 @@ conflicts=("${_pkgbase}")
optdepends=('linux-headers: Needed for build the module for Arch kernel'
'linux-lts-headers: Needed for build the module for LTS Arch kernel'
'linux-zen-headers: Needed for build the module for ZEN Arch kernel')
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz
- 'dkms.conf'
- linux-4.11.patch)
+#source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz
+source=(http://12244.wpc.azureedge.net/8012244/drivers/rtdrivers/cn/nic/0010-r8168-8.045.08.tar.bz2
+ 'dkms.conf')
+# linux-4.11.patch)
install=r8168-dkms.install
-prepare() {
- cd "r8168-$pkgver"
- patch -p1 -i "$srcdir/linux-4.11.patch"
-}
+#prepare() {
+# cd "r8168-$pkgver"
+# patch -p1 -i "$srcdir/linux-4.11.patch"
+#}
package() {
@@ -33,6 +34,5 @@ package() {
rm src/Makefile_linux24x
cp -dr --no-preserve='ownership' src "${pkgdir}/usr/src/${_pkgbase}-${pkgver}/src"
}
-sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3'
- '260d8142e944f3144cbc704534e662d427318d8b32dc7a2852a855be72e8d763'
- '21857077bd5b26a08456f97f170b2772e8cadfb331577ddb2bcb680b31c5c0d3')
+sha256sums=('29a17aa12b80786cf016799bbe01da8fdd8ee0a4e90b18e740935d81046ec74d'
+ '260d8142e944f3144cbc704534e662d427318d8b32dc7a2852a855be72e8d763')