summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Hiles2016-03-25 14:52:19 -0400
committerMatthew Hiles2016-03-25 14:52:19 -0400
commitf417f6d75fe3849ff39e43140cdda361c1262789 (patch)
tree9af930f25bc1d030f783759a51138cb6cabe0d22
parent1651cf887ef50273d5e3d1d669d1af9cbc0fba7a (diff)
downloadaur-f417f6d75fe3849ff39e43140cdda361c1262789.tar.gz
Made license into an array
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbd1d699fe80..edee5c5cf512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A utility for making and unpacking starkits."
url="http://equi4.com/starkit/sdx.html"
depends=(tclkit)
arch=(any)
-license="MIT"
+license=("MIT")
options=(!strip)
source=(http://equi4.com/pub/sk/sdx.kit)
md5sums=('f11522239e4f30e20ebda62282b3f34a')