Skip to content

Commit

Permalink
pv: Update to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 26, 2024
1 parent bf51bf7 commit 1ee2391
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.14
pkgver=1.9.0
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=('0cc18811a4809a587d4b11d47691bbc0ad83a5d95d2c2606af74ea7b4a674756')
sha256sums=('b38d69d7fc0785eb5eb3c57e8b12a7334f862047bf84b18f414365335399469a')

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

0 comments on commit 1ee2391

Please sign in to comment.