summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ce2fcac60d9..8193ea631191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = cherrytree-bin
pkgdesc = Binary version of cherrytree
pkgver = 0.99.27
- pkgrel = 1
+ pkgrel = 2
url = https://www.giuspen.com/cherrytree/
arch = x86_64
license = GPL3
depends = gtksourceviewmm
depends = libxml++2.6
depends = gspell
+ depends = uchardet
optdepends = p7zip: for password protection support
provides = cherrytree
conflicts = cherrytree
diff --git a/PKGBUILD b/PKGBUILD
index f41f2723b069..84f889e47b0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=cherrytree-bin
_basename=${pkgname%*-bin}
pkgver=0.99.27
-pkgrel=1
+pkgrel=2
pkgdesc='Binary version of cherrytree'
arch=('x86_64')
url='https://www.giuspen.com/cherrytree/'
license=('GPL3')
-depends=('gtksourceviewmm' 'libxml++2.6' 'gspell')
+depends=('gtksourceviewmm' 'libxml++2.6' 'gspell' 'uchardet')
optdepends=('p7zip: for password protection support')
provides=("${_basename}")
conflicts=("${_basename}")