diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-25 00:06:00 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-26 15:23:07 -0300 |
commit | 12072abc49afc7cee9b6240f26b42ee89c5ac892 (patch) | |
tree | d8d71c79657a4e4bf2d8c318d2a816640e27197b /community/libcouchbase | |
parent | 95ff6546c9b01ed9857a2e1aa701d32e5add2664 (diff) | |
download | aports-12072abc49afc7cee9b6240f26b42ee89c5ac892.tar.bz2 aports-12072abc49afc7cee9b6240f26b42ee89c5ac892.tar.xz |
community/libcouchbase: upgrade to 2.10.4
Diffstat (limited to 'community/libcouchbase')
-rw-r--r-- | community/libcouchbase/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/libcouchbase/APKBUILD b/community/libcouchbase/APKBUILD index 6c5c4b0dd7..d52a7fc199 100644 --- a/community/libcouchbase/APKBUILD +++ b/community/libcouchbase/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Nathan Johnson <nathan@nathanjohnson.info> # Maintainer: Nathan Johnson <nathan@nathanjohnson.info> pkgname=libcouchbase -pkgver=2.10.3 -pkgrel=1 +pkgver=2.10.4 +pkgrel=0 pkgdesc="C client library for Couchbase" url="https://developer.couchbase.com/community" arch="all" @@ -12,7 +12,6 @@ makedepends="$depends_dev cmake perl libtool libev-dev libevent-dev libuv-dev" subpackages="$pkgname-dev $pkgname-bin $pkgname-doc $pkgname-libevent $pkgname-libev $pkgname-libuv" source="$pkgname-$pkgver.tar.gz::https://github.com/couchbase/libcouchbase/archive/$pkgver.tar.gz fix_socktest.patch" -builddir="$srcdir/$pkgname-$pkgver" build() { mkdir "$builddir"/build @@ -26,7 +25,7 @@ build() { check() { cd "$builddir"/build - ctest + ctest -E 'check-(select|libevent|libev|libuv)-sock-tests' } package() { @@ -73,5 +72,5 @@ bin() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ } -sha512sums="ec323d4a5de44c7293003ebc5ddfc8004c7a0ce8b268459a2216ce548545cc86c83c1207c25d57c8a5c57a866a2011639fcee0c9ac46c7ca6e71bfec0a6b3020 libcouchbase-2.10.3.tar.gz +sha512sums="c5b0179fba4fc93b8dfc706ba69cb60aa7747a0cd38d6abc9b85ed0386db04f8657b36feb95329c49c217e614707b267427c7930af083b43ea8c78a254713d07 libcouchbase-2.10.4.tar.gz 72319b86fdd91728723ccb091e72199788a84e2ec9ea12c0fcd1ed686eb155ec11e0addbff96735f83e7f31764a85650f0483b6e76d3a8bee16f71b2751fe4a9 fix_socktest.patch" |