summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e93674f24e32..a6a71c5a7bca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Raphael Simon <simon.raphael@gmail.com>
pkgbase=linux-samus4
-pkgver=4.12
-pkgrel=6
+pkgver=4.13
+pkgrel=1
arch=('x86_64')
url="https://github.com/raphael/linux-samus"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'lzop')
options=('!strip')
-source=("https://github.com/raphael/linux-samus/archive/v4.12-${pkgrel}.tar.gz"
+source=("https://github.com/raphael/linux-samus/archive/v${pkgver}-${pkgrel}.tar.gz"
"config"
"linux.preset"
)
_kernelname=${pkgbase#linux}
-_linuxsrc=linux-samus-4.12-${pkgrel}/build/linux/
+_linuxsrc=linux-samus-${pkgver}-${pkgrel}/build/linux/
# $srcdir is: /home/raphael/src/kernel-pkg/src
prepare() {
@@ -244,6 +244,6 @@ for _p in ${pkgname[@]}; do
}"
done
-md5sums=('778d12abf11df9a18f7b5a532e31f63b'
- '09af24c435a4c9e456e1dd49294befc0'
+md5sums=('cd9278f1b9a7eca5859cb043c573d565'
+ 'a143cf816bfabff7b4515f9c15cc4096'
'5aae464a8085b2f3adcdcaff29853d04')