summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Toombs2016-11-07 01:26:18 -0500
committerEric Toombs2016-11-07 01:26:18 -0500
commit8b6f6d10140de438c0c3ebb4fc4d359a8e534d36 (patch)
treec2bbefcaa2181e216594afb085ded4f74ec414d6
parent1a6a14917c63285501717f5667b148961f14ecd0 (diff)
downloadaur-8b6f6d10140de438c0c3ebb4fc4d359a8e534d36.tar.gz
Added optional dependency mime-types.
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 866fdf0734d7..599ad7d26ef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname='lighttpd-debian-scripts'
epoch=1
pkgver=1.4.39.1
-pkgrel=1
+pkgrel=2
pkgdesc='The extra scripts contained in the Debian release of lighttpd. Includes create-mime.assign.pl, include-conf-enabled.pl, and use-ipv6.pl.'
url="http://anonscm.debian.org/cgit/pkg-lighttpd/lighttpd.git"
arch=('x86_64' 'i686')
license=('custom')
depends=('lighttpd' 'perl')
+optdepends=('mime-types: required by create-mime.assign.pl')
source=('git://anonscm.debian.org/pkg-lighttpd/lighttpd.git')
md5sums=('SKIP')