summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Luna2016-08-02 02:07:01 -0500
committerChristopher Luna2016-08-02 02:07:01 -0500
commit0f39202cc69cca25c645ef89841bb01c9600a6e0 (patch)
treeacf7949c6c6afa62cca2e6797bbf233172bd6939 /PKGBUILD
parent4efbdef5d1f9efa9b91b487f3c5701e89b7946cc (diff)
downloadaur-0f39202cc69cca25c645ef89841bb01c9600a6e0.tar.gz
License must be an array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c9781a74e0f..0b99f47c48c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
epoch=1
pkgdesc="A BBS terminal program, Supports ANSI music and the IBM charset when possible. Will run from a console, under X11 using XLib, or using SDL."
url="http://syncterm.bbsdev.net"
-license='GPL'
+license=('GPL')
depends=('ncurses' 'sdl')
options=(!buildflags)
arch=('i686' 'x86_64')