summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPRESFIL2021-01-01 11:44:35 +0300
committerPRESFIL2021-01-01 11:44:35 +0300
commitd911648783c4a2836c9e8d6f899d35a511e1686f (patch)
treeeb29a7a9ddbc4868ef07d71c41c7c29249bb02b8 /PKGBUILD
parent7de8c4441eec0a416320c7aa6653b21f9a183ec4 (diff)
downloadaur-d911648783c4a2836c9e8d6f899d35a511e1686f.tar.gz
Add missed 'uchardet' dependency
* [Similar in history of `AUR/cherrytree`][1] [1]: https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=cherrytree&id=9a31898fdea2182be123cbf63843783e851064e5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}")