summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e226d1fad32..dd83c926c64e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,10 @@ url="http://pdepend.org/"
arch=('any')
license=('BSD')
depends=('php')
-source=("http://static.pdepend.org/php/${pkgver}/pdepend.phar")
-md5sums=('a865a41bc90c8ad121f6055e633f9442')
+source=("http://static.pdepend.org/php/${pkgver}/pdepend.phar"
+ "pdepend.install")
+md5sums=('a865a41bc90c8ad121f6055e633f9442'
+ '2ac82322f6c7bf452459d422ce1f8bc3')
package() {
install -D -m 755 "${srcdir}/pdepend.phar" "${pkgdir}/usr/share/webapps/bin/pdepend.phar"