T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / moreutils
Commits: 9e4c6559 by T.J. Townsend at 2023-12-02T10:47:27-05:00 upgpkg: 0.68-1: update to 0.68 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,23 @@ +pkgbase = moreutils + pkgdesc = A growing collection of the unix tools that nobody thought to write thirty years ago + pkgver = 0.68 + pkgrel = 1 + url = https://joeyh.name/code/moreutils/ + arch = x86_64 + license = GPL + makedepends = docbook2x + makedepends = docbook-xml + makedepends = perl-xml-sax + makedepends = git + depends = perl + depends = perl-ipc-run + depends = perl-timedate + depends = perl-time-duration + replaces = moreutils-svn + options = !emptydirs + options = zipman + source = git+https://git.joeyh.name/git/moreutils.git?signed#tag=0.68 + validpgpkeys = E85A5F63B31D24C1EBF0D81CC910D9222512E3C7 + sha256sums = SKIP + +pkgname = moreutils ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Alessio 'mOLOk' Bolognino <[email protected]> pkgname=moreutils -pkgver=0.67 -pkgrel=4 +pkgver=0.68 +pkgrel=1 pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" arch=('x86_64') url="https://joeyh.name/code/moreutils/" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/moreutils/-/commit/9e4c6559589d4589bc94cfc0a483b6282896e246 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/moreutils/-/commit/9e4c6559589d4589bc94cfc0a483b6282896e246 You're receiving this email because of your account on gitlab.archlinux.org.
