summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorL.G. Sarmiento2016-08-02 14:07:44 +0200
committerL.G. Sarmiento2016-08-02 14:07:44 +0200
commit8705d09a2ba0fdfcd21a3b72a0d11ea73fd70fa7 (patch)
tree798f0b845aea41cf7da7532f03dfa3a0673759d6
parent9d69cdc60949a17724580c24d99c2b792d798ba9 (diff)
downloadaur-8705d09a2ba0fdfcd21a3b72a0d11ea73fd70fa7.tar.gz
removed no longer existent optional dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3689cf247218..7f33c2a54508 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Aug 2 12:07:13 UTC 2016
pkgbase = artha
pkgdesc = A free cross-platform English thesaurus based on WordNet
pkgver = 1.0.3
- pkgrel = 4
+ pkgrel = 5
url = http://artha.sourceforge.net/wiki/index.php/Home
arch = i686
arch = x86_64
@@ -11,7 +13,6 @@ pkgbase = artha
depends = dbus-glib
optdepends = enchant: spell checking support
optdepends = libnotify: notification support
- optdepends = galago-daemon: notification support
optdepends = aspell-en: to show suggestion with aspell in English
options = !emptydirs
source = http://downloads.sourceforge.net/sourceforge/artha/artha-1.0.3.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index 8882af53cf73..637db9cf976c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: L.G. Sarmiento <lgsarmientop-ala-unal.edu.co>
pkgname=artha
pkgver=1.0.3
-pkgrel=4
+pkgrel=5
pkgdesc='A free cross-platform English thesaurus based on WordNet'
arch=('i686' 'x86_64')
url="http://artha.sourceforge.net/wiki/index.php/Home"
@@ -10,7 +10,6 @@ license=('GPL')
depends=('wordnet' 'gtk2' 'dbus-glib')
optdepends=('enchant: spell checking support'
'libnotify: notification support'
- 'galago-daemon: notification support'
'aspell-en: to show suggestion with aspell in English')
options=('!emptydirs')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")