summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPRESFIL2021-01-26 00:48:24 +0300
committerPRESFIL2021-01-26 00:48:24 +0300
commit7c1ca565f987ba9bc220728760cb8b8badeabb77 (patch)
tree5cc863b0b40d07244b3fc3f433210a4b6d19d1c9
parentd911648783c4a2836c9e8d6f899d35a511e1686f (diff)
downloadaur-7c1ca565f987ba9bc220728760cb8b8badeabb77.tar.gz
Bump version: 0.99.27 -> 0.19.30
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8193ea631191..9525bd8587ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cherrytree-bin
pkgdesc = Binary version of cherrytree
- pkgver = 0.99.27
- pkgrel = 2
+ pkgver = 0.99.30
+ pkgrel = 1
url = https://www.giuspen.com/cherrytree/
arch = x86_64
license = GPL3
@@ -12,8 +12,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.27-2_amd64.deb
- sha256sums = ef9cbd4c809ef2ae756ed9eb26bf660b5f2b7dbe6a4ffbacbc6c0352051bbbd6
+ source = https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/cherrytree_0.99.30-6_amd64.deb
+ sha256sums = 51c524bf1e96901ab4d133d52162f35c2b147edaeb544fba57949970a8b5fca1
pkgname = cherrytree-bin
diff --git a/PKGBUILD b/PKGBUILD
index 84f889e47b0f..8183bc0fbbf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=cherrytree-bin
_basename=${pkgname%*-bin}
-pkgver=0.99.27
-pkgrel=2
+pkgver=0.99.30
+pkgrel=1
pkgdesc='Binary version of cherrytree'
arch=('x86_64')
url='https://www.giuspen.com/cherrytree/'
@@ -12,8 +12,8 @@ depends=('gtksourceviewmm' 'libxml++2.6' 'gspell' 'uchardet')
optdepends=('p7zip: for password protection support')
provides=("${_basename}")
conflicts=("${_basename}")
-source=("https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/${_basename}_${pkgver}-2_amd64.deb")
-sha256sums=('ef9cbd4c809ef2ae756ed9eb26bf660b5f2b7dbe6a4ffbacbc6c0352051bbbd6')
+source=("https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/${_basename}_${pkgver}-6_amd64.deb")
+sha256sums=('51c524bf1e96901ab4d133d52162f35c2b147edaeb544fba57949970a8b5fca1')
package() {
msg2 "Extracting the data.tar.xz..."