summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3bca36436d0..299b4ea3c43f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Contributor: Benjamin Vanderford <hazor_at_swrpg_dot_info
# Maintainer: respiranto <respiranto@icloud.com>
+# Contributor: Benjamin Vanderford <hazor_at_swrpg_dot_info
pkgname=dict-freedict-eng-fra
pkgver=0.1.4
-pkgrel=1
+pkgrel=2
pkgdesc="English -> French dictionary for dictd from Freedict.org"
arch=('any')
url="http://www.freedict.org/"
license=('GPL')
-depends=(dictd)
-install=dict-freedict-eng-fra.install
+optdepends=('dictd: dict client and server')
+makedepends=('dictd')
+install=$pkgname.install
source=("http://sourceforge.net/projects/freedict/files/English%20-%20French/$pkgver/freedict-eng-fra-$pkgver.tar.bz2")
md5sums=('b0ac25998cdebefc897cb2c20374a7f2')