summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29ef0ade5932..1c626f3d5d0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgbase=linux-samus4
pkgver=4.10
-pkgrel=2
+pkgrel=3
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.10-2.tar.gz"
+source=("https://github.com/raphael/linux-samus/archive/v4.10-${pkgrel}.tar.gz"
"config"
"linux.preset"
)
_kernelname=${pkgbase#linux}
-_linuxsrc=linux-samus-4.10-2/build/linux/
+_linuxsrc=linux-samus-4.10-${pkgrel}/build/linux/
# $srcdir is: /home/raphael/src/kernel-pkg/src
prepare() {
@@ -244,6 +244,6 @@ for _p in ${pkgname[@]}; do
}"
done
-md5sums=('0b11974062e2cb7f6f0c763a35e02da9'
+md5sums=('6ce01b335d1606d6ebaa5e6271b1fb6d'
'569b0dedb5b83d7ae5c21840575ea4e3'
'5aae464a8085b2f3adcdcaff29853d04')