summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34bb67a8eb4e..2936319d687d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dico
pkgdesc = GNU Dictionary Server
pkgver = 2.7
- pkgrel = 1
+ pkgrel = 2
url = http://puszcza.gnu.org.ua/software/dico
arch = x86_64
license = GPL3
depends = python
depends = gsasl
- depends = wordnet
+ depends = wordnet-common
depends = guile
depends = pam
source = ftp://download.gnu.org.ua/pub/release/dico/dico-2.7.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 997ebbc36db6..628729b14619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=dico
pkgver=2.7
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Dictionary Server"
arch=('x86_64')
url="http://puszcza.gnu.org.ua/software/$pkgname"
license=(GPL3)
-depends=(python gsasl wordnet guile pam)
+depends=(python gsasl wordnet-common guile pam)
source=("ftp://download.gnu.org.ua/pub/release/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
sha1sums=('cc3901dc2e70491c4e9a6aa2d3fcac2c8d2f6790'
'SKIP')