summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpaskali2020-08-16 16:14:16 +0200
committerpaskali2020-08-16 16:14:16 +0200
commit775ee5b3688f51c601e91b48287d581787a57399 (patch)
tree83ac8b4e2bd752bbdc76e96f639dd86cd1bef4b5
parent52ac8d4fb889f3e0a9bcd10a97f93116ed318657 (diff)
downloadaur-775ee5b3688f51c601e91b48287d581787a57399.tar.gz
fixed dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfaab332b946..eed2945d902c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = cherrytree-bin
url = https://www.giuspen.com/cherrytree/
arch = any
license = GPL3
- depends = pygtksourceview2
+ depends = python2-gtksourceview2
depends = python2-dbus
optdepends = python2-pyenchant: for spell checking support
optdepends = p7zip: for password protection support
diff --git a/PKGBUILD b/PKGBUILD
index 33465e04b0a9..af5fba186a9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Binary version of cherrytree'
arch=('any')
url='https://www.giuspen.com/cherrytree/'
license=('GPL3')
-depends=('pygtksourceview2' 'python2-dbus')
+depends=('python2-gtksourceview2' 'python2-dbus')
optdepends=('python2-pyenchant: for spell checking support' 'p7zip: for password protection support')
source=(http://www.giuspen.com/software/$basename\_$pkgver-0_all.deb)
sha256sums=('bddc893e19a3b37921fab7b9db7d5b1968432470d267d6931b60d30bf767793e')