[arch-commits] Commit in typescript/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jul 9 15:37:10 UTC 2019
Date: Tuesday, July 9, 2019 @ 15:37:10
Author: felixonmars
Revision: 488105
archrelease: copy trunk to community-any
Added:
typescript/repos/community-any/PKGBUILD
(from rev 488100, typescript/trunk/PKGBUILD)
Deleted:
typescript/repos/community-any/PKGBUILD
----------+
PKGBUILD | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-09 15:37:09 UTC (rev 488104)
+++ PKGBUILD 2019-07-09 15:37:10 UTC (rev 488105)
@@ -1,21 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruno Galeotti <bgaleotti at gmail dot com>
-
-pkgname=typescript
-pkgver=3.5.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=('ecac49a2f9588535f945a45b51d9005cdd4a519f0fc16953cd074757ac4daafb853acefe581a35d13414a93d7d43f273da1939bfd4d00c88722e1849638a7900')
-
-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 488100, typescript/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-07-09 15:37:10 UTC (rev 488105)
@@ -0,0 +1,21 @@
+# 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:
More information about the arch-commits
mailing list