summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFigue2017-09-05 11:16:52 +0200
committerFigue2017-09-05 11:16:52 +0200
commit7c7f156e1284c1bab503e18de0c545bfb3272b7f (patch)
treeecab9e1438a6500e95dcaf81dad2c6588134abe7
parentc2e3c55e443081eda4c32f24c2e63938ffbf1725 (diff)
downloadaur-7c7f156e1284c1bab503e18de0c545bfb3272b7f.tar.gz
4.13.0-xanmod1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87b3674ca6b5..299996c3f638 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-xanmod
- pkgver = 4.12.10
+ pkgver = 4.13.0
pkgrel = 1
url = http://www.xanmod.org/
arch = i686
@@ -12,10 +12,10 @@ pkgbase = linux-xanmod
makedepends = bc
makedepends = libelf
options = !strip
- source = https://github.com/xanmod/linux/archive/4.12.10-xanmod11.tar.gz
+ source = https://github.com/xanmod/linux/archive/4.13.0-xanmod1.tar.gz
source = 90-linux.hook
source = linux-xanmod.preset
- sha256sums = d6f66dc711cce1e5689b6157f8a2513e87d45a62debc2f9d2287b56184223d7e
+ sha256sums = fedf96acdccec3925c3580c524e5183bd2c947eea1a20eb0a60c0a9ce9bf94da
sha256sums = 834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0
sha256sums = ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65
source_i686 = config.i686
diff --git a/PKGBUILD b/PKGBUILD
index 296f2486c98e..b43afbce0556 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgbase=linux-xanmod
_srcname=linux
-pkgver=4.12.10
-xanmod=11
+pkgver=4.13.0
+xanmod=1
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.xanmod.org/"
@@ -21,7 +21,7 @@ source=(https://github.com/xanmod/linux/archive/${pkgver}-xanmod${xanmod}.tar.gz
"${pkgbase}.preset")
source_x86_64=("config.x86_64")
source_i686=("config.i686")
-sha256sums=('d6f66dc711cce1e5689b6157f8a2513e87d45a62debc2f9d2287b56184223d7e'
+sha256sums=('fedf96acdccec3925c3580c524e5183bd2c947eea1a20eb0a60c0a9ce9bf94da'
'834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
sha256sums_i686=('df55887a43dcbb6bd35fd2fb1ec841427b6ea827334c0880cbc256d4f042a7a1')
@@ -181,8 +181,8 @@ _package-headers() {
cp arch/${KARCH}/kernel/asm-offsets.s "${pkgdir}/usr/lib/modules/${_kernver}/build/arch/${KARCH}/kernel/"
# add docbook makefile
- install -D -m644 Documentation/DocBook/Makefile \
- "${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/DocBook/Makefile"
+# install -D -m644 Documentation/DocBook/Makefile \
+# "${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/DocBook/Makefile"
# add dm headers
mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/drivers/md"