diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-14 05:59:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-09-14 06:01:01 +0000 |
commit | 5137cd40e869cdfb284f012c172d9f8c362f0ec0 (patch) | |
tree | a9518fa33339bc3329cd542e9891c1d0412e1514 | |
parent | a48962ec5863e7948efcb77a46f8d05afd18d857 (diff) | |
download | aports-5137cd40e869cdfb284f012c172d9f8c362f0ec0.tar.bz2 aports-5137cd40e869cdfb284f012c172d9f8c362f0ec0.tar.xz |
main/lua-posix: depend on bitlib
fixes #1393
-rw-r--r-- | main/lua-posix/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lua-posix/APKBUILD b/main/lua-posix/APKBUILD index 9282386633..5fa5b9487c 100644 --- a/main/lua-posix/APKBUILD +++ b/main/lua-posix/APKBUILD @@ -2,12 +2,12 @@ pkgname=lua-posix _name=luaposix pkgver=5.1.21 -pkgrel=0 +pkgrel=1 pkgdesc="POSIX library for Lua" url="https://github.com/luaposix/luaposix" arch="all" license="MIT" -depends="lua" +depends="lua lua-bitlib" makedepends="lua-dev perl ncurses-dev" source="https://github.com/downloads/luaposix/luaposix/luaposix-$pkgver.tar.gz" |