* update txt2man to 1.7.1-4

This commit is contained in:
Alexander Baldeck 2024-08-15 06:35:30 +02:00
parent 281ae8db52
commit 5b98c3657c
2 changed files with 14 additions and 1 deletions

13
txt2man/.SRCINFO Normal file
View File

@ -0,0 +1,13 @@
pkgbase = txt2man
pkgdesc = Converts flat ASCII text to man page format
pkgver = 1.7.1
pkgrel = 4
url = https://github.com/mvertes/txt2man
arch = any
license = GPL
depends = bash
depends = gawk
source = https://github.com/mvertes/txt2man/archive/txt2man-1.7.1.tar.gz
sha256sums = 4d9b1bfa2b7a5265b4e5cb3aebc1078323b029aa961b6836d8f96aba6a9e434d
pkgname = txt2man

View File

@ -4,7 +4,7 @@
pkgname=txt2man pkgname=txt2man
pkgver=1.7.1 pkgver=1.7.1
pkgrel=3 pkgrel=4
pkgdesc="Converts flat ASCII text to man page format" pkgdesc="Converts flat ASCII text to man page format"
arch=(any) arch=(any)
url="https://github.com/mvertes/txt2man" url="https://github.com/mvertes/txt2man"