diff --git a/.SRCINFO b/.SRCINFO index ab3192af380e..040f1108ac5c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -3,7 +3,7 @@ pkgbase = gitkraken pkgdesc = The intuitive, fast, and beautiful cross-platform Git client. pkgver = 1.7.0 - pkgrel = 1 + pkgrel = 2 url = http://www.gitkraken.com/ arch = x86_64 license = custom diff --git a/PKGBUILD b/PKGBUILD index d068ec765d51..bd589a2f6fbe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Marcin Wieczorek pkgname=gitkraken -pkgrel=1 +pkgrel=2 pkgver=1.7.0 pkgdesc="The intuitive, fast, and beautiful cross-platform Git client." url="http://www.gitkraken.com/" @@ -26,7 +26,7 @@ md5sums=('23dbf0e7ccf06d57f9beaeb297aa4c41' package() { install -d "$pkgdir"/opt - cp -R "$srcdir"/GitKraken "$pkgdir"/opt/gitkraken + cp -R "$srcdir"/gitkraken "$pkgdir"/opt/gitkraken find "$pkgdir"/opt/gitkraken/ -type f -exec chmod 644 {} \; chmod 755 "$pkgdir"/opt/gitkraken/gitkraken