[arch-commits] Commit in typescript/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Aug 30 04:00:20 UTC 2019


    Date: Friday, August 30, 2019 @ 04:00:20
  Author: felixonmars
Revision: 505135

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-30 04:00:08 UTC (rev 505134)
+++ PKGBUILD	2019-08-30 04:00:20 UTC (rev 505135)
@@ -1,21 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
-
-pkgname=typescript
-pkgver=3.5.3
-pkgrel=1
-pkgdesc="TypeScript is a language for application scale JavaScript development"
-arch=('any')
-url="http://typescriptlang.org/"
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('002cc1b66fcf85704321de9aeac0c97eba13da9396b7fa0e9e4e3f744946e46df764befbe8ddd8ebfe9b29924116977e6f4e45dc2b7da838cc7899915ad136fe')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: typescript/repos/community-any/PKGBUILD (from rev 505134, typescript/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-30 04:00:20 UTC (rev 505135)
@@ -0,0 +1,21 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
+
+pkgname=typescript
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="TypeScript is a language for application scale JavaScript development"
+arch=('any')
+url="http://typescriptlang.org/"
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('9664382fe27a9a7bb7c7078ff3eacead4c3398df8c4408fb4e0b49b436971393ccc97da40ab925860debbceb0e21f35e01631058ed85d463dcd64303daf2c07f')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list