diff options
author | Jeff Pohlmeyer <yetanothergeek@gmail.com> | 2011-10-16 19:22:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-16 19:22:41 +0000 |
commit | ac4da4a84f73bb036344eca2ebde0ff2e3f92e24 (patch) | |
tree | 522cd5dc59a357ee958ea24bf3f915074232af64 | |
parent | bd2b81ecd0f8ef568a92b19d11bd8d1494626b5f (diff) | |
download | aports-ac4da4a84f73bb036344eca2ebde0ff2e3f92e24.tar.bz2 aports-ac4da4a84f73bb036344eca2ebde0ff2e3f92e24.tar.xz |
main/lua-xctrl: new website and download URL
-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 |