* update mandown to 0.1.5-1

This commit is contained in:
Alexander Baldeck 2025-01-04 00:02:29 +01:00
parent 6cda063ba8
commit 14d53abd28
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mandown
pkgdesc = Create man pages from markdown markup
pkgver = 0.1.4
pkgver = 0.1.5
pkgrel = 1
url = https://gitlab.com/kornelski/mandown
arch = x86_64
@ -8,11 +8,11 @@ pkgbase = mandown
arch = powerpc64
arch = powerpc
arch = riscv64
license = Apache
license = Apache-2.0
makedepends = rust
makedepends = cargo
depends = glibc
source = https://gitlab.com/kornelski/mandown/-/archive/0.1.4/mandown-0.1.4.tar.gz
sha512sums = 27ee8f3c68b81028ca9e1438353f2b214b26941341440f6f8c4b50752d300f8071098fd23ede67ebe5f30c9c0c4db6da59a6d4de5dfbb784f0f91854f7e949a1
source = https://gitlab.com/kornelski/mandown/-/archive/0.1.5/mandown-0.1.5.tar.gz
sha512sums = de3687bd7060a4d9e91dc8a637be8bcb32bfa35a439b0f31a16ca5fd8ebc9d415d55ca072500d873741204d55e9e1051d02037baa90966e0b67a803729cf134b
pkgname = mandown

View File

@ -2,16 +2,16 @@
# Maintainer: Jelle van der Waa <jelle@archlinux.org>
pkgname=mandown
pkgver=0.1.4
pkgver=0.1.5
pkgrel=1
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('Apache')
license=('Apache-2.0')
url="https://gitlab.com/kornelski/mandown"
pkgdesc="Create man pages from markdown markup"
depends=(glibc)
makedepends=(rust cargo)
source=(https://gitlab.com/kornelski/mandown/-/archive/${pkgver}/mandown-${pkgver}.tar.gz)
sha512sums=('27ee8f3c68b81028ca9e1438353f2b214b26941341440f6f8c4b50752d300f8071098fd23ede67ebe5f30c9c0c4db6da59a6d4de5dfbb784f0f91854f7e949a1')
sha512sums=('de3687bd7060a4d9e91dc8a637be8bcb32bfa35a439b0f31a16ca5fd8ebc9d415d55ca072500d873741204d55e9e1051d02037baa90966e0b67a803729cf134b')
build() {
cd "${pkgname}-${pkgver}"