From c1f164fb26efde9b1d6cb5ba0c78e30fa40e3041 Mon Sep 17 00:00:00 2001 From: Tim Kleinschmidt Date: Tue, 4 Oct 2016 22:20:22 +0200 Subject: [PATCH] Fix path bug --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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