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

Felix Yan felixonmars at archlinux.org
Wed Mar 20 07:28:28 UTC 2019


    Date: Wednesday, March 20, 2019 @ 07:28:27
  Author: felixonmars
Revision: 442835

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-20 07:28:05 UTC (rev 442834)
+++ PKGBUILD	2019-03-20 07:28:27 UTC (rev 442835)
@@ -1,21 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
-
-pkgname=typescript
-pkgver=3.3.3333
-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=('26348ab007ee1c113f7c1da867c371b514e4e6219c83a86461732767759cf9bd914aa7a312a4da7a6d75987012327162947adac77b0b2b4183cdc26b7a46582f')
-
-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 442834, typescript/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-20 07:28:27 UTC (rev 442835)
@@ -0,0 +1,21 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
+
+pkgname=typescript
+pkgver=3.3.4000
+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=('8e339c099be9925dbecfb2459f4c813a82d0c8ba0890d640b3f7d8264506e952b2eb32cf1c919f4096051f389b07a189685ffc42b7040ad950e5ca6f44748c10')
+
+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