T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / wikiman
Commits: 2b8ee02d by T.J. Townsend at 2024-07-13T22:04:27-04:00 upgpkg: 2.13.2-2: Rebuild packages that are missing .SRCINFO part 6 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,24 @@ +pkgbase = wikiman + pkgdesc = Offline search engine for manual pages, Arch Wiki, Gentoo Wiki and other documentation + pkgver = 2.13.2 + pkgrel = 2 + url = https://github.com/filiparag/wikiman + arch = any + license = MIT + makedepends = make + depends = man + depends = fzf + depends = ripgrep + depends = awk + depends = w3m + depends = findutils + depends = coreutils + depends = sed + depends = grep + depends = parallel + optdepends = arch-wiki-docs: enable Arch Wiki + backup = etc/wikiman.conf + source = wikiman-2.13.2.tar.gz::https://github.com/filiparag/wikiman/archive/2.13.2.tar.gz + sha256sums = f9d76ff056e152b70259c35377cfd85a1d506b096955037b2303e548ba5106b7 + +pkgname = wikiman ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=wikiman pkgver=2.13.2 -pkgrel=1 +pkgrel=2 pkgdesc="Offline search engine for manual pages, Arch Wiki, Gentoo Wiki and other documentation" arch=('any') url="https://github.com/filiparag/wikiman" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wikiman/-/commit/2b8ee02d2c5e73465bac33e00d39d3ef8235c2d9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wikiman/-/commit/2b8ee02d2c5e73465bac33e00d39d3ef8235c2d9 You're receiving this email because of your account on gitlab.archlinux.org.
