Package Details: nodejs-spago 0.20.9-1

Git Clone URL: https://aur.archlinux.org/nodejs-spago.git (read-only, click to copy)
Package Base: nodejs-spago
Description: PureScript package manager and build tool powered by Dhall and package-sets
Upstream URL: https://github.com/spacchetti/spago
Licenses: MIT
Submitter: csicar
Maintainer: csicar (samhh)
Last Packager: samhh
Votes: 4
Popularity: 0.000000
First Submitted: 2019-08-01 02:31 (UTC)
Last Updated: 2022-05-03 17:07 (UTC)

Latest Comments

samhh commented on 2021-07-07 11:26 (UTC)

Cheers for adding me as co-maintainer! Updated to 0.20.3. I forgot to add myself to the maintainers list at the top, I'll do that with the next spago update.

samhh commented on 2021-07-03 10:15 (UTC)

@csicar I'd be happy to (co-)maintain this package if you don't have the time to keep it up to date?

samhh commented on 2021-06-25 10:51 (UTC)

Here's the PKGBUILD diff for 0.20.3 if anyone wants it:

diff --git a/PKGBUILD b/PKGBUILD
index 448e6eb..dc90f2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: csicar <aur@csicar.de>
 _npmname=spago
-_npmver=0.19.0
+_npmver=0.20.3
 pkgname=nodejs-spago
-pkgver=0.19.0
+pkgver=0.20.3
 pkgrel=1
 pkgdesc="PureScript package manager and build tool powered by Dhall and package-sets"
 arch=(any)
@@ -12,7 +12,7 @@ depends=('nodejs' 'npm' 'purescript' 'ncurses5-compat-libs')
 optdepends=()
 source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
 noextract=($_npmname-$_npmver.tgz)
-sha256sums=(cc744c2603e587642ea55912e7e7648dd268179335d2e621073f83cab0709544)
+sha256sums=(af4bda00cc5432c21877b6bce133d408102a2e2e3a713e2618759c17293a7368)

 package() {
   cd $srcdir

@csicar Per here the license should be distributed in the PKGBUILD.

samhh commented on 2021-02-15 16:42 (UTC) (edited on 2021-06-18 18:16 (UTC) by samhh)

I think a more appropriate name for this package may be spago-bin?

Edit: Actually probably just spago given it's a Node package.

Poscat commented on 2020-01-12 15:20 (UTC)

I think the dependency ncurses5-compat-libs is missing