aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua5.1/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-29 13:01:43 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-29 13:32:25 +0000
commit2ddb8586023e95ddcbf2f414d0e9c6163daadb1d (patch)
treecb18fdaa515fc28bea9f8b0d0406cd0bff8d936c /main/lua5.1/APKBUILD
parent7cd5b51b363757743d2d200e56651f6e3d3c7dfd (diff)
downloadaports-2ddb8586023e95ddcbf2f414d0e9c6163daadb1d.tar.bz2
aports-2ddb8586023e95ddcbf2f414d0e9c6163daadb1d.tar.xz
main/lua5.1: add $pkgname to $depends_dev
To make it the same as in lua5.2-dev and lua5.3-dev.
Diffstat (limited to 'main/lua5.1/APKBUILD')
-rw-r--r--main/lua5.1/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/lua5.1/APKBUILD b/main/lua5.1/APKBUILD
index 49136fd936..1de955cb53 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