summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Avance2024-04-07 14:01:20 -0500
committerAlex Avance2024-04-07 14:01:20 -0500
commit8880e0262476639803cb4bb5a6c4128b8062c99c (patch)
tree6a1a3136a418e4de8d0138adb3026ecf0b4b362a
parentbcea992db510d556d444664ddbec7d0b2b767573 (diff)
downloadaur-r8125-dkms.tar.gz
chore: update to 9.013.02 and change source url to github
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad813c7258c8..38e81cc61031 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r8125-dkms
pkgdesc = Kernel module for RTL8125
- pkgver = 9.012.04
+ pkgver = 9.013.02
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,9 +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 = http://rtitwww.realtek.com/rtdrivers/cn/nic1/r8125-9.012.04.tar.bz2
+ source = https://github.com/aravance/r8125/archive/refs/tags/9.013.02.tar.gz
source = dkms.conf
- sha256sums = cb5e66c983b42cc32609464c32a2097b8301f09853020e11950d3fd5de0bb4e2
+ sha256sums = 7011ddd90717395dce2f5112fa8b6beeb519416e3b306d8ae70159be618b70e5
sha256sums = ad4c67e0c74661d19b74872f98254184d4b04e32e4c57b338a84fbcefa4c721f
pkgname = r8125-dkms
diff --git a/PKGBUILD b/PKGBUILD
index 851579df3547..c15e3db7227d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=r8125
pkgname=${_pkgname}-dkms
-pkgver=9.012.04
+pkgver=9.013.02
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=("http://rtitwww.realtek.com/rtdrivers/cn/nic1/${_pkgname}-${pkgver}.tar.bz2" 'dkms.conf')
-sha256sums=('cb5e66c983b42cc32609464c32a2097b8301f09853020e11950d3fd5de0bb4e2'
+source=("https://github.com/aravance/${_pkgname}/archive/refs/tags/${pkgver}.tar.gz" 'dkms.conf')
+sha256sums=('7011ddd90717395dce2f5112fa8b6beeb519416e3b306d8ae70159be618b70e5'
'ad4c67e0c74661d19b74872f98254184d4b04e32e4c57b338a84fbcefa4c721f')
package() {