summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd83c926c64e..f98f33f19d7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ url="http://pdepend.org/"
arch=('any')
license=('BSD')
depends=('php')
+install='phpunit.install'
source=("http://static.pdepend.org/php/${pkgver}/pdepend.phar"
"pdepend.install")
md5sums=('a865a41bc90c8ad121f6055e633f9442'
@@ -16,8 +17,4 @@ package() {
install -D -m 755 "${srcdir}/pdepend.phar" "${pkgdir}/usr/share/webapps/bin/pdepend.phar"
install -d "${pkgdir}/usr/bin"
ln -s /usr/share/webapps/bin/pdepend.phar "${pkgdir}/usr/bin/pdepend"
-
- echo
- echo "Warning: bz2.so must be enabled in your php.ini"
- echo
}