summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00d6df6e4d3c..1ce2fcac60d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cherrytree-bin
pkgdesc = Binary version of cherrytree
- pkgver = 0.99.18
+ pkgver = 0.99.27
pkgrel = 1
url = https://www.giuspen.com/cherrytree/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = cherrytree-bin
optdepends = p7zip: for password protection support
provides = cherrytree
conflicts = cherrytree
- source = https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/cherrytree_0.99.18-1_amd64.deb
- sha256sums = 2c17352f96b713544b37790b0128b8828c41a3bacf1ade5f2a41c3e3e723ce0e
+ source = https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/cherrytree_0.99.27-2_amd64.deb
+ sha256sums = ef9cbd4c809ef2ae756ed9eb26bf660b5f2b7dbe6a4ffbacbc6c0352051bbbd6
pkgname = cherrytree-bin
diff --git a/PKGBUILD b/PKGBUILD
index 777c803839df..f41f2723b069 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cherrytree-bin
_basename=${pkgname%*-bin}
-pkgver=0.99.18
+pkgver=0.99.27
pkgrel=1
pkgdesc='Binary version of cherrytree'
arch=('x86_64')
@@ -12,8 +12,8 @@ depends=('gtksourceviewmm' 'libxml++2.6' 'gspell')
optdepends=('p7zip: for password protection support')
provides=("${_basename}")
conflicts=("${_basename}")
-source=("https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/${_basename}_${pkgver}-1_amd64.deb")
-sha256sums=('2c17352f96b713544b37790b0128b8828c41a3bacf1ade5f2a41c3e3e723ce0e')
+source=("https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/${_basename}_${pkgver}-2_amd64.deb")
+sha256sums=('ef9cbd4c809ef2ae756ed9eb26bf660b5f2b7dbe6a4ffbacbc6c0352051bbbd6')
package() {
msg2 "Extracting the data.tar.xz..."