pv: update to 1.10.1

This commit is contained in:
Dirk Stolle
2025-11-14 02:16:20 +01:00
parent 50a32b1699
commit dcebbd0ce2

View File

@@ -1,17 +1,18 @@
# Maintainer: poxu <poxvuibr@gmail.com>
pkgname=pv
pkgver=1.9.44
pkgver=1.10.1
pkgrel=1
pkgdesc="Pipe viewer"
arch=('i686' 'x86_64')
url="https://www.ivarch.com/programs/pv.shtml"
msys2_repository_url="https://codeberg.org/a-j-wood/pv"
msys2_changelog_url='https://codeberg.org/ivarch/pv/src/branch/main/docs/NEWS.md'
license=('spdx:GPL-3.0-or-later')
depends=('libintl')
makedepends=('autotools' 'gcc' 'gettext-devel')
source=(https://www.ivarch.com/programs/sources/pv-${pkgver}.tar.gz)
sha256sums=('e130c9e18b1e6e9e2ef95bec6117c72cb9be27a1b8ffe97fca787e4c8e014562')
sha256sums=('20d38794b00fa9384a1ddf9e395a8357a0782cd95c8b74cf1df8df6388950eec')
build () {
[ -d ${srcdir}/build-${CHOST} ] && rm -rf ${srcdir}/build-${CHOST}