aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/lua-xctrl/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/lua-xctrl/APKBUILD b/main/lua-xctrl/APKBUILD
index 2c3ccbd3c3..e5f755b942 100644
--- a/main/lua-xctrl/APKBUILD
+++ b/main/lua-xctrl/APKBUILD
@@ -6,9 +6,9 @@ _y=${pkgver%.*}
_y=${_y#*.}
_z=${pkgver##*.}
_ver=${_x}-${_y}-${_z}
-pkgrel=0
+pkgrel=1
pkgdesc="Lua module that allows you to query and manipulate various aspects of an X11 window manager"
-url="http://code.google.com/p/xctrl/"
+url="https://github.com/yetanothergeek/xctrl"
arch="all"
license="GPL-2"
depends=
@@ -26,7 +26,6 @@ prepare() {
build() {
cd "$_builddir"
export EXTRA_CFLAGS="-fPIC"
- [ "$ALPINE_LIBC" != "eglibc" ] && export EXTRA_LDFLAGS="-liconv"
make || return 1
}