summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimofey Titovets2016-05-11 00:21:37 +0300
committerTimofey Titovets2016-05-11 00:21:37 +0300
commitde18d8b94c48fee34b50ad3142e0e759893fac98 (patch)
tree427f6881be5e16ae1c1ecba010f54549f51a4f42
parent6ab7682670bce6f01eb21a1c639f8d3a0ed43e38 (diff)
downloadaur-de18d8b94c48fee34b50ad3142e0e759893fac98.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bcd8fa0ab44..f356268ecdf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = linux-next-git
- pkgver = 20160509
+ pkgver = 20160511
pkgrel = 1
url = http://www.kernel.org/
arch = any
@@ -25,8 +25,8 @@ pkgname = linux-next-git
depends = kmod
depends = mkinitcpio>=18
optdepends = crda: to set the correct wireless channels of your country
- provides = kernel26-next-git=20160509
- provides = kernel26-next-git-headers=20160509
+ provides = kernel26-next-git=20160511
+ provides = kernel26-next-git-headers=20160511
conflicts = kernel26-next-git
conflicts = kernel26-next-git-headers
replaces = kernel26-next-git
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"