summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen Edwards2020-01-29 14:33:14 +0000
committerBen Edwards2020-01-29 14:33:14 +0000
commit09b10a383483f3d15e268fa78fc27b635a4295a0 (patch)
treeabe296099dbf412a4aa4d2ffb1fd14ec3c599abc /PKGBUILD
parenta4522b89498322d120620cc988f7a552bf259e3a (diff)
downloadaur-09b10a383483f3d15e268fa78fc27b635a4295a0.tar.gz
0.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e35f9c2493f..6e6887d3c2b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=nodejs-fauna-shell
_pkgname=${pkgname#nodejs-}
-pkgver=0.9.6
+pkgver=0.10.0
pkgrel=1
pkgdesc="faunadb access via the cli"
arch=(any)
@@ -8,8 +8,8 @@ url="https://github.com/fauna/fauna-shell"
licence=(MPL2)
depends=(nodejs)
makedepends=(npm)
-source=("https://registry.npmjs.org/$_pkgname/_/$_pkgname-$pkgver.tgz")
-sha256sums=('fc6ede9914fd7e96cf12b8bacf7364d215aa57b40b6b28822227cfdb32e1221a')
+source=("https://registry.npmjs.org/$_pkgname/-/$_pkgname-$pkgver.tgz")
+sha256sums=('0af05027f5d01d9058db45d24955ba2ab41591237f9b9af62b7c8e34fb7ef055')
noextract=("$_pkgname-$pkgver.tgz")
package() {