summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2015-07-16 18:41:52 +0200
committerStefan Auditor2015-07-16 18:41:52 +0200
commit1a9c6fd838523733d25f1756425446a0bc09f5e4 (patch)
tree4b1d742838097bc49b639369798e18f00c15b0f7
parent56d5265400308fa15f94fdb11507c1b1f5c4bfbe (diff)
downloadaur-1a9c6fd838523733d25f1756425446a0bc09f5e4.tar.gz
rename .install file
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 154ab8c26c03..d1124c342ad0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,6 +3,7 @@ pkgbase = pdepend
pkgver = 2.1.0
pkgrel = 1
url = http://pdepend.org/
+ install = pdepend.install
arch = any
license = BSD
depends = php
diff --git a/PKGBUILD b/PKGBUILD
index f98f33f19d7b..ab11bc9f6045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="http://pdepend.org/"
arch=('any')
license=('BSD')
depends=('php')
-install='phpunit.install'
+install='pdepend.install'
source=("http://static.pdepend.org/php/${pkgver}/pdepend.phar"
"pdepend.install")
md5sums=('a865a41bc90c8ad121f6055e633f9442'