summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtemu2020-03-29 15:11:28 +0200
committerAtemu2020-03-29 15:11:28 +0200
commit4ace87ef93c04d85443d083a32c18a4a141cf2d9 (patch)
tree6ba69734fd053f7d802f4a43f237828667a5de25
parentfc33e09e858a464cba6615cc1dc3f61919008357 (diff)
downloadaur-4ace87ef93c04d85443d083a32c18a4a141cf2d9.tar.gz
0.39.0 -> 0.39.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0937a9b2c3e..50c74b70c91a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cherrytree-bin
pkgdesc = Binary version of cherrytree
- pkgver = 0.39.0
+ pkgver = 0.39.1
pkgrel = 1
url = https://www.giuspen.com/cherrytree/
arch = any
@@ -9,8 +9,8 @@ pkgbase = cherrytree-bin
depends = python2-dbus
optdepends = python2-pyenchant: for spell checking support
optdepends = p7zip: for password protection support
- source = http://www.giuspen.com/software/cherrytree_0.39.0-0_all.deb
- sha256sums = 52d86aa616725eb53b5980eff32e420ca1104b8bb40ac9b1f6ef67debfc47b86
+ source = http://www.giuspen.com/software/cherrytree_0.39.1-0_all.deb
+ sha256sums = 527f2955ab553f75e09d1ccca73fbe7ce22cb98b441f29121ae94685e63440ec
pkgname = cherrytree-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4613f3479647..ea8b044e0c6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=cherrytree-bin
basename=${pkgname%*-bin}
-pkgver=0.39.0
+pkgver=0.39.1
pkgrel=1
pkgdesc='Binary version of cherrytree'
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('pygtksourceview2' 'python2-dbus')
optdepends=('python2-pyenchant: for spell checking support' 'p7zip: for password protection support')
source=(http://www.giuspen.com/software/$basename\_$pkgver-0_all.deb)
-sha256sums=('52d86aa616725eb53b5980eff32e420ca1104b8bb40ac9b1f6ef67debfc47b86')
+sha256sums=('527f2955ab553f75e09d1ccca73fbe7ce22cb98b441f29121ae94685e63440ec')
package() {
msg2 "Extracting the data.tar.xz..."