summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8abac031a971..c967b4573430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# Please report issues at https://github.com/jojosch/pkgbuilds
pkgname="phpmd"
-pkgver=2.4.3
+pkgver=2.6.0
pkgrel=1
pkgdesc="Takes a given PHP source code base and look for several potential problems within that source."
url="http://phpmd.org/"
license=("BSD")
arch=("any")
-depends=("php>=5.3.0")
+depends=("php>=5.3.9")
source=(
"${pkgname}-${pkgver}.phar::https://static.phpmd.org/php/${pkgver}/${pkgname}.phar"
"LICENSE"
)
install="${pkgname}.install"
sha256sums=(
- "0479a34ddac69cd7ed9aa9f6cde9b53c7cb5643405745aa1625b770d9edd01b1"
+ "69bec1176370a3bcbb81e1d422253f70305432ecf5b2c50d04ec33adb0e20f7a"
"faad499ee7fe2e75e18565c6b6b5cf43a3dc97a6eebffbfa5840d9205339fa9b"
)