summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaskali2020-06-03 14:26:27 +0200
committerpaskali2020-06-03 14:26:27 +0200
commita198841cc7441bd9c9139d7226914611ea6a8802 (patch)
tree8d214730f15f9e6ecdfa01465531f8d564151755
parentc06be26d8b4d11a933c3ddf6dca8b086a37a402b (diff)
downloadaur-a198841cc7441bd9c9139d7226914611ea6a8802.tar.gz
0.39.2 -> 0.39.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4d0514320ee..4da4b261708c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cherrytree-bin
pkgdesc = Binary version of cherrytree
- pkgver = 0.39.2
+ pkgver = 0.39.3
pkgrel = 1
url = https://www.giuspen.com/cherrytree/
arch = any
@@ -10,7 +10,7 @@ pkgbase = cherrytree-bin
optdepends = python2-pyenchant: for spell checking support
optdepends = p7zip: for password protection support
source = http://www.giuspen.com/software/cherrytree_0.39.2-0_all.deb
- sha256sums = c1628b72d4b675f5cadab55887dbbb46204a8eedc22926b322d281e20902d2c9
+ sha256sums = 057478aa793ea5acba95d443245cd44a8dc82a856914de16209a966b7f27b3da
pkgname = cherrytree-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8e4ed9e0a9ca..e7fa9af54152 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=cherrytree-bin
basename=${pkgname%*-bin}
-pkgver=0.39.2
+pkgver=0.39.3
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=('c1628b72d4b675f5cadab55887dbbb46204a8eedc22926b322d281e20902d2c9')
+sha256sums=('057478aa793ea5acba95d443245cd44a8dc82a856914de16209a966b7f27b3da')
package() {
msg2 "Extracting the data.tar.xz..."