aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f201f565350..f1314aa56eea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Feb 1 22:47:33 UTC 2016
+# Tue Feb 2 20:54:51 UTC 2016
pkgbase = gitkraken
pkgdesc = The intuitive, fast, and beautiful cross-platform Git client.
pkgver = 0.6.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.gitkraken.com/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 641fab95cf88..35a3aa1ec51e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Marcin Wieczorek <marcin@marcin.co>
pkgname=gitkraken
-pkgrel=1
+pkgrel=2
pkgver=0.6.2
pkgdesc="The intuitive, fast, and beautiful cross-platform Git client."
url="http://www.gitkraken.com/"
@@ -34,7 +34,7 @@ package() {
install -d "$pkgdir"/usr/bin
ln -s ../../opt/gitkraken/gitkraken "$pkgdir"/usr/bin/gitkraken
- install -D -m644 "../eula.html" "${pkgdir}/usr/share/licenses/${pkgname}/eula.html"
- install -D -m644 "../GitKraken.desktop" "${pkgdir}/usr/share/applications/GitKraken.desktop"
- install -D -m644 "../gitkraken.png" "${pkgdir}/usr/share/pixmaps/gitkraken.png"
+ install -D -m644 "./eula.html" "${pkgdir}/usr/share/licenses/${pkgname}/eula.html"
+ install -D -m644 "./GitKraken.desktop" "${pkgdir}/usr/share/applications/GitKraken.desktop"
+ install -D -m644 "./gitkraken.png" "${pkgdir}/usr/share/pixmaps/gitkraken.png"
}