summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrew DeVault2016-02-18 07:28:57 -0500
committerDrew DeVault2016-02-18 07:28:57 -0500
commit719815eca01ced996774df8058a7d1daca6aa59e (patch)
tree578e350ddb741247e418b8d678a85d337a2143dd /PKGBUILD
parent91bff138fc8572d2d7b1ce9497335fc1cbcdf511 (diff)
downloadaur-nant.tar.gz
Fix license array (thanks mpuzirew)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88bce7288a21..dd649a336117 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgrel=6
pkgdesc="A free .NET build tool, like make but without make's problems"
arch=('i686' 'x86_64')
url="http://nant.sourceforge.net"
-license="GPL"
+license=("GPL")
depends=('mono')
makedepends=('pkgconfig')
source=("http://downloads.sourceforge.net/nant/$pkgname-$pkgver-bin.tar.gz")