[arch-commits] Commit in nodejs-nopt/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Jun 12 18:01:48 UTC 2021


    Date: Saturday, June 12, 2021 @ 18:01:48
  Author: felixonmars
Revision: 963204

upgpkg: nodejs-nopt 5.0.0-2: fix pkgdesc and url (FS#71235)

Modified:
  nodejs-nopt/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-12 17:53:55 UTC (rev 963203)
+++ PKGBUILD	2021-06-12 18:01:48 UTC (rev 963204)
@@ -3,10 +3,10 @@
 _npmname=nopt
 pkgname=nodejs-$_npmname
 pkgver=5.0.0
-pkgrel=1
-pkgdesc="Library to generate and consume the source map format"
+pkgrel=2
+pkgdesc="Node/npm Option Parsing library"
 arch=('any')
-url="https://github.com/mozilla/source-map"
+url="https://github.com/npm/nopt"
 license=('custom:ISC')
 depends=('nodejs')
 makedepends=('npm')



More information about the arch-commits mailing list