summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimofey Titovets2016-05-11 00:21:37 +0300
committerTimofey Titovets2016-05-11 00:21:37 +0300
commitde18d8b94c48fee34b50ad3142e0e759893fac98 (patch)
tree427f6881be5e16ae1c1ecba010f54549f51a4f42 /PKGBUILD
parent6ab7682670bce6f01eb21a1c639f8d3a0ed43e38 (diff)
downloadaur-de18d8b94c48fee34b50ad3142e0e759893fac98.tar.gz
Update PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2ec7d669d5b..f9605cac6841 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=linux-next-git
pkgname=("${pkgbase}")
_srcname=linux-next
-pkgver=20160509
+pkgver=20160511
pkgrel=1
arch=('any')
url="http://www.kernel.org/"
@@ -51,6 +51,7 @@ pkgver() {
prepare() {
cd "${_srcname}"
+ msg "Reset to git tag: ${linux_next_git_tag}"
git reset --hard ${linux_next_git_tag}
#################
@@ -91,6 +92,7 @@ export KARCH=not_supported
build() {
cd "${_srcname}"
+ msg "Remove .git dir for save memory in tmpfs"
[ -d .git ] && rm -rf .git &
if [ "${KARCH}" == "not_supported" ]; then
echo "$CARCH not supported by package, report to the maintainer"