summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Amend2021-08-22 08:53:29 +0200
committerBernd Amend2021-08-22 08:53:29 +0200
commit59ce8f9f33524f25479992597ea1f53fe74f37ae (patch)
treea106cc3d7af654538e8a10b63211908696d321e0
parent16a0f63d046e7b82ce8b8be61901eb8594776adc (diff)
downloadaur-59ce8f9f33524f25479992597ea1f53fe74f37ae.tar.gz
Update to version 9.006.04
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca316d2f8536..1de815137cb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r8125-dkms
pkgdesc = Kernel module for RTL8125
- pkgver = 9.005.01
+ pkgver = 9.006.04
pkgrel = 1
url = https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software
arch = any
@@ -9,10 +9,9 @@ pkgbase = r8125-dkms
optdepends = linux-headers: Build the module for Arch kernel
optdepends = linux-lts-headers: Build the module for LTS Arch kernel
conflicts = r8125
- source = https://github.com/aravance/r8125/archive/9.005.01.tar.gz
+ source = http://rtitwww.realtek.com/rtdrivers/cn/nic1/r8125-9.006.04.tar.bz2
source = dkms.conf
- sha256sums = 653696e5cf6e4686b4b62ac25b21d77c82f975a3344ef88d77dbb29e898c506a
+ sha256sums = 390c28fe83338ba500728186b566546ddb4ed8305ac6b4d9646040975978059b
sha256sums = ad4c67e0c74661d19b74872f98254184d4b04e32e4c57b338a84fbcefa4c721f
pkgname = r8125-dkms
-
diff --git a/PKGBUILD b/PKGBUILD
index 5fe7694b7212..d238b8f629c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=r8125
pkgname=${_pkgname}-dkms
-pkgver=9.005.01
+pkgver=9.006.04
pkgrel=1
url="https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software"
pkgdesc="Kernel module for RTL8125"
@@ -14,8 +14,8 @@ depends=('dkms')
conflicts=("${_pkgname}")
optdepends=('linux-headers: Build the module for Arch kernel'
'linux-lts-headers: Build the module for LTS Arch kernel')
-source=("https://github.com/aravance/${_pkgname}/archive/${pkgver}.tar.gz" 'dkms.conf')
-sha256sums=('653696e5cf6e4686b4b62ac25b21d77c82f975a3344ef88d77dbb29e898c506a'
+source=("http://rtitwww.realtek.com/rtdrivers/cn/nic1/${_pkgname}-${pkgver}.tar.bz2" 'dkms.conf')
+sha256sums=('390c28fe83338ba500728186b566546ddb4ed8305ac6b4d9646040975978059b'
'ad4c67e0c74661d19b74872f98254184d4b04e32e4c57b338a84fbcefa4c721f')
package() {