Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / ts-node


Commits:
b574946d by Felix Yan at 2023-12-11T05:54:47+02:00
upgpkg: 10.9.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,15 @@
+pkgbase = ts-node
+       pkgdesc = TypeScript execution and REPL for node.js, with source map 
support
+       pkgver = 10.9.2
+       pkgrel = 1
+       url = https://github.com/TypeStrong/ts-node
+       arch = any
+       license = MIT
+       makedepends = npm
+       depends = nodejs
+       depends = typescript
+       noextract = ts-node-10.9.2.tgz
+       source = https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz
+       sha512sums = 
7f4145a4875c1e09fccdc3d26dfd5d45ebf0b74e3b60c9da889337bb6c3645ec2b07e7e86ffcde3d972b3b24282cc30eeda04875d2dc40810ae5d62390b9c6ad
+
+pkgname = ts-node


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
 
 pkgname=ts-node
-pkgver=10.9.1
+pkgver=10.9.2
 pkgrel=1
 pkgdesc="TypeScript execution and REPL for node.js, with source map support"
 arch=('any')
@@ -12,7 +12,7 @@ depends=('nodejs' 'typescript')
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('36d572b153e4c71af0146514c466217eec7c93bf29401dc9a9805794b45981d194a933b9c14fd4c87a29e69ef48846c6841eeae4a9a26625346372a526b49c13')
+sha512sums=('7f4145a4875c1e09fccdc3d26dfd5d45ebf0b74e3b60c9da889337bb6c3645ec2b07e7e86ffcde3d972b3b24282cc30eeda04875d2dc40810ae5d62390b9c6ad')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ts-node/-/commit/b574946d41c2b683708a3e05fba805ccdef8d77b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ts-node/-/commit/b574946d41c2b683708a3e05fba805ccdef8d77b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to