summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Torres2016-02-18 18:54:33 +0100
committerJavier Torres2016-02-18 18:54:33 +0100
commit47625e470d43558cf6843dc8d17d9368de310af1 (patch)
tree46944f120573e19e7fc49f6e6f75b50987a4d05f
parent47773c48720c55b6f52e9c4ab8561022c43334d7 (diff)
downloadaur-47625e470d43558cf6843dc8d17d9368de310af1.tar.gz
Make license an array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99e594513fe7..8d1ab23c29f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Feb 18 17:54:10 UTC 2016
pkgbase = smarty3
pkgdesc = Smarty is a PHP template engine
pkgver = 3.1.21
- pkgrel = 1
+ pkgrel = 2
url = http://www.smarty.net
arch = any
license = LGPL
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")