summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Nguyen2017-08-08 05:26:08 +0700
committerTom Nguyen2017-08-08 05:26:08 +0700
commit60344f3f75880ce95491c30cc4db74078400520c (patch)
tree4fda9a59a33e5e102cd5e3ab3e7362ce9be2ce4c
parent90198754efa2810bda32675a7ea92720aa4c7ccb (diff)
downloadaur-60344f3f75880ce95491c30cc4db74078400520c.tar.gz
fixed quotations on variable in _srcpatch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccdcc1b7ff77..7de94aa8a1dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Aug 7 22:22:44 UTC 2017
+# Mon Aug 7 22:25:34 UTC 2017
pkgbase = linux-bfq-mq
pkgver = 4.12.5
pkgrel = 1
diff --git a/PKGBUILD b/PKGBUILD
index 602e0c26c145..8112652e550a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,7 +59,7 @@ _kyber_disable=
pkgbase=linux-bfq-mq
#pkgbase=linux-custom # Build kernel with a different name
pkgver=4.12.5
-_srcpatch=${pkgver##*.*.}
+_srcpatch="${pkgver##*.*.}"
_srcname="${pkgbase%%\b*}${pkgver%%\.${_srcpatch}}"
pkgrel=1
arch=('i686' 'x86_64')