summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7580c5d5be4e..65562164c575 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Victor Hugo Souza <vhbsouza@gmail.com>
pkgname=gitkraken
-pkgrel=2
+pkgrel=1
pkgver=2.7.0
pkgdesc="The intuitive, fast, and beautiful cross-platform Git client."
url="https://www.gitkraken.com/"
@@ -23,21 +23,17 @@ source=(
"gitkraken.png"
"eula.html"
"gitkraken.sh"
- "https://archive.archlinux.org/repos/2017/04/25/extra/os/x86_64/pango-1.40.5-1-x86_64.pkg.tar.xz"
)
sha256sums=('d6380a2ad29fdeeca05a4318f3c5db76db6a21c7359c34db6074a7a45cbc5301'
'5b3294331463f7fd983e78f8f54e293d66150b833db164ee1e4137e038846bc4'
'a2b3551f83bcbe56da961615f066bb736cd15d98e41c93b3b4add0d56606d902'
'9566342308bf35b56e626fa1b0d716eb16991712cc43b617c4f0d95e005311d1'
- 'b9075ce7d891d05c229a083c5978557c5cb01c81b32b6220047f1a2f9963f5ac'
- '110df3af76a8a1751f30d7be988f4fa45b47448c96efce43f6d6c5474913c9f0')
+ '28c1e28104c23937404448c38ee26dac75c01fb4398e1fad057599da24135b9e')
package() {
install -d "$pkgdir"/opt
cp -R "$srcdir"/gitkraken "$pkgdir"/opt/gitkraken
- cp "$srcdir"/usr/lib/libpangoft2-1.0.so.0.4000.5 "$pkgdir"/opt/gitkraken
-
find "$pkgdir"/opt/gitkraken/ -type f -exec chmod 644 {} \;
chmod 755 "$pkgdir"/opt/gitkraken/gitkraken