diff options
Diffstat (limited to 'main/lua-zmq/APKBUILD')
-rw-r--r-- | main/lua-zmq/APKBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/main/lua-zmq/APKBUILD b/main/lua-zmq/APKBUILD index a35179aff..a64282962 100644 --- a/main/lua-zmq/APKBUILD +++ b/main/lua-zmq/APKBUILD @@ -1,17 +1,18 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lua-zmq -pkgver=1.1 -pkgrel=2 +pkgver=1.1_git20121231 +pkgrel=0 pkgdesc="Lua zeromq2 binding" url="https://github.com/Neopallium/lua-zmq" arch="all" license="MIT" depends="lua-llthreads" -makedepends="wget zeromq-dev cmake lua-dev" +makedepends="zeromq-dev cmake lua-dev" install="" subpackages= -source="saveas-http://github.com/Neopallium/lua-zmq/tarball/v1.1/$pkgname-$pkgver.tar.gz" +source="saveas-http://github.com/Neopallium/lua-zmq/tarball/v1.1/$pkgname-${pkgver%_git*}.tar.gz + git-${pkgver##*_git}.patch" _builddir="$srcdir"/Neopallium-lua-zmq-5cf558e @@ -38,4 +39,5 @@ package() { make install DESTDIR="$pkgdir" || return 1 } -md5sums="d3813c48a9e2b88426fd79604862966d lua-zmq-1.1.tar.gz" +md5sums="d3813c48a9e2b88426fd79604862966d lua-zmq-1.1.tar.gz +e568cb33eef6230454a70dddfd5d3978 git-20121231.patch" |