summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Torres2016-02-18 18:54:33 +0100
committerJavier Torres2016-02-18 18:54:33 +0100
commit47625e470d43558cf6843dc8d17d9368de310af1 (patch)
tree46944f120573e19e7fc49f6e6f75b50987a4d05f /PKGBUILD
parent47773c48720c55b6f52e9c4ab8561022c43334d7 (diff)
downloadaur-47625e470d43558cf6843dc8d17d9368de310af1.tar.gz
Make license an array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 710ea65bf729..4602e2748d77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=smarty3
pkgver=3.1.21
-pkgrel=1
+pkgrel=2
pkgdesc='Smarty is a PHP template engine'
url='http://www.smarty.net'
-license='LGPL'
+license=('LGPL')
depends=('php>=5.2')
arch=('any')
source=("http://www.smarty.net/files/Smarty-${pkgver}.tar.gz")