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

Felix Yan felixonmars at archlinux.org
Wed Jul 22 06:33:51 UTC 2020


    Date: Wednesday, July 22, 2020 @ 06:33:50
  Author: felixonmars
Revision: 664802

archrelease: copy trunk to community-any

Added:
  marked-man/repos/community-any/PKGBUILD
    (from rev 664801, marked-man/trunk/PKGBUILD)
Deleted:
  marked-man/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-22 06:33:34 UTC (rev 664801)
+++ PKGBUILD	2020-07-22 06:33:50 UTC (rev 664802)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=marked-man
-pkgver=0.7.0
-pkgrel=3
-pkgdesc="Wrapper adding manpage output to 'marked', inspired by 'ronn'"
-arch=('any')
-url='https://github.com/kapouer/marked-man'
-license=('MIT')
-depends=('marked' 'nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('cf12b91388dbb804402dcf9f21401a9ccda78d51a7addf58bcaaeaa031d48365f034b2628e8dfd133308839f4b79c1c11ec20736d3ea7a9aa7269e1298bfc456')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s ../../../lib/node_modules/marked-man/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: marked-man/repos/community-any/PKGBUILD (from rev 664801, marked-man/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-22 06:33:50 UTC (rev 664802)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=marked-man
+pkgver=0.7.0
+pkgrel=4
+pkgdesc="Wrapper adding manpage output to 'marked', inspired by 'ronn'"
+arch=('any')
+url='https://github.com/kapouer/marked-man'
+license=('MIT')
+depends=('marked<1' 'nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('cf12b91388dbb804402dcf9f21401a9ccda78d51a7addf58bcaaeaa031d48365f034b2628e8dfd133308839f4b79c1c11ec20736d3ea7a9aa7269e1298bfc456')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/marked-man/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list