summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbec0399b82a..1413cc89a02f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,11 +6,11 @@ pkgbase = piwigo
install = piwigo.install
arch = any
license = GPL
- makedepends = wget
makedepends = unzip
depends = php
depends = php-gd
depends = mariadb
+ optdepends = php-apache: to use the Apache web server
options = emptydirs
backup = etc/webapps/piwigo/apache.conf
source = http::http://piwigo.org/download/dlcounter.php?code=latest
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)