summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors3my0n2016-08-04 23:45:32 +0300
committers3my0n2016-08-04 23:45:32 +0300
commit311e981ba13b16880f91bbb37fd7d2378767f14a (patch)
treeb8ed7c5e204a96a7aa629c948f2e28e349f4f7bb
parente96b7aa11910d3eb90fe6f49a7c5181b24197911 (diff)
downloadaur-311e981ba13b16880f91bbb37fd7d2378767f14a.tar.gz
Fixed license array
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71d7ad2875c7..1114506293e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('libdnet' 'libnet' 'libpcap')
source=(http://packetfactory.openwall.net/firewalk/dist/firewalk.tar.gz firewalk-gcc3.4.patch)
url="http://packetfactory.openwall.net/projects/firewalk/"
md5sums=('02412f13218ea052427bbf038a88a026' 'd94be823c96efbaeee8f75941cfdd3b7')
-license="BSD"
+license=("BSD")
build() {