summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjellytux2016-06-22 05:38:24 +0200
committerjellytux2016-06-22 05:38:57 +0200
commit37168c84745bb20c8175f9c34b32346896445f3b (patch)
tree19814b986f6e6b281e7cfeab253b5de025126e73 /PKGBUILD
parentf7a42523261be243de480bba78fccbbd22add2ac (diff)
downloadaur-37168c84745bb20c8175f9c34b32346896445f3b.tar.gz
add deps and better description
Diffstat (limited to 'PKGBUILD')
-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')