summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorL.G. Sarmiento2018-09-28 14:09:34 +0200
committerL.G. Sarmiento2018-09-28 14:09:34 +0200
commitfb743bfeb6645fe83bfce6aa1906ea3b1029a08c (patch)
treefc4f5ff45deed1a2bf3c78e0633e20c7b992de52
parent97874ce7ff5a89f2ed260d3e175d714665c2d305 (diff)
downloadaur-fb743bfeb6645fe83bfce6aa1906ea3b1029a08c.tar.gz
wordnet dependency updated to wordnet-common
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00f9f9191190..cbbf48ff7335 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Nov 30 08:20:57 UTC 2017
+# Fri Sep 28 12:09:01 UTC 2018
pkgbase = artha
pkgdesc = A free cross-platform English thesaurus based on WordNet
pkgver = 1.0.3
- pkgrel = 6
+ pkgrel = 7
url = http://artha.sourceforge.net/wiki/index.php/Home
arch = i686
arch = x86_64
license = GPL
- depends = wordnet
+ depends = wordnet-common
depends = gtk2
depends = dbus-glib
optdepends = enchant: spell checking support
diff --git a/PKGBUILD b/PKGBUILD
index 10f814878234..55e5678a673c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Maintainer: L.G. Sarmiento <Luis.Sarmiento-ala-nuclear.lu.se>
pkgname=artha
pkgver=1.0.3
-pkgrel=6
+pkgrel=7
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' 'gtk2' 'dbus-glib')
+depends=('wordnet-common' 'gtk2' 'dbus-glib')
optdepends=('enchant: spell checking support'
'libnotify: notification support'
'aspell-en: to show suggestion with aspell in English')