git » pv.git » commit 588d209

rebuild for reproducible builds

author kpcyrd
2020-05-05 16:47:49 UTC
committer kpcyrd
2020-05-05 16:47:49 UTC
parent 398146ed7bcd381f29ac27db1e67a21e842763a2

rebuild for reproducible builds

PKGBUILD +3 -1

diff --git a/PKGBUILD b/PKGBUILD
index 7a40547..2ab69cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=pv
 pkgver=1.6.6
-pkgrel=2
+pkgrel=3
 pkgdesc='A terminal-based tool for monitoring the progress of data through a pipeline.'
 arch=('x86_64')
 url='https://www.ivarch.com/programs/pv.shtml'
@@ -12,6 +12,8 @@ license=('custom:Artistic 2.0')
 depends=('glibc')
 source=("https://www.ivarch.com/programs/sources/$pkgname-$pkgver.tar.bz2")
 md5sums=('ff3564fddcc2b9bd4a9c1d143aba4b4c')
+sha256sums=('608ef935f7a377e1439c181c4fc188d247da10d51a19ef79bcdee5043b0973f1')
+b2sums=('1cfb60e49f6301f0d990467a58013522bbc1e28e2936a1a2141918af05149b59b6cc494f290d99ee7072247b8f0e230b799cd5dae6f8aa59d116691319e952cb')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"