summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2015-07-16 18:39:59 +0200
committerStefan Auditor2015-07-16 18:39:59 +0200
commit56d5265400308fa15f94fdb11507c1b1f5c4bfbe (patch)
tree17bec1e7b13733cfaf5505005b688dc81c0d5896 /PKGBUILD
parent4c71d6f720b0b244ea0b5aa42c99d9dd9a2c733b (diff)
downloadaur-56d5265400308fa15f94fdb11507c1b1f5c4bfbe.tar.gz
Execute post_install and post_upgrade hooks, remove misplaced echo
Diffstat (limited to 'PKGBUILD')
-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
}