summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu2018-08-25 19:31:57 +1000
committerJonathan Liu2018-08-25 19:31:57 +1000
commit9a03248489ffb2eeca43b32d4f2e7b9a09fc5594 (patch)
tree7613bb6b0c643a1436c50aff29f5a20590c75316
parentd6eca216d624325a848bfca560d9f1a94c406726 (diff)
downloadaur-9a03248489ffb2eeca43b32d4f2e7b9a09fc5594.tar.gz
Update to 4.18.4-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc4755581399..6f6fbd30a88a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = snd-usb-audio-lowlatency-dkms
pkgdesc = snd-usb-audio kernel module modified for low latency
- pkgver = 4.17.14
- pkgrel = 4
+ pkgver = 4.18.4
+ pkgrel = 1
url = https://www.kernel.org/
arch = any
license = GPL2
depends = dkms
- source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.17.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.14.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.18.tar.xz
+ source = https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.18.4.xz
source = dkms.conf
source = lowlatency.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
- sha256sums = 9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13
- sha256sums = bf4d95df98dc6197024bc2a7c8a8ef5fd3b21495298c7a7a5dbd63c159ea9f17
+ sha256sums = 19d8bcf49ef530cd4e364a45b4a22fa70714b70349c8100e7308488e26f1eaf1
+ sha256sums = cc22261cd9651dc2a05ad817a5b5fd3c63076ca86abfade7097915e7ba0b3bd6
sha256sums = 69f325c3af92c4098c9d118b2eab7de76eba691677864f714697bce5f47005e2
sha256sums = c2b7784899d184b142c5969c1be17cc949f11f4e59fbe5b1a8ffe062a1c4a88f
diff --git a/PKGBUILD b/PKGBUILD
index 8cd9486f69c4..301ceeb8b9df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Jonathan Liu <net147@gmail.com>
pkgname=snd-usb-audio-lowlatency-dkms
_basepkgname=snd-usb-audio-lowlatency
-pkgver=4.17.14
+pkgver=4.18.4
_srcname=linux-${pkgver%.*}
-pkgrel=4
+pkgrel=1
pkgdesc="snd-usb-audio kernel module modified for low latency"
arch=('any')
url="https://www.kernel.org/"
license=('GPL2')
depends=('dkms')
source=(
- "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
- "https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
+ "https://cdn.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
+ "https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
'dkms.conf'
'lowlatency.patch'
)
@@ -19,8 +19,8 @@ validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
-sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13'
- 'bf4d95df98dc6197024bc2a7c8a8ef5fd3b21495298c7a7a5dbd63c159ea9f17'
+sha256sums=('19d8bcf49ef530cd4e364a45b4a22fa70714b70349c8100e7308488e26f1eaf1'
+ 'cc22261cd9651dc2a05ad817a5b5fd3c63076ca86abfade7097915e7ba0b3bd6'
'69f325c3af92c4098c9d118b2eab7de76eba691677864f714697bce5f47005e2'
'c2b7784899d184b142c5969c1be17cc949f11f4e59fbe5b1a8ffe062a1c4a88f')