diff options
-rw-r--r-- | main/lua-zmq/APKBUILD | 4 |
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" |