[arch-commits] Commit in marked-man/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Dec 26 17:24:54 UTC 2019


    Date: Thursday, December 26, 2019 @ 17:24:54
  Author: felixonmars
Revision: 542751

upgpkg: marked-man 0.7.0-2: fix dependency on marked (FS#63172)

Modified:
  marked-man/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-26 17:24:51 UTC (rev 542750)
+++ PKGBUILD	2019-12-26 17:24:54 UTC (rev 542751)
@@ -2,12 +2,12 @@
 
 pkgname=marked-man
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Wrapper adding manpage output to 'marked', inspired by 'ronn'"
 arch=('any')
 url='https://github.com/kapouer/marked-man'
 license=('MIT')
-depends=('nodejs')
+depends=('marked' 'nodejs')
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)



More information about the arch-commits mailing list