Date: Monday, April 24, 2023 @ 01:47:48
  Author: polyzen
Revision: 1448444

archrelease: copy trunk to community-any

Added:
  typescript/repos/community-any/PKGBUILD
    (from rev 1448443, typescript/trunk/PKGBUILD)
Deleted:
  typescript/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-24 01:47:28 UTC (rev 1448443)
+++ PKGBUILD    2023-04-24 01:47:48 UTC (rev 1448444)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Daniel M. Capella <[email protected]>
-# Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
-
-_name=TypeScript
-pkgname=typescript
-pkgver=5.0.2
-pkgrel=2
-pkgdesc="TypeScript is a language for application scale JavaScript development"
-arch=('any')
-url="http://typescriptlang.org/";
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm' 'rsync')
-source=("https://github.com/microsoft/TypeScript/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-b2sums=('85b4847dea5b976a5ab20b232039618e933475b93ec39aee7d9b932a2bc087f828ee239ff273ccce11177eed7bfec3463ec4baabec456782fae8870c179d250f')
-
-prepare() {
-  cd $_name-$pkgver
-  npm ci
-}
-
-build() {
-  cd $_name-$pkgver
-  npx hereby LKG
-}
-
-check() {
-  cd $_name-$pkgver
-  npm run test
-}
-
-package() {
-  install -d "$pkgdir"/usr/{bin,lib/node_modules/$pkgname}
-  ln -s ../lib/node_modules/$pkgname/bin/{tsc,tsserver} "$pkgdir"/usr/bin
-
-  cd $_name-$pkgver
-  rsync -r --exclude .gitattributes README.md SECURITY.md bin lib package.json 
\
-    "$pkgdir"/usr/lib/node_modules/$pkgname
-  install -Dt "$pkgdir"/usr/share/licenses/$pkgname ThirdPartyNoticeText.txt
-}

Copied: typescript/repos/community-any/PKGBUILD (from rev 1448443, 
typescript/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-24 01:47:48 UTC (rev 1448444)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Daniel M. Capella <[email protected]>
+# Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
+
+_name=TypeScript
+pkgname=typescript
+pkgver=5.0.4
+pkgrel=1
+pkgdesc='JavaScript with syntax for types'
+arch=('any')
+url=http://www.typescriptlang.org
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm' 'rsync')
+source=("https://github.com/microsoft/$_name/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+b2sums=('20565a208225fb9fcd5b5532296f94bf870b0452fb43c72a044e52e3a2e4a6f2af20119dbcb50f996c631ff87821c298c72fddd1289919f4463313c35b322049')
+
+prepare() {
+  cd $_name-$pkgver
+  npm ci
+}
+
+build() {
+  cd $_name-$pkgver
+  npx hereby LKG
+}
+
+check() {
+  cd $_name-$pkgver
+  npm run test
+}
+
+package() {
+  install -d "$pkgdir"/usr/{bin,lib/node_modules/$pkgname}
+  ln -s ../lib/node_modules/$pkgname/bin/{tsc,tsserver} "$pkgdir"/usr/bin
+
+  cd $_name-$pkgver
+  rsync -r --exclude .gitattributes README.md SECURITY.md bin lib package.json 
\
+    "$pkgdir"/usr/lib/node_modules/$pkgname
+  install -Dt "$pkgdir"/usr/share/licenses/$pkgname ThirdPartyNoticeText.txt
+}

Reply via email to