summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD15
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2e52370468e..df367d01675d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 28 20:24:50 UTC 2018
+# Sat Sep 1 19:38:41 UTC 2018
pkgbase = gingko
pkgdesc = Gingko is a new kind of tool, that lets you shape your ideas with lists, outlines and cards, all in the same clean interface.
pkgver = 2.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://gingko.io/
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 2f4a08229e0d..79d591fc72ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gingko
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc='Gingko is a new kind of tool, that lets you shape your ideas with lists, outlines and cards, all in the same clean interface.'
arch=('x86_64' 'i686')
url='https://gingko.io/'
@@ -14,6 +14,8 @@ depends=()
options=('!strip')
source=("https://github.com/gingko/client/releases/download/v${pkgver}/gingko-client-${pkgver}-x86_64.AppImage"
"gingko.desktop")
+sha512sums=('daad7073dbe580e2426f87b3ae8b7fe6a063d40584966373b49787a266fbd1964ed9ef6f3724cd53dcbadce0ea493510b97cc2fc1121f1ded3c4e77c64751ae3'
+ 'c11e9c2541211d0ff43d4ff26fd23f6c64d8bb8008bddbbe174a420a69cc981120c3c5466e47894515fee0dbaccd95309eb61a16ffc3b3193af0609e62b46820')
prepare() {
chmod +x "${srcdir}/gingko-client-${pkgver}-x86_64.AppImage"
@@ -31,15 +33,12 @@ package() {
install -D -m 644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
- ln -s "/opt/${pkgname}/gingko-client" "${pkgdir}/usr/bin/${pkgname}"
+ ln -s "/opt/${pkgname}/AppRun" "${pkgdir}/usr/bin/${pkgname}"
# fix file permissions - all files as 644 - directories as 755
# by default directories come out as 700
find "${pkgdir}/"{opt,usr} -type d -exec chmod 755 {} \;
- find "${pkgdir}/"{opt,usr} -type f -exec chmod 644 {} \;
- chmod +x "${pkgdir}/opt/${pkgname}/gingko-client"
+ for exe in AppRun gingko-client; do
+ chmod +x "${pkgdir}/opt/${pkgname}/$exe"
+ done
}
-sha512sums=('daad7073dbe580e2426f87b3ae8b7fe6a063d40584966373b49787a266fbd1964ed9ef6f3724cd53dcbadce0ea493510b97cc2fc1121f1ded3c4e77c64751ae3'
- 'c11e9c2541211d0ff43d4ff26fd23f6c64d8bb8008bddbbe174a420a69cc981120c3c5466e47894515fee0dbaccd95309eb61a16ffc3b3193af0609e62b46820')
-sha512sums=('daad7073dbe580e2426f87b3ae8b7fe6a063d40584966373b49787a266fbd1964ed9ef6f3724cd53dcbadce0ea493510b97cc2fc1121f1ded3c4e77c64751ae3'
- 'c11e9c2541211d0ff43d4ff26fd23f6c64d8bb8008bddbbe174a420a69cc981120c3c5466e47894515fee0dbaccd95309eb61a16ffc3b3193af0609e62b46820')