diff options
Diffstat (limited to 'testing/nanomsg/APKBUILD')
-rw-r--r-- | testing/nanomsg/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nanomsg/APKBUILD b/testing/nanomsg/APKBUILD index af10125521..2cc382aa75 100644 --- a/testing/nanomsg/APKBUILD +++ b/testing/nanomsg/APKBUILD @@ -3,7 +3,7 @@ pkgname=nanomsg pkgver=0.5 _pkgver=$pkgver-beta -pkgrel=0 +pkgrel=1 pkgdesc="A socket library that provides several common communication patterns" url="http://nanomsg.org/" arch="all" @@ -13,7 +13,7 @@ depends_dev="asciidoc xmlto" makedepends="$depends_dev" install="" options="libtool" -subpackages="$pkgname-dev $pkgname-doc" +subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" source="http://download.nanomsg.org/nanomsg-$_pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$_pkgver |