diff options
Diffstat (limited to 'main/lua-zmq/APKBUILD')
-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 011875de39..a35179aff9 100644 --- a/main/lua-zmq/APKBUILD +++ b/main/lua-zmq/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lua-zmq pkgver=1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Lua zeromq2 binding" url="https://github.com/Neopallium/lua-zmq" arch="all" license="MIT" -depends="" +depends="lua-llthreads" makedepends="wget zeromq-dev cmake lua-dev" install="" subpackages= |