summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerry2023-09-04 14:47:19 +0800
committerJerry2023-09-04 14:47:19 +0800
commitc2d23981f9115cd9e65a48df6dbe702c250bc06d (patch)
tree725031f67972db3daa3e73a549331555851624c1
parent98cb10c082d6728a8dc1550518473c32095aeee2 (diff)
downloadaur-snd-pcsp-dkms.tar.gz
upd
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dfba710cbca..18f7f5bd236d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = snd-pcsp-dkms
pkgdesc = An in-tree driver for the PC speaker which allows it to act like a primitive sound card (DKMS)
- pkgver = 5.19.12
+ pkgver = 6.5.1
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
license = GPL2
depends = dkms
conflicts = snd-pcsp
- source = https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.19.12.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.5.1.tar.xz
source = dkms.conf
- sha512sums = 567dfb4302ea6a8961ad3b6dba332a925d262fbc8830a77da75a7be19db3cb19080260787cfcd0318b7893b71c655e2bcb1fc71dd07ff5627064fd33635bb2a4
+ sha512sums = dd01ef154bb5cc2cf1d96c69865b9ed83d41bc63977d2e541a0494754800cf36c4ce6b752b2ed51473f5181ee73a43ecc0590e114c7b5394a584c1b485491e10
sha512sums = 34a3d64891ca6306304caf911c740c7770e13e9a62d026d0fd104e3da12981ac2a0f829dcf68cc604083741c17563e2a6fce70a305e670f4a2ac3feaa14a69e0
pkgname = snd-pcsp-dkms
diff --git a/PKGBUILD b/PKGBUILD
index abea370f8079..12757cdc84d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase=snd-pcsp
pkgname=${_pkgbase}-dkms
-pkgver=5.19.12
+pkgver=6.5.1
pkgrel=1
pkgdesc="An in-tree driver for the PC speaker which allows it to act like a primitive sound card (DKMS)"
arch=('x86_64')
@@ -10,9 +10,9 @@ url="https://www.kernel.org/"
license=('GPL2')
depends=('dkms')
conflicts=("${_pkgbase}")
-source=("https://www.kernel.org/pub/linux/kernel/v5.x/linux-${pkgver}.tar.xz"
+source=("https://www.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/linux-${pkgver}.tar.xz"
'dkms.conf')
-sha512sums=('567dfb4302ea6a8961ad3b6dba332a925d262fbc8830a77da75a7be19db3cb19080260787cfcd0318b7893b71c655e2bcb1fc71dd07ff5627064fd33635bb2a4'
+sha512sums=('dd01ef154bb5cc2cf1d96c69865b9ed83d41bc63977d2e541a0494754800cf36c4ce6b752b2ed51473f5181ee73a43ecc0590e114c7b5394a584c1b485491e10'
'34a3d64891ca6306304caf911c740c7770e13e9a62d026d0fd104e3da12981ac2a0f829dcf68cc604083741c17563e2a6fce70a305e670f4a2ac3feaa14a69e0')
package() {