summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFanch2018-11-28 14:22:01 +0100
committerFanch2018-11-28 14:22:01 +0100
commit56b5963a37967b209e6a87635578895abbd5b4c7 (patch)
treefa7a510abd300361d08983f35e37f85dbd48b3f7 /PKGBUILD
parent45dfeedd4115a71b86b4cb7bbbba41d382024b79 (diff)
downloadaur-56b5963a37967b209e6a87635578895abbd5b4c7.tar.gz
Update Version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d89f465dfb7f..0a9abf65c1ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,9 @@ pkgdesc="Piwigo is a photo gallery software for the web that comes with powerful
arch=(any)
url="http://piwigo.org/"
license=("GPL")
+optdepends=('php-apache: to use the Apache web server')
depends=("php" "php-gd" "mariadb")
-makedepends=("wget" "unzip")
+makedepends=("unzip")
backup=("etc/webapps/piwigo/apache.conf")
install=piwigo.install
options=(emptydirs)