summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Barrett2018-10-11 15:15:42 -0500
committerSteven Barrett2018-10-11 15:15:42 -0500
commit886ae6ad9a9e3645ac09eb36536f77f87dc76f8c (patch)
tree6077b69c0a03e2e94b51c9a4eccffa3179fa0a2a
parent8ca87895590e2d58c6a0d215ebff5fb92a8965db (diff)
downloadaur-886ae6ad9a9e3645ac09eb36536f77f87dc76f8c.tar.gz
Keep related package variables together
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc088f101a6a..4bc6165b0b89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,15 +54,15 @@ _htmldocs_enable=
### Do not edit below this line unless you know what you're doing
-pkgbase=linux-lqx
# pkgname=('linux-lqx' 'linux-lqx-headers' 'linux-lqx-docs')
_major=4.18
-pkgver=4.18.13_1
_srcname=linux-${_major}
-pkgrel=1
_lqxpatchname=liquorix-package
_lqxpatchrel=16
_lqxpatchver=${_lqxpatchname}-${_major}-${_lqxpatchrel}
+pkgbase=linux-lqx
+pkgver=4.18.13_1
+pkgrel=1
arch=('x86_64')
url="http://liquorix.net/"
license=('GPL2')