summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPRESFIL2021-06-05 10:54:18 +0300
committerPRESFIL2021-06-05 10:54:18 +0300
commit1c16c753544374975dfa78a3effa30a3b0315efb (patch)
tree7e015bb02d410e675067d0565dd834341b8273b3
parenteb6b74ba18d7554648ac2e274b09c3f189286cd8 (diff)
downloadaur-1c16c753544374975dfa78a3effa30a3b0315efb.tar.gz
Bump version: 0.99.32 -> 0.99.37
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2b3e7bfd1cb..84bde7f4aacc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cherrytree-bin
pkgdesc = Binary version of cherrytree
- pkgver = 0.99.32
- pkgrel = 2
+ pkgver = 0.99.37
+ pkgrel = 1
url = https://www.giuspen.com/cherrytree/
arch = x86_64
license = GPL3
@@ -9,11 +9,12 @@ pkgbase = cherrytree-bin
depends = libxml++2.6
depends = gspell
depends = uchardet
+ depends = fmt
optdepends = p7zip: for password protection support
provides = cherrytree
conflicts = cherrytree
- source = https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/cherrytree_0.99.32-2_amd64.deb
- sha256sums = 265bc77efd7dba45684e90aa42a6874792620fbbcea91968ef777c09e918e48c
+ source = https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/cherrytree_0.99.37-_amd64.deb
+ sha256sums = 8a31243e7e63da1f7b70e25225dd80eb610f3686820b95a6938dad8684c0f9a1
pkgname = cherrytree-bin
diff --git a/PKGBUILD b/PKGBUILD
index c8e65efb88f2..5ab6411be03c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=cherrytree-bin
_basename=${pkgname%*-bin}
-pkgver=0.99.32
-pkgrel=2
+pkgver=0.99.37
+pkgrel=1
pkgdesc='Binary version of cherrytree'
arch=('x86_64')
url='https://www.giuspen.com/cherrytree/'
license=('GPL3')
-depends=('gtksourceviewmm' 'libxml++2.6' 'gspell' 'uchardet')
+depends=('gtksourceviewmm' 'libxml++2.6' 'gspell' 'uchardet' 'fmt')
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=('265bc77efd7dba45684e90aa42a6874792620fbbcea91968ef777c09e918e48c')
+source=("https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/${_basename}_${pkgver}-3_amd64.deb")
+sha256sums=('8a31243e7e63da1f7b70e25225dd80eb610f3686820b95a6938dad8684c0f9a1')
package() {
msg2 "Extracting the data.tar.xz..."