[arch-commits] Commit in ts-node/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Nov 4 13:25:30 UTC 2021


    Date: Thursday, November 4, 2021 @ 13:25:29
  Author: felixonmars
Revision: 1036864

upgpkg: ts-node 10.4.0-1

Modified:
  ts-node/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-04 13:23:15 UTC (rev 1036863)
+++ PKGBUILD	2021-11-04 13:25:29 UTC (rev 1036864)
@@ -2,7 +2,7 @@
 # Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
 
 pkgname=ts-node
-pkgver=10.3.1
+pkgver=10.4.0
 pkgrel=1
 pkgdesc="TypeScript execution and REPL for node.js, with source map support"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('630dd6da66338477c21ce20218d26a6b48beadb2f4ac0ca0ed9207c54f8ae29818f207762e1d63f976c70aeb0933291b8fa45930954e6343251d577e18e8af73')
+sha512sums=('8341653efbc25d220ed490c5e92db7d8fe633d8a819112fdaa5cbcd5980039253baf0234b2da610a077690b882ad4f438d00ab24c584a9c3528d02f4dace9df0')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list