summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrespiranto2015-08-10 00:26:25 +0200
committerrespiranto2015-08-10 00:26:25 +0200
commit470f07e5251fce5c1ad2adab7204ccc01d19df8a (patch)
tree5436c98cfa8aac8d05a504cd158c60c62e6648f8 /PKGBUILD
parent965186931ec2a488b680d2429acb2084ebe206af (diff)
downloadaur-470f07e5251fce5c1ad2adab7204ccc01d19df8a.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--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1babf858e085..f63a0bd64434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Contributor: akane <grangerspit@gmail.com> <xmpp:heiß@neko.im>
# Maintainer: respiranto <respiranto@icloud.com>
+# Contributor: akane <grangerspit@gmail.com> <xmpp:heiß@neko.im>
pkgname=dict-freedict-deu-eng
pkgver=0.3.4
-pkgrel=1
+pkgrel=2
pkgdesc="German -> English dictionary for dictd from Freedict.org"
arch=('any')
url="http://www.freedict.org/"
license=('GPL')
-depends=(dictd)
-install=dict-freedict-deu-eng.install
+optdepends=('dictd: dict client and server')
+makedepends=('dictd')
+install=$pkgname.install
source=("http://sourceforge.net/projects/freedict/files/German%20-%20English/$pkgver/freedict-deu-eng-$pkgver.tar.bz2")
md5sums=('476f304c0b6c0901e67b05daf8bc215e')