summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Price2019-10-20 20:28:31 +0100
committerWill Price2019-10-20 20:28:31 +0100
commit104739207e4783f9cfe3bf4667aa59a2e0e50504 (patch)
tree7c0f7bf74989d3f50776b297786dbbda767cd2c3
parentdc9b99f29ec0966ec5d3c7e367fb71cd3e9beae3 (diff)
downloadaur-104739207e4783f9cfe3bf4667aa59a2e0e50504.tar.gz
Update to v2.4.3
-rw-r--r--PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d75767903d1a..3e1db99e2ac7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# and https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=hyper-appimage
pkgname=gingko
-pkgver=2.4.1
+pkgver=2.4.3
pkgrel=1
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')
@@ -12,14 +12,16 @@ url='https://gingko.io/'
license=('Commercial')
depends=()
options=('!strip')
-source=("https://github.com/gingko/client/releases/download/v${pkgver}/gingko-client-${pkgver}-x86_64.AppImage"
+source=("https://github.com/gingko/client/releases/download/v${pkgver}/Gingko-${pkgver}.AppImage"
"gingko.desktop")
-sha512sums=('cf45b831befd3b554acfd027087b7b55f163e71224bd5d8e1948353f08755e282d29ecaffca299c4884ec7559afd85b7ad4a42ff0130d5057aefdf082973bf49'
- 'c11e9c2541211d0ff43d4ff26fd23f6c64d8bb8008bddbbe174a420a69cc981120c3c5466e47894515fee0dbaccd95309eb61a16ffc3b3193af0609e62b46820')
+sha512sums=(
+ 'dc3e97f009517d7828db1a0c53a276e5c185c32d4e0e30df965810d5a5b18ec9656b4422f2872c7567e0a308431dc9e2c56bd75f0f2e021b9d8bb37c9f52c677'
+ 'c11e9c2541211d0ff43d4ff26fd23f6c64d8bb8008bddbbe174a420a69cc981120c3c5466e47894515fee0dbaccd95309eb61a16ffc3b3193af0609e62b46820'
+)
prepare() {
- chmod +x "${srcdir}/gingko-client-${pkgver}-x86_64.AppImage"
- "${srcdir}/gingko-client-${pkgver}-x86_64.AppImage" --appimage-extract
+ chmod +x "${srcdir}/Gingko-${pkgver}.AppImage"
+ "${srcdir}/Gingko-${pkgver}.AppImage" --appimage-extract
}
package() {