From 53679caf4fa9cfa393975176fe5d544dfd4e5ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 30 Sep 2015 16:28:24 +0200 Subject: don't prefix GPL version number with a dash This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license --- main/lua-xctrl/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/lua-xctrl/APKBUILD') diff --git a/main/lua-xctrl/APKBUILD b/main/lua-xctrl/APKBUILD index 23ad1baca5..4f6b764145 100644 --- a/main/lua-xctrl/APKBUILD +++ b/main/lua-xctrl/APKBUILD @@ -11,7 +11,7 @@ _luaversions="5.1 5.2 5.3" pkgdesc="Lua module that allows you to query and manipulate various aspects of an X11 window manager" url="https://github.com/yetanothergeek/xctrl" arch="all" -license="GPL-2" +license="GPL2" depends= makedepends="lua-dev libx11-dev libxmu-dev" for _i in $_luaversions; do -- cgit v1.2.3