summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c24f6b5d3ea..6b7dc86a2914 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Feb 10 10:10:37 UTC 2016
pkgbase = phpmd
pkgdesc = Takes a given PHP source code base and look for several potential problems within that source.
pkgver = 2.3.2
- pkgrel = 1
+ pkgrel = 2
url = http://phpmd.org/
install = phpmd.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index f896a4480aa8..f5d20e32a749 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname="phpmd"
pkgver=2.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Takes a given PHP source code base and look for several potential problems within that source."
url="http://phpmd.org/"
-license="BSD"
+license=("BSD")
arch=("any")
depends=("php>=5.3.0")
source=(