summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e20ae0806b96..e8644c23e835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Manuel Mazzuola <origin.of@gmail.com>
# This particular update is brought to you by gaalcaras (https://keybase.io/gaalcaras)
pkgname=turtl
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.7.2.5
+pkgrel=1
pkgdesc="Turtl lets you take notes, bookmark websites, and store documents for sensitive projects."
arch=('i686' 'x86_64')
url="https://turtlapp.com/"
@@ -12,9 +12,8 @@ source=("turtl.png")
source_i686=("https://github.com/turtl/desktop/releases/download/v$pkgver/$pkgname-$pkgver-linux32.tar.bz2")
source_x86_64=("https://github.com/turtl/desktop/releases/download/v$pkgver/$pkgname-$pkgver-linux64.tar.bz2")
md5sums=('9e99b3fe83cb796343b7f1b21959f0d7')
-md5sums_i686=('63083c6f914b69cfa3adfdd7533c2e6c')
-md5sums_x86_64=('d2c52f1e008fd64a5914e91be826fe91')
-
+md5sums_i686=('e85d853dccadcb5a8f6a5478cd038690')
+md5sums_x86_64=('771ac3060d5e6d13fcd1bb4644772999')
[[ "$CARCH" = "i686" ]] && _pkg="$pkgname-linux32"
[[ "$CARCH" = "x86_64" ]] && _pkg="$pkgname-linux64"