summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Gorski2019-01-15 00:11:24 +0100
committerPiotr Gorski2019-01-15 00:11:24 +0100
commit2034986ac3badc3fd794baf11506f4d8f58a5e44 (patch)
treea4d1cf8c748c54f1f0ce4301b961b1f7b1c6901f
parentcd420647bd53f9b3841bb8cc88dfa435e6d7b95a (diff)
downloadaur-2034986ac3badc3fd794baf11506f4d8f58a5e44.tar.gz
Improve _localmodcfg
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f53b84ec9ab9..79bb1defe941 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-lqx
pkgver = 4.19.15_1
- pkgrel = 1
+ pkgrel = 2
url = http://liquorix.net/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 49ab309466b7..15429cd138e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,9 +27,8 @@ _makegconfig=
_NUMAdisable=y
# Compile ONLY probed modules
-# As of mainline 2.6.32, running with this option will only build the modules
-# that you currently have probed in your system VASTLY reducing the number of
-# modules built and the build time to do it.
+# Build in only the modules that you currently have probed in your system VASTLY
+# reducing the number of modules built and the build time.
#
# WARNING - ALL modules must be probed BEFORE you begin making the pkg!
#
@@ -63,7 +62,7 @@ _lqxpatchrel=10
_lqxpatchver=${_lqxpatchname}-${_major}-${_lqxpatchrel}
pkgbase=linux-lqx
pkgver=4.19.15_1
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="http://liquorix.net/"
license=('GPL2')