diff options
Diffstat (limited to 'main/lua-xctrl/APKBUILD')
-rw-r--r-- | main/lua-xctrl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-xctrl/APKBUILD b/main/lua-xctrl/APKBUILD index 7bae7217ad..734b8ea625 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="GPL2" +license="GPL-2.0" depends= makedepends="lua-dev libx11-dev libxmu-dev" for _i in $_luaversions; do |