summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36491beac8b7..591c83db6812 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
diff --git a/PKGBUILD b/PKGBUILD
index cbe8aaa1bdc9..4a4771d8bb98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')