summaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/mongodb-tools/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/mongodb-tools/APKBUILD b/community/mongodb-tools/APKBUILD
index 3af4ac1fe7f..5b386bc1017 100644
--- a/community/mongodb-tools/APKBUILD
+++ b/community/mongodb-tools/APKBUILD
@@ -1,19 +1,19 @@
# Contributor: Marc Vertes <marc.vertes@ugrid.net>
# Maintainer: Marc Vertes <marc.vertes@ugrid.net>
pkgname=mongodb-tools
-pkgver=r3.4.4
-pkgrel=0
+pkgver=3.4.4
+pkgrel=1
pkgdesc="The MongoDB tools provide import, export, and diagnostic capabilities."
url="https://github.com/mongodb/mongo-tools"
-arch="all !aarch64 !s390x"
+arch="all !s390x"
license="apache"
makedepends="$depends_dev go cyrus-sasl-dev libressl-dev libpcap-dev"
options="!check"
-source="https://github.com/mongodb/mongo-tools/archive/$pkgver/$pkgname-$pkgver.tar.gz
+source="https://github.com/mongodb/mongo-tools/archive/$pkgver/$pkgname-r$pkgver.tar.gz
libressl.patch
fix-build.patch
"
-builddir="$srcdir"/mongo-tools-$pkgver
+builddir="$srcdir"/mongo-tools-r$pkgver
prepare() {
cd "$builddir"