summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAman2020-07-02 12:47:42 +0530
committerAman2020-07-02 12:47:42 +0530
commitb51fb7f41272694c5a326afa45368a3971fd9358 (patch)
treee11b1120a21b740bfaaa86bdc90eee5856903bc7 /PKGBUILD
parenta6cf0d2ae2d68f85dc870134b671bc77e5b86495 (diff)
downloadaur-b51fb7f41272694c5a326afa45368a3971fd9358.tar.gz
update to v0.0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 899e74e98ad1..6e23cb610e58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Aman Sinha
pkgname=mongodb-shell
-pkgver=0.0.6
+pkgver=0.0.7
pkgrel=1
-pkgdesc='The MongoDB Shell is a fully functional JavaScript environment for interacting with MongoDB deployments having syntax highligting, clear error messages and intelligent autocomplete.'
+pkgdesc='The MongoDB Shell includes all features of legacy mongo shell with new syntax highligting, clear error messages and intelligent autocomplete.'
url='https://www.mongodb.com/'
license=('apache-2.0')
depends=('mongodb-bin')
-provides=("mongosh=$pkgver")
+provides=("mongosh")
arch=('x86_64')
source=("https://downloads.mongodb.com/compass/mongosh-$pkgver-linux.tgz")
-sha256sums=('55c2ff2ff44f8de14fa28eb8923a76f6571ca3549005c8aaa4c5e695005080f5')
+sha256sums=('c776ae3f530a7d9fb1c10915b950b902a4070daae779f1487c2a367d36ddc089')
options=(!strip)
package() {
cd $srcdir