summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrespiranto2015-08-10 00:50:05 +0200
committerrespiranto2015-08-10 00:50:05 +0200
commit16921a6a47caf2e3a4bc65d91264af6d466afc03 (patch)
tree930ae1bb9778a3fc3efcb54be69fb43897f7212a /PKGBUILD
parent51970d7a8264f126856d03ade624b229ebda5414 (diff)
downloadaur-16921a6a47caf2e3a4bc65d91264af6d466afc03.tar.gz
Improved the .install file and made dictd optional
- automated dictd configuration - notification if dictd is not installed - (re-)start dictd upon first install - restart dictd after each upgrade if it was running
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05de1a2339ef..f3b3d73cdad6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: respiranto <respiranto@icloud.com>
pkgname=dict-freedict-fra-deu
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="French -> German dictionary for dictd from Freedict.org"
arch=('any')
url="http://www.freedict.org/"
license=('GPL')
-depends=(dictd)
-install=dict-freedict-fra-deu.install
+optdepends=('dictd: dict client and server')
+makedepends=('dictd')
+install=$pkgname.install
source=("http://sourceforge.net/projects/freedict/files/French%20-%20German/$pkgver/freedict-fra-deu-$pkgver.tar.bz2")
md5sums=('b90134466560207553649c319bd92278')