diff options
-rw-r--r-- | abs/core-testing/local-website/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/local-website/PKGBUILD b/abs/core-testing/local-website/PKGBUILD index 39c1fe2..7c9b759 100644 --- a/abs/core-testing/local-website/PKGBUILD +++ b/abs/core-testing/local-website/PKGBUILD @@ -1,12 +1,12 @@ pkgname=local-website pkgver=2 -pkgrel=2 +pkgrel=4 pkgdesc="Contents of http://localhost" arch=(i686 x86_64) license=('GPL') url="http://localhost" #install=filesystem.install -depends=('lighttpd') +depends=('lighttpd' 'php') source=() build() |