summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaskali2020-06-24 10:20:22 +0200
committerpaskali2020-06-24 10:20:22 +0200
commit52ac8d4fb889f3e0a9bcd10a97f93116ed318657 (patch)
tree00447115b659dc0d44098ac2330c4b6fc150e219
parenta198841cc7441bd9c9139d7226914611ea6a8802 (diff)
downloadaur-52ac8d4fb889f3e0a9bcd10a97f93116ed318657.tar.gz
0.39.3 -> 0.39.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4da4b261708c..dfaab332b946 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cherrytree-bin
pkgdesc = Binary version of cherrytree
- pkgver = 0.39.3
+ pkgver = 0.39.4
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.2-0_all.deb
- sha256sums = 057478aa793ea5acba95d443245cd44a8dc82a856914de16209a966b7f27b3da
+ source = http://www.giuspen.com/software/cherrytree_0.39.4-0_all.deb
+ sha256sums = bddc893e19a3b37921fab7b9db7d5b1968432470d267d6931b60d30bf767793e
pkgname = cherrytree-bin
diff --git a/PKGBUILD b/PKGBUILD
index e7fa9af54152..33465e04b0a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=cherrytree-bin
basename=${pkgname%*-bin}
-pkgver=0.39.3
+pkgver=0.39.4
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=('057478aa793ea5acba95d443245cd44a8dc82a856914de16209a966b7f27b3da')
+sha256sums=('bddc893e19a3b37921fab7b9db7d5b1968432470d267d6931b60d30bf767793e')
package() {
msg2 "Extracting the data.tar.xz..."