summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFigue2019-07-10 01:07:57 +0200
committerFigue2019-07-10 01:07:57 +0200
commit66d5ac4e5e66a7b5319f5c4c4d3994eb4aeeae60 (patch)
tree386ed71e485d8db6ed8fa44144dcdcafe2307af2
parentab1fa0543ca6e06fbe57c14eef3f572a6c93271f (diff)
downloadaur-66d5ac4e5e66a7b5319f5c4c4d3994eb4aeeae60.tar.gz
5.2.0-xanmod1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bd105439b53..c0d6adc46e1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-xanmod
- pkgver = 5.1.16
+ pkgver = 5.2.0
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
@@ -9,16 +9,19 @@ pkgbase = linux-xanmod
makedepends = inetutils
makedepends = bc
makedepends = libelf
+ makedepends = git
makedepends = python-sphinx
+ makedepends = python-sphinx_rtd_theme
makedepends = graphviz
+ makedepends = imagemagick
options = !strip
- source = https://github.com/xanmod/linux/archive/5.1.16-xanmod10.tar.gz
+ source = https://github.com/xanmod/linux/archive/5.2.0-xanmod1.tar.gz
source = 60-linux.hook
source = 90-linux.hook
source = linux-xanmod.preset
source = choose-gcc-optimization.sh
source = 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
- sha256sums = f7bd9b9e9e70674a046be7d056f42889d5be056e805f767ac490cc8d01929764
+ sha256sums = 68c25a88ccb77f5f1be97e374a14d803e191ad9ca655a0ed1fac04afdca8a198
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
sha256sums = c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636
sha256sums = ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65
diff --git a/PKGBUILD b/PKGBUILD
index e24d4ab77163..836df6fa97d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,13 +43,16 @@ fi
pkgbase=linux-xanmod
_srcname=linux
-pkgver=5.1.16
-xanmod=10
+pkgver=5.2.0
+xanmod=1
pkgrel=1
arch=(x86_64)
url="http://www.xanmod.org/"
license=(GPL2)
-makedepends=(xmlto kmod inetutils bc libelf python-sphinx graphviz)
+makedepends=(
+ xmlto kmod inetutils bc libelf git python-sphinx python-sphinx_rtd_theme
+ graphviz imagemagick
+)
options=('!strip')
_srcname="linux-${pkgver}-xanmod${xanmod}"
@@ -61,7 +64,7 @@ source=(https://github.com/xanmod/linux/archive/${pkgver}-xanmod${xanmod}.tar.gz
0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch # Grabbed from linux-ck package
)
-sha256sums=('f7bd9b9e9e70674a046be7d056f42889d5be056e805f767ac490cc8d01929764'
+sha256sums=('68c25a88ccb77f5f1be97e374a14d803e191ad9ca655a0ed1fac04afdca8a198'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'