aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fd022628ae9..03115ea544e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gitahead-bin
pkgdesc = Understand your Git history!
pkgver = 2.6.3
- pkgrel = 1
+ pkgrel = 2
url = http://gitahead.scitools.com/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 81b2f3c7eca8..6786c5e71b55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Whovian9369 <Whovian9369@gmail.com>
pkgname=gitahead-bin
-pkgrel=1
+pkgrel=2
pkgver=2.6.3
pkgdesc='Understand your Git history!'
url='http://gitahead.scitools.com/'
@@ -47,6 +47,8 @@ package() {
chmod 755 "${pkgdir}/opt/gitahead/GitAhead"
chmod 755 "${pkgdir}/opt/gitahead/indexer"
chmod 755 "${pkgdir}/opt/gitahead/relauncher"
+ chmod 755 "${pkgdir}/opt/gitahead/git-credential-gnome-keyring"
+ chmod 755 "${pkgdir}/opt/gitahead/git-credential-libsecret"
install -D -m644 "${srcdir}/gitahead-license" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -D -m755 "${srcdir}/gitahead.sh" "${pkgdir}/usr/bin/gitahead"