diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:37:22 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-06 16:56:45 +0100 |
commit | 62732c5b1c9544a52410d88f2c883f9d608c9e3e (patch) | |
tree | b8cdb18b3b6c260721ea8184c1e6ddfb6635904a /pcr | |
parent | c6541bc541ea977711fac0c8ab2840a253fb55ca (diff) | |
download | abslibre-62732c5b1c9544a52410d88f2c883f9d608c9e3e.tar.gz abslibre-62732c5b1c9544a52410d88f2c883f9d608c9e3e.tar.bz2 abslibre-62732c5b1c9544a52410d88f2c883f9d608c9e3e.zip |
pcr/luabind: fixed syntax errors in PKGBUILD
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/luabind/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/luabind/PKGBUILD b/pcr/luabind/PKGBUILD index d55f2b29e..08111724b 100644 --- a/pcr/luabind/PKGBUILD +++ b/pcr/luabind/PKGBUILD @@ -14,7 +14,7 @@ arch=( mips64el ) url="http://www.rasterbar.com/products/$pkgname.html" -license=MIT +license=(MIT) makedepends=( boost boost-build |