summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2021-04-02 09:32:07 -0400
committergraysky2021-04-02 09:32:07 -0400
commitd295aee5d18605f90452e5d1ae9ef5d6fc32c6d9 (patch)
treed359c386ea1a1fc7e9e417b2d778d89106ca0b6c /PKGBUILD
parentd9719f62a842dd85cf460b5077400633c51df349 (diff)
downloadaur-d295aee5d18605f90452e5d1ae9ef5d6fc32c6d9.tar.gz
Update to 5.11.11-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b90b712416a..92cc50746814 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,7 +61,7 @@ _subarch=
pkgbase=linux-ck
pkgver=5.11.11
-pkgrel=3
+pkgrel=4
_ckpatchversion=1
arch=(x86_64)
url="https://wiki.archlinux.org/index.php/Linux-ck"
@@ -102,7 +102,7 @@ prepare() {
if [[ ! -f "$srcdir/$_ckpatch" ]]; then
unlink "$srcdir/$_ckpatch.xz"
- xz -dc "$startdir/$_ckpatch.xz" > "$_ckpatch"
+ xz -dc "$SRCDEST/$_ckpatch.xz" > "$_ckpatch"
fi
cd linux-${pkgver}