summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFigue2017-07-08 16:48:55 +0200
committerFigue2017-07-08 16:48:55 +0200
commit4b83ebc194e03857d174c7bde658f9c639a92799 (patch)
tree4bc7312ff8c5c0213be2d669609d5ca87b7f120f /PKGBUILD
parent25cfc5a44cbc33b34fc0a648291399ad2beb5e12 (diff)
downloadaur-4b83ebc194e03857d174c7bde658f9c639a92799.tar.gz
4.12.0-xanmod1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 040c13d8e150..73c1f07063b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgbase=linux-xanmod
_srcname=linux
-pkgver=4.11.8
-xanmod=12
+pkgver=4.12.0
+xanmod=1
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.xanmod.org/"
@@ -19,7 +19,7 @@ source=(https://github.com/xanmod/linux/archive/${pkgver}-xanmod${xanmod}.tar.gz
'90-linux.hook'
# standard config files for mkinitcpio ramdisk
"${pkgbase}.preset" "config.x86_64")
-sha256sums=('8f25647e6a5c65452ecff43cbcca54afe4f86d8ee5e2c7728999efd1a13224a1'
+sha256sums=('ecde8347be63248fb2e04f0427bcf7e131a08d4a0d851324ee0389e695b8dfb2'
'834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
'3daf6c9a31ca4da42e103b9c680cf294d703510f2ac5f6321ecc2111b87afc4e')
@@ -34,7 +34,7 @@ prepare() {
if [ "${CARCH}" = "x86_64" ]; then
msg2 "What config you want?"
- echo -en " 1. upstream Xanmod\n 2. merged Archlinux stock plus Xanmod\n Selection: "
+ echo -en " 1. upstream Xanmod\n 2. Archlinux stock\n Selection: "
read answer
case $answer in
1) true ;;