* update mandown to 0.1.3-2

This commit is contained in:
Alexander Baldeck 2024-08-18 09:45:56 +02:00
parent f955a2fb39
commit 9eecbcb827
3 changed files with 18 additions and 1 deletions

14
mandown/.SRCINFO Normal file
View File

@ -0,0 +1,14 @@
pkgbase = mandown
pkgdesc = Create man pages from markdown markup
pkgver = 0.1.3
pkgrel = 2
url = https://gitlab.com/kornelski/mandown
arch = x86_64
license = Apache
makedepends = rust
makedepends = cargo
depends = glibc
source = https://gitlab.com/kornelski/mandown/-/archive/0.1.3/mandown-0.1.3.tar.gz
sha512sums = c0a51e03293286498923d0d0666950f0da140f1347d9953751102bff5b01b47c64fb3858bd2a311465ca97249a2228c0ec4f408089fe15f3a8429aa04e42d31f
pkgname = mandown

3
mandown/.nvchecker.toml Normal file
View File

@ -0,0 +1,3 @@
[mandown]
source = "git"
git = "https://gitlab.com/kornelski/mandown.git"

View File

@ -3,7 +3,7 @@
pkgname=mandown
pkgver=0.1.3
pkgrel=1
pkgrel=2
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=('Apache')
url="https://gitlab.com/kornelski/mandown"