summaryrefslogtreecommitdiffstats
path: root/main/lua-zmq
diff options
context:
space:
mode:
authorAndrew Manison <amanison@anselsystems.com>2012-01-09 21:19:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-04-07 14:58:38 +0000
commitb1068e69397451943862fe1fae3743aaff715c4c (patch)
tree9e2e2ef8166aced924f3456ab062d62e284279cd /main/lua-zmq
parent7741ddc4cb1f8620bd79a12cfa01eae15f4991a1 (diff)
downloadaports-b1068e69397451943862fe1fae3743aaff715c4c.tar.bz2
aports-b1068e69397451943862fe1fae3743aaff715c4c.tar.xz
main/lua-zmq: Added lua-dev to makedepends
Diffstat (limited to 'main/lua-zmq')
-rw-r--r--main/lua-zmq/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lua-zmq/APKBUILD b/main/lua-zmq/APKBUILD
index 1cf29100f..011875de3 100644
--- a/main/lua-zmq/APKBUILD
+++ b/main/lua-zmq/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lua-zmq
pkgver=1.1
-pkgrel=0
+pkgrel=1
pkgdesc="Lua zeromq2 binding"
url="https://github.com/Neopallium/lua-zmq"
arch="all"
license="MIT"
depends=""
-makedepends="wget zeromq-dev cmake"
+makedepends="wget zeromq-dev cmake lua-dev"
install=""
subpackages=
source="saveas-http://github.com/Neopallium/lua-zmq/tarball/v1.1/$pkgname-$pkgver.tar.gz"