summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBruno Galeotti2016-10-31 11:13:28 -0300
committerBruno Galeotti2016-10-31 11:13:28 -0300
commita18ada1e18f7285b4d7e47e2f1eeba2830322192 (patch)
tree1d240ebf3ac13503c8f1dc8c9f73266304688504 /PKGBUILD
parent4de7f848498360d917942934b1ea16c84efb353f (diff)
downloadaur-php-virtphp.tar.gz
License must be an array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa2519d59265..a6cb753970e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
#
pkgname=php-virtphp
pkgver=0.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="virtPHP is a tool to create isolated PHP environments."
url="http://virtphp.org/"
-license="MIT"
+license=("MIT")
arch=("any")
depends=("php")
source=("https://github.com/virtphp/virtphp/releases/download/v${pkgver}-alpha/virtphp.phar")