summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJSH2019-04-21 09:41:36 -0400
committerJSH2019-04-21 10:38:32 -0400
commit750ce54b7545703d619c7682a130967e21b6ae25 (patch)
tree96ed1fc9f7a3f5efc289562ba7a266c5aa707843
parentd79c7302a7cf83de6d1547be6540d5d2b0bcce80 (diff)
downloadaur-750ce54b7545703d619c7682a130967e21b6ae25.tar.gz
Update to version 1.034.02
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4253102096ae..f4ef78d3ea20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,17 @@
-# Generated by mksrcinfo v8
-# Mon Jan 21 22:12:04 UTC 2019
pkgbase = r8101-dkms
pkgdesc = RTL810xE Fast Ethernet Driver (DKMS) (MANUAL DOWNLOAD)
- pkgver = 1.033.00
- pkgrel = 4
+ pkgver = 1.034.02
+ pkgrel = 1
url = https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100m-fast-ethernet-pci-express-software
- arch = i686
arch = x86_64
license = GPL2
depends = dkms>=2.2.0.3+git151023-5
optdepends = ethtool: device configuration
provides = r8101
conflicts = r8101
- source = https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100m-fast-ethernet-pci-express-software/0010-r8101-1.033.00.tar.bz2
+ source = https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100m-fast-ethernet-pci-express-software/r8101-1.034.02.tar.bz2
source = dkms.conf
- sha256sums = 587146b9fd651ec3df5d8b99ee39a6587784627d8d6245185e5d188bc755560c
+ sha256sums = f2626f4230eb0c8bd8811929e4d3ae076f7048ff5ba9a4b1cfea5205ba95d895
sha256sums = 2846e89fe3fd68c64c71a0f1150873a061571acc63e65cca6d825df7985ad7b5
pkgname = r8101-dkms
diff --git a/PKGBUILD b/PKGBUILD
index 68b5b250c675..bbee2d120e71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgbase=r8101
pkgname=r8101-dkms
-pkgver=1.033.00
-pkgrel=4
+pkgver=1.034.02
+pkgrel=1
pkgdesc="RTL810xE Fast Ethernet Driver (DKMS) (MANUAL DOWNLOAD)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100m-fast-ethernet-pci-express-software"
license=('GPL2')
depends=('dkms>=2.2.0.3+git151023-5')
@@ -16,7 +16,7 @@ conflicts=("${_pkgbase}")
# Modify this array so that it points to the manually downloaded file
# The current setting is NOT a valid URL
-source=("${url}/0010-${_pkgbase}-${pkgver}.tar.bz2"
+source=("${url}/${_pkgbase}-${pkgver}.tar.bz2"
'dkms.conf')
#prepare() {
@@ -39,5 +39,5 @@ package() {
cp -r ${_pkgbase}-${pkgver}/src ${_pkgbase}-${pkgver}/Makefile \
"${pkgdir}"/usr/src/${_pkgbase}-${pkgver}/
}
-sha256sums=('587146b9fd651ec3df5d8b99ee39a6587784627d8d6245185e5d188bc755560c'
+sha256sums=('f2626f4230eb0c8bd8811929e4d3ae076f7048ff5ba9a4b1cfea5205ba95d895'
'2846e89fe3fd68c64c71a0f1150873a061571acc63e65cca6d825df7985ad7b5')