summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjellytux2016-06-22 05:38:24 +0200
committerjellytux2016-06-22 05:38:24 +0200
commitae88cf2f0937a81a90b5ca60dfc6dd055e36fde3 (patch)
tree1da7c32a1e748931a1d147f6fe5ccf5163eaf46a
parentf7a42523261be243de480bba78fccbbd22add2ac (diff)
downloadaur-ae88cf2f0937a81a90b5ca60dfc6dd055e36fde3.tar.gz
add deps and better description
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 698952e5fe77..efee697137ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=dico
pkgver=2.2
pkgrel=1
-pkgdesc="GNU Dico is a flexible modular implementation of DICT server (RFC 2229)."
+pkgdesc="GNU Dico is a flexible modular implementation of DICT server (RFC 2229). In contrast to another implementations, it does not depend on particular database format. GNU Dico handles database accesses using loadable modules."
arch=('any')
url="ftp://download.gnu.org.ua/pub/release/$pkgname"
license=(GPLv3)
-depends=()
+depends=('libtool>=2.4.6' 'pcre>=8.38' 'guile>=2.0' 'python2>=2.7.11' 'gettext>=0.19.7')
source=("$url/$pkgname-$pkgver.tar.gz")
md5sums=('45145e4790ce64332b2d8e842ce5f957')