Skip to content

Commit

Permalink
pv: Update to 1.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 3, 2024
1 parent 06f2f3b commit 328091f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pv/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: poxu <poxvuibr@gmail.com>

pkgname=pv
pkgver=1.8.13
pkgver=1.8.14
pkgrel=1
pkgdesc="Pipe viewer"
arch=('i686' 'x86_64')
Expand All @@ -11,7 +11,7 @@ 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=('e2bde058d0d3bfe03e60a6eedef6a179991f5cc698d1bac01b64a86f5a8c17af')
sha256sums=('0cc18811a4809a587d4b11d47691bbc0ad83a5d95d2c2606af74ea7b4a674756')

build () {
[ -d ${srcdir}/build-${CHOST} ] && rm -rf ${srcdir}/build-${CHOST}
Expand Down

0 comments on commit 328091f

Please sign in to comment.