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

Felix Yan felixonmars at archlinux.org
Thu Sep 27 14:48:10 UTC 2018


    Date: Thursday, September 27, 2018 @ 14:48:09
  Author: felixonmars
Revision: 386396

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-27 14:47:49 UTC (rev 386395)
+++ PKGBUILD	2018-09-27 14:48:09 UTC (rev 386396)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
-
-pkgname=typescript
-pkgver=3.0.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=('924f34bcb5bd886b6332722fd75ab2c4ba999b6d14925cee476b4bd100270c8ca021421e99c64cc65316b9d97d38eb7be87de7b55cdc4e275d435fe900024c62')
-
-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 386395, typescript/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-27 14:48:09 UTC (rev 386396)
@@ -0,0 +1,21 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
+
+pkgname=typescript
+pkgver=3.1.1
+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=('55ebb4c3875373ff7095635fda379122736874a95c74b81e9af3ecacda5fbb93eadfdb207c58ef208813b2f5070a82c19cc84fa1403eb45c6c5e353a55ec5545')
+
+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