summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtemu2020-03-09 13:26:10 +0100
committerAtemu2020-03-09 13:26:10 +0100
commitfc33e09e858a464cba6615cc1dc3f61919008357 (patch)
tree7fc679454985f6f28fb88027df3ad9b6d9819331
parent7b50e2448b07f31cc29c81878368039712d4680e (diff)
downloadaur-fc33e09e858a464cba6615cc1dc3f61919008357.tar.gz
0.38.11 -> 0.39.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a5b82458b9f..f0937a9b2c3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cherrytree-bin
pkgdesc = Binary version of cherrytree
- pkgver = 0.38.11
- pkgrel = 2
+ pkgver = 0.39.0
+ pkgrel = 1
url = https://www.giuspen.com/cherrytree/
arch = any
license = GPL3
@@ -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.38.11-0_all.deb
- sha256sums = 0c3bd1ccd0c12896d2daf1d999c9fee08d759a3644dbcfca1b65ab9efe71cbc7
+ source = http://www.giuspen.com/software/cherrytree_0.39.0-0_all.deb
+ sha256sums = 52d86aa616725eb53b5980eff32e420ca1104b8bb40ac9b1f6ef67debfc47b86
pkgname = cherrytree-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3ee1861e9d42..4613f3479647 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=cherrytree-bin
basename=${pkgname%*-bin}
-pkgver=0.38.11
-pkgrel=2
+pkgver=0.39.0
+pkgrel=1
pkgdesc='Binary version of cherrytree'
arch=('any')
url='https://www.giuspen.com/cherrytree/'
@@ -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=('0c3bd1ccd0c12896d2daf1d999c9fee08d759a3644dbcfca1b65ab9efe71cbc7')
+sha256sums=('52d86aa616725eb53b5980eff32e420ca1104b8bb40ac9b1f6ef67debfc47b86')
package() {
msg2 "Extracting the data.tar.xz..."