summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIbrahim Tunali2016-05-10 16:05:24 +0300
committerIbrahim Tunali2016-05-10 16:05:24 +0300
commit0315e7f7d2243511874df5eb67b0646171b63c8a (patch)
tree9145dbb3986396e743ccf5f2c150c5ecc8bd0bfe
parent69798e53caa91e9215c46dfbceea8813cc3a827c (diff)
downloadaur-0315e7f7d2243511874df5eb67b0646171b63c8a.tar.gz
checkout correct git tag
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d749db765aa..f4e5ef076411 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = git-secret
pkgdesc = A bash-tool to store your private data inside a git repository
pkgver = 0.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sobolevn/git-secret
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index e174515dcb6d..c873a7989496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ibrahim Tunali<ibrahimtunali@gmail.com>
pkgname=git-secret
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A bash-tool to store your private data inside a git repository"
arch=('any')
url="https://github.com/sobolevn/git-secret"
@@ -30,7 +30,7 @@ build() {
cd "$_gitname" && git pull origin
msg "The local files are updated."
else
- git clone "$_gitroot" "$_gitname"
+ git clone "$_gitroot" "$_gitname" -b "v$pkgver"
fi
msg "GIT checkout done or server timeout"