summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17792c28d475..792a4c4cc23b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = turtl
pkgdesc = Turtl lets you take notes, bookmark websites, and store documents for sensitive projects.
- pkgver = 0.7.1
- pkgrel = 2
+ pkgver = 0.7.2.5
+ pkgrel = 1
url = https://turtlapp.com/
arch = i686
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = turtl
depends = libxss
source = turtl.png
md5sums = 9e99b3fe83cb796343b7f1b21959f0d7
- source_i686 = https://github.com/turtl/desktop/releases/download/v0.7.1/turtl-0.7.1-linux32.tar.bz2
- md5sums_i686 = 63083c6f914b69cfa3adfdd7533c2e6c
- source_x86_64 = https://github.com/turtl/desktop/releases/download/v0.7.1/turtl-0.7.1-linux64.tar.bz2
- md5sums_x86_64 = d2c52f1e008fd64a5914e91be826fe91
+ source_i686 = https://github.com/turtl/desktop/releases/download/v0.7.2.5/turtl-0.7.2.5-linux32.tar.bz2
+ md5sums_i686 = e85d853dccadcb5a8f6a5478cd038690
+ source_x86_64 = https://github.com/turtl/desktop/releases/download/v0.7.2.5/turtl-0.7.2.5-linux64.tar.bz2
+ md5sums_x86_64 = 771ac3060d5e6d13fcd1bb4644772999
pkgname = turtl
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"