diff options
-rw-r--r-- | main/lua-xctrl/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/lua-xctrl/APKBUILD b/main/lua-xctrl/APKBUILD index 5b9242e57f..fa7bac7bef 100644 --- a/main/lua-xctrl/APKBUILD +++ b/main/lua-xctrl/APKBUILD @@ -6,16 +6,16 @@ _y=${pkgver%.*} _y=${_y#*.} _z=${pkgver##*.} _ver=${_x}-${_y}-${_z} -pkgrel=1 +pkgrel=2 pkgdesc="Lua module that allows you to query and manipulate various aspects of an X11 window manager" -url="http://jkp.t35.com/lua/" +url="http://code.google.com/p/xctrl/" arch="all" license="GPL-2" depends= makedepends="lua-dev libx11-dev libxmu-dev libiconv-dev" install= subpackages="$pkgname-doc" -source="http://jkp.t35.com/files/xctrl-$_ver.tar.gz" +source="http://xctrl.googlecode.com/files/xctrl-$_ver.tar.gz" _builddir="$srcdir"/xctrl-$_ver _lua_libdir=/usr/lib/lua/5.1 |