summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Quisbert2022-05-31 21:41:10 +0200
committerAlejandro Quisbert2022-05-31 21:41:10 +0200
commit4fd51b9fa88805eca2d557c145fe3442e04548d0 (patch)
tree1a1bce692ee0b21ef342b2835467e5956ac879ea
parent0bad914a420c9163941e050d41e60bd67ee9226d (diff)
downloadaur-4fd51b9fa88805eca2d557c145fe3442e04548d0.tar.gz
Fix .SRCINFO consistency
`xz` removal was forgoten in .SRCINFO
-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')