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

Justin Kromlinger hashworks at archlinux.org
Sun Jan 3 14:26:04 UTC 2021


    Date: Sunday, January 3, 2021 @ 14:26:04
  Author: hashworks
Revision: 805366

upgpkg: mdcat 0.22.2-1: Release 0.22.2, add gcc-libs as dependency

Modified:
  mdcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-03 14:23:12 UTC (rev 805365)
+++ PKGBUILD	2021-01-03 14:26:04 UTC (rev 805366)
@@ -1,17 +1,17 @@
 # Maintainer: Justin Kromlinger <hashworks at archlinux.org>
 # Contributor: Wesley Moore <wes at wezm.net>
 pkgname=mdcat
-pkgver=0.22.1
-pkgrel=2
+pkgver=0.22.2
+pkgrel=1
 pkgdesc='Sophisticated Markdown rendering for the terminal'
 arch=('i686' 'x86_64')
 url="https://github.com/lunaryorn/mdcat"
 license=('MPL2')
-depends=('openssl')
+depends=('gcc-libs' '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')
+sha256sums=('92102c448c1742aa69604817d7d209c69ce1db5261cb6d8f0bb98cdc6c4f02f9')
 
 build() {
   cd "$pkgname-$pkgname-$pkgver"



More information about the arch-commits mailing list