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

Felix Yan felixonmars at archlinux.org
Fri Nov 2 02:54:13 UTC 2018


    Date: Friday, November 2, 2018 @ 02:54:13
  Author: felixonmars
Revision: 401181

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-02 02:53:57 UTC (rev 401180)
+++ PKGBUILD	2018-11-02 02:54:13 UTC (rev 401181)
@@ -1,21 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
-
-pkgname=typescript
-pkgver=3.1.5
-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=('9ae60d595f63e7ede65e8283ea83ce34ab86526622157d7881fa3d9569bd6574473aa543422078ab50b314f6c5e102d5d84f536571faa0ae79a10f78ae7dcfa4')
-
-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 401180, typescript/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-02 02:54:13 UTC (rev 401181)
@@ -0,0 +1,21 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
+
+pkgname=typescript
+pkgver=3.1.6
+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=('b433187d5b6fa5bf7a9ac4b59435fd304747ad6e323ae67829d7381e29bda14efde9795d3d817fb76fae2a85f40416b48575f00e5a9841b5d8e51ce3cdce6104')
+
+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