T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / txt2man
Commits: f1aeedc0 by T.J. Townsend at 2024-07-13T20:54:05-04:00 upgpkg: 1.7.1-4: Rebuild packages that are missing .SRCINFO part 6 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -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 ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=txt2man pkgver=1.7.1 -pkgrel=3 +pkgrel=4 pkgdesc="Converts flat ASCII text to man page format" arch=('any') url="https://github.com/mvertes/txt2man" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/txt2man/-/commit/f1aeedc03513b5bcbfe558326a6dc4a2cedfe8dc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/txt2man/-/commit/f1aeedc03513b5bcbfe558326a6dc4a2cedfe8dc You're receiving this email because of your account on gitlab.archlinux.org.
