summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip2020-04-15 15:00:53 +0200
committerFilip2020-04-15 15:00:53 +0200
commitc06be26d8b4d11a933c3ddf6dca8b086a37a402b (patch)
treee41752c74364c1cd5dfcfd9e3201c7c1a6bc6e09
parent4ace87ef93c04d85443d083a32c18a4a141cf2d9 (diff)
downloadaur-c06be26d8b4d11a933c3ddf6dca8b086a37a402b.tar.gz
0.31 -> 0.32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50c74b70c91a..e4d0514320ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cherrytree-bin
pkgdesc = Binary version of cherrytree
- pkgver = 0.39.1
+ pkgver = 0.39.2
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.1-0_all.deb
- sha256sums = 527f2955ab553f75e09d1ccca73fbe7ce22cb98b441f29121ae94685e63440ec
+ source = http://www.giuspen.com/software/cherrytree_0.39.2-0_all.deb
+ sha256sums = c1628b72d4b675f5cadab55887dbbb46204a8eedc22926b322d281e20902d2c9
pkgname = cherrytree-bin
diff --git a/PKGBUILD b/PKGBUILD
index ea8b044e0c6b..8e4ed9e0a9ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=cherrytree-bin
basename=${pkgname%*-bin}
-pkgver=0.39.1
+pkgver=0.39.2
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=('527f2955ab553f75e09d1ccca73fbe7ce22cb98b441f29121ae94685e63440ec')
+sha256sums=('c1628b72d4b675f5cadab55887dbbb46204a8eedc22926b322d281e20902d2c9')
package() {
msg2 "Extracting the data.tar.xz..."