summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-11-11 22:01:51 +0100
committerTérence Clastres2019-11-11 22:01:51 +0100
commitfc9d9997f2846892cc47ac580e28ea04724fa6c2 (patch)
tree730d0d3d6abe00789f4cb2e9e339b52a084a8b1a
parentc1701e02d770a1147181cfef546111535854a40a (diff)
downloadaur-fc9d9997f2846892cc47ac580e28ea04724fa6c2.tar.gz
Fix checksum issue with source now bound to pkgver and update to 5.3.10
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95dd5fd5194f..04ecb1f848b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = i2c-piix4-aura-dkms
pkgdesc = The i2c-piix4 kernel driver, patched to be used with OpenAuraSDK: https://gitlab.com/CalcProgrammer1/OpenAuraSDK
- pkgver = 5.3.4
+ pkgver = 5.3.10
pkgrel = 1
url = https://bugzilla.kernel.org/show_bug.cgi?id=202587
arch = x86_64
license = GPL2
depends = dkms
- source = https://raw.githubusercontent.com/torvalds/linux/master/drivers/i2c/busses/i2c-piix4.c
+ source = i2c-piix4.c::https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/plain/drivers/i2c/busses/i2c-piix4.c?h=v5.3.10
source = https://gitlab.com/CalcProgrammer1/OpenAuraSDK/uploads/241ead031b210fba3772ea2b648fec05/piix4-2.diff
source = dkms.conf
source = Makefile
diff --git a/PKGBUILD b/PKGBUILD
index 92fde3e22ebd..1b3e0ba5b5e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=i2c-piix4-aura-dkms
_pkgbase=${pkgname%-dkms}
-pkgver=5.3.4
+pkgver=5.3.10
pkgrel=1
pkgdesc="The i2c-piix4 kernel driver, patched to be used with OpenAuraSDK: https://gitlab.com/CalcProgrammer1/OpenAuraSDK"
arch=('x86_64')
url="https://bugzilla.kernel.org/show_bug.cgi?id=202587"
license=('GPL2')
depends=('dkms')
-source=("https://raw.githubusercontent.com/torvalds/linux/master/drivers/i2c/busses/i2c-piix4.c"
+source=("i2c-piix4.c::https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/plain/drivers/i2c/busses/i2c-piix4.c?h=v${pkgver}"
"https://gitlab.com/CalcProgrammer1/OpenAuraSDK/uploads/241ead031b210fba3772ea2b648fec05/piix4-2.diff"
'dkms.conf'
'Makefile'