diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 6 deletions
@@ -1,9 +1,7 @@ -# Generated by mksrcinfo v8 -# Mon Aug 3 09:54:51 UTC 2020 pkgbase = artha pkgdesc = A free cross-platform English thesaurus based on WordNet pkgver = 1.0.5 - pkgrel = 1 + pkgrel = 2 url = http://artha.sourceforge.net/wiki/index.php/Home arch = i686 arch = x86_64 @@ -11,6 +9,7 @@ pkgbase = artha depends = wordnet-common depends = gtk2 depends = dbus-glib + depends = aspell-en optdepends = enchant: spell checking support optdepends = libnotify: notification support optdepends = aspell-en: to show suggestion with aspell in English @@ -19,4 +18,3 @@ pkgbase = artha sha256sums = 5a0d568a5d5335f98b3a04180ec28de6ce280aa68d21036601e7f832dd3e990c pkgname = artha - @@ -2,12 +2,12 @@ # Maintainer: L.G. Sarmiento <Luis.Sarmiento-ala-nuclear.lu.se> pkgname=artha pkgver=1.0.5 -pkgrel=1 +pkgrel=2 pkgdesc='A free cross-platform English thesaurus based on WordNet' arch=('i686' 'x86_64') url="http://artha.sourceforge.net/wiki/index.php/Home" license=('GPL') -depends=('wordnet-common' 'gtk2' 'dbus-glib') +depends=('wordnet-common' 'gtk2' 'dbus-glib' 'aspell-en') optdepends=('enchant: spell checking support' 'libnotify: notification support' 'aspell-en: to show suggestion with aspell in English') |