diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/lua/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/lua/APKBUILD b/extra/lua/APKBUILD index c42d1c9d24..5e41bc03ad 100644 --- a/extra/lua/APKBUILD +++ b/extra/lua/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lua pkgver=5.1.4 -pkgrel=1 +pkgrel=2 pkgdesc="A powerful light-weight programming language designed for extending applications." url="http://www.lua.org/" license="MIT" -depends="readline" +depends= makedepends="readline-dev libtool" subpackages="$pkgname-dev $pkgname-doc" source="http://www.$pkgname.org/ftp/$pkgname-$pkgver.tar.gz |