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

Justin Kromlinger hashworks at archlinux.org
Sun Oct 18 14:43:57 UTC 2020


    Date: Sunday, October 18, 2020 @ 14:43:57
  Author: hashworks
Revision: 726061

upgpkg: mdcat 0.22.1-2: Add librsvg optdep, resolves bug #68294

Modified:
  mdcat/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-18 14:43:00 UTC (rev 726060)
+++ PKGBUILD	2020-10-18 14:43:57 UTC (rev 726061)
@@ -2,7 +2,7 @@
 # Contributor: Wesley Moore <wes at wezm.net>
 pkgname=mdcat
 pkgver=0.22.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Sophisticated Markdown rendering for the terminal'
 arch=('i686' 'x86_64')
 url="https://github.com/lunaryorn/mdcat"
@@ -9,6 +9,7 @@
 license=('MPL2')
 depends=('openssl')
 makedepends=('cargo' 'asciidoctor')
+optdepends=('librsvg: used to render SVG images in kitty')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgname-$pkgver.tar.gz")
 sha256sums=('b14846542fb8b60ac0235b399136372df7569aa59ed63f3faf88ff7a485abe5f')
 



More information about the arch-commits mailing list