Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
reprotest
Commits:
c9a5ca51 by Jelle van der Waa at 2025-11-02T14:24:13+01:00
upgpkg: 0.7.32-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = reprotest
pkgdesc = Run a process twice and check the output for reproducibility
- pkgver = 0.7.31
+ pkgver = 0.7.32
pkgrel = 1
url = https://salsa.debian.org/reproducible-builds/reprotest
arch = any
@@ -20,12 +20,12 @@ pkgbase = reprotest
depends = libfaketime
optdepends = disorderfs: to enable the shuffle-dirents option
optdepends = python-progressbar: to show a progress bar during
diffoscope
- source =
git+https://salsa.debian.org/reproducible-builds/reprotest.git?signed#tag=0.7.31
+ source =
git+https://salsa.debian.org/reproducible-builds/reprotest.git?signed#tag=0.7.32
validpgpkeys = A405E58AB3725B396ED1B85C1318EFAC5FBBDBCE
validpgpkeys = 66AE2B4AFCCF3F52DA184D184B043FCDB9444540
validpgpkeys = 8B7868786C33E5C64C4D0A480816B9E18C762BAD
validpgpkeys = F0ADA5240891831165DF98EA7CFCD8CD257721E9
validpgpkeys = B8BF54137B09D35CF026FE9D091AB856069AAA1C
- sha512sums =
ee85737b822213dabffae131875ab22a66f980f65c50538a86d17378e7b373f578a623564e1e02b35cf9dd932ce049ea28bbba8c87f3f4787d0afd75ac4d1884
+ sha512sums =
3bb4f9edf4d312dee95bfa0a229713a49cfac77a76665f8855a22870e604cfce6e82fb1061a897725172d43d9863be004fc25b5d471b8af9a236168ae4b55e89
pkgname = reprotest
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: kpcyrd <[email protected]>
pkgname=('reprotest')
-pkgver=0.7.31
+pkgver=0.7.32
pkgrel=1
pkgdesc="Run a process twice and check the output for reproducibility"
arch=('any')
@@ -15,7 +15,7 @@ optdepends=(
'disorderfs: to enable the shuffle-dirents option'
'python-progressbar: to show a progress bar during diffoscope')
source=("git+https://salsa.debian.org/reproducible-builds/reprotest.git?signed#tag=${pkgver}")
-sha512sums=('ee85737b822213dabffae131875ab22a66f980f65c50538a86d17378e7b373f578a623564e1e02b35cf9dd932ce049ea28bbba8c87f3f4787d0afd75ac4d1884')
+sha512sums=('3bb4f9edf4d312dee95bfa0a229713a49cfac77a76665f8855a22870e604cfce6e82fb1061a897725172d43d9863be004fc25b5d471b8af9a236168ae4b55e89')
validpgpkeys=("A405E58AB3725B396ED1B85C1318EFAC5FBBDBCE" # Ximin Luo
"66AE2B4AFCCF3F52DA184D184B043FCDB9444540" # Mattia Rizzolo
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/reprotest/-/commit/c9a5ca51ba530c34424011c9b3dd03f2c32ebb4a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/reprotest/-/commit/c9a5ca51ba530c34424011c9b3dd03f2c32ebb4a
You're receiving this email because of your account on gitlab.archlinux.org.