diff options
-rw-r--r-- | main/lua5.1/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/lua5.1/APKBUILD b/main/lua5.1/APKBUILD index 49136fd93..1de955cb5 100644 --- a/main/lua5.1/APKBUILD +++ b/main/lua5.1/APKBUILD @@ -4,12 +4,13 @@ _pkgname=lua _majorver=${pkgname#lua} pkgver="$_majorver.5" _pkgver=$pkgver -pkgrel=1 +pkgrel=2 pkgdesc="A powerful light-weight programming language designed for extending applications." url="http://www.lua.org/" arch="all" license="MIT" depends="" +depends_dev="$pkgname" makedepends="libtool autoconf automake" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" source="http://www.lua.org/ftp/lua-$_pkgver.tar.gz |