summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dec039e0993c..1dde3ef258df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = mongosh-bin
pkgdesc = An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.
pkgver = 1.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mongodb-js/mongosh.git
arch = x86_64
arch = aarch64
license = Apache
- depends = xz
depends = krb5
source_x86_64 = https://downloads.mongodb.com/compass/mongosh-1.4.2-linux-x64.tgz
sha256sums_x86_64 = bf2e1939ce5cf012ffc4e4acf81ee4d53f79bd44646be44ef676ce3579814fb2
diff --git a/PKGBUILD b/PKGBUILD
index c1fde8297f7e..d62dbeccfa51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mongosh-bin
_pkgname=mongosh
pkgver=1.4.2
-pkgrel=1
+pkgrel=2
pkgdesc='An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.'
arch=('x86_64' 'aarch64')
depends=('krb5')