summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schleifenbaum2016-02-10 11:06:06 +0100
committerJohannes Schleifenbaum2016-02-10 11:06:06 +0100
commit849a7fd16a174837358b9e43b9b3153cec741bf0 (patch)
treef1e67228f88ffa22c207034a998602d5e97caa3d
parentbf7d01b33f7ead47b97011a84d0898eb2f44ac1b (diff)
downloadaur-849a7fd16a174837358b9e43b9b3153cec741bf0.tar.gz
license array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e868fe8d22b..7538fe5bfb92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jan 7 17:09:18 UTC 2016
+# Wed Feb 10 10:06:03 UTC 2016
pkgbase = php-deprecation-detector
pkgdesc = static code analyzer for your project's source code to find usages of deprecated methods, classes and interfaces
pkgver = 0.1.0.alpha4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sensiolabs-de/deprecation-detector
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index cb398a6a5595..57a030185599 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ _basename="deprecation-detector"
_tag="0.1.0-alpha4"
pkgname="php-${_basename}"
pkgver=${_tag/\-/\.}
-pkgrel=2
+pkgrel=3
pkgdesc="static code analyzer for your project's source code to find usages of deprecated methods, classes and interfaces"
url="https://github.com/sensiolabs-de/deprecation-detector"
-license="MIT"
+license=("MIT")
arch=("any")
depends=("php>=5.3.9")
source=(