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

Kpcyrd kpcyrd at archlinux.org
Thu Jul 1 11:38:29 UTC 2021


    Date: Thursday, July 1, 2021 @ 11:38:28
  Author: kpcyrd
Revision: 969203

archrelease: copy trunk to community-any

Added:
  serverless/repos/community-any/PKGBUILD
    (from rev 969202, serverless/trunk/PKGBUILD)
Deleted:
  serverless/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-01 11:38:12 UTC (rev 969202)
+++ PKGBUILD	2021-07-01 11:38:28 UTC (rev 969203)
@@ -1,25 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=serverless
-pkgver=2.48.0
-pkgrel=1
-pkgdesc='Serverless Framework - Build web, mobile and IoT applications with serverless architectures'
-url='https://github.com/serverless/serverless'
-arch=('any')
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
-noextract=(${pkgname}-${pkgver}.tgz)
-sha512sums=('d421822abfbbdb6ea9b1dcae198142e7892108c5140652edd903c4019b58d34647332f323b1be331701d7c70159c2768f981f8d7d316de3149846bb0554b03cb')
-b2sums=('fedcb433101283afae92c88772babf1728e3476ae959122a308664ef6e2916d00dd7b9f1bdea972e63f8cb0f3c038b4ad4e84b4798386f518a9bc8b9c1da6983')
-
-package() {
-  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}
-
-# vim: ts=2 sw=2 et:

Copied: serverless/repos/community-any/PKGBUILD (from rev 969202, serverless/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-01 11:38:28 UTC (rev 969203)
@@ -0,0 +1,25 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=serverless
+pkgver=2.50.0
+pkgrel=1
+pkgdesc='Serverless Framework - Build web, mobile and IoT applications with serverless architectures'
+url='https://github.com/serverless/serverless'
+arch=('any')
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
+noextract=(${pkgname}-${pkgver}.tgz)
+sha512sums=('f67d807e1d2f108ea0b8302e7b7166d57bb507b8bbcd547e2c2dfb007521866031611bb4847e9aa3511176b8148476f3995d8fe36c8b443d28b01e1a96ba7c83')
+b2sums=('d0dff2a45d30287cef65d76494e15d33b22bcc7fcf905c3e151355df638bb8987d6508e6dd01105ef9b932a4e145c1a8ab3e9a27e77154c77b5ba8722a0a8532')
+
+package() {
+  npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "${pkgdir}"
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list