* update xmltoman to 0.4-5

This commit is contained in:
Alexander Baldeck 2024-09-10 16:44:24 +02:00
parent b64ad35042
commit 55770736cc
2 changed files with 14 additions and 2 deletions

12
perl/xmltoman/.SRCINFO Normal file
View File

@ -0,0 +1,12 @@
pkgbase = xmltoman
pkgdesc = Convert xml to man pages in groff format or html
pkgver = 0.4
pkgrel = 5
url = http://xmltoman.sourceforge.net/
arch = any
license = GPL
depends = perl-xml-parser
source = https://downloads.sourceforge.net/project/xmltoman/xmltoman/xmltoman-0.4.tar.gz/xmltoman-0.4.tar.gz
sha512sums = 347722731e2101ecd0619f88f4efdbca534810c96977a1281af685e8a61f4c1a826a71a9f0e3af43cc899936640787366a78077f36d23a9efcfeb789dbcfae22
pkgname = xmltoman

View File

@ -3,11 +3,11 @@
pkgname=xmltoman
pkgver=0.4
pkgrel=4
pkgrel=5
pkgdesc='Convert xml to man pages in groff format or html'
url='http://xmltoman.sourceforge.net/'
license=('GPL')
arch=('any')
arch=(any)
depends=('perl-xml-parser')
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}.tar.gz/${pkgname}-${pkgver}.tar.gz")
sha512sums=('347722731e2101ecd0619f88f4efdbca534810c96977a1281af685e8a61f4c1a826a71a9f0e3af43cc899936640787366a78077f36d23a9efcfeb789dbcfae22')