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

Justin Kromlinger hashworks at gemini.archlinux.org
Mon Dec 27 14:42:43 UTC 2021


    Date: Monday, December 27, 2021 @ 14:42:43
  Author: hashworks
Revision: 1084132

upgpkg: mdcat 0.25.0-1

This also disables LTO for the build, won't build otherwise.

Modified:
  mdcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-27 14:42:12 UTC (rev 1084131)
+++ PKGBUILD	2021-12-27 14:42:43 UTC (rev 1084132)
@@ -2,20 +2,23 @@
 # Maintainer: Justin Kromlinger <hashworks at archlinux.org>
 # Contributor: Wesley Moore <wes at wezm.net>
 pkgname=mdcat
-pkgver=0.24.2
+pkgver=0.25.0
 pkgrel=1
 pkgdesc='Sophisticated Markdown rendering for the terminal'
 arch=('i686' 'x86_64')
 url="https://github.com/lunaryorn/mdcat"
 license=('MPL2')
+options=(!lto)
 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=('2daafb8c9e90f8048810450566b4f4fde11ca76f3b5ec49c4878f68f475f3483')
+sha256sums=('92fddabab24f2e7d673b06c1f31a7746abbb547c5581faaed17a8e3e1e5b17a5')
 
 build() {
   cd "$pkgname-$pkgname-$pkgver"
+  rustc --version
+  cargo --version
   cargo build --release --locked --target-dir=target
 }
 



More information about the arch-commits mailing list