summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBloodyAltair2019-12-26 23:27:32 +0300
committerBloodyAltair2019-12-26 23:27:32 +0300
commite0d090662ca61cfff8c03c33ffe36a41fe1f6145 (patch)
treeedb4d7bee79cdb76394ca69400974bba4315c084 /PKGBUILD
parent253b0945f9ab425e5363628ea715fb9389eaa963 (diff)
downloadaur-e0d090662ca61cfff8c03c33ffe36a41fe1f6145.tar.gz
Update to 1.19.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee4c4321c087..d5d98082f11a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Denis Vadimov <me @ bloody.pw>
+_arch=$( [ "$CARCH" == "x86_64" ] && echo "" || echo "-i386" )
_baseurl="https://qn.phie.ovh/binaries/desktop/"
_version=$(curl ${_baseurl}current_version)
-_filename="Carnet-${_version}-${CARCH}"
+_filename="Carnet-${_version}${_arch}"
pkgname=carnet
-pkgver=0.18.5
+pkgver=0.19.1
pkgrel=1
pkgdesc='Carnet is a complete and rich note taking app for Android and Linux with sync capabilities'
arch=('i386' 'x86_64')