Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
reprotest
Commits:
ec48df64 by Jelle van der Waa at 2025-11-01T17:21:21+01:00
upgpkg: 0.7.31-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.30
+ pkgver = 0.7.31
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.30
+ source =
git+https://salsa.debian.org/reproducible-builds/reprotest.git?signed#tag=0.7.31
validpgpkeys = A405E58AB3725B396ED1B85C1318EFAC5FBBDBCE
validpgpkeys = 66AE2B4AFCCF3F52DA184D184B043FCDB9444540
validpgpkeys = 8B7868786C33E5C64C4D0A480816B9E18C762BAD
validpgpkeys = F0ADA5240891831165DF98EA7CFCD8CD257721E9
validpgpkeys = B8BF54137B09D35CF026FE9D091AB856069AAA1C
- sha512sums =
7fff8b015a238466e83955be2c9848213ffbfb5f869078e8b0b970b0923e912903d8c65634ec2a808093e714d5c4360d5d8855bf168b9f55e61b9c6dcda23ec1
+ sha512sums =
ee85737b822213dabffae131875ab22a66f980f65c50538a86d17378e7b373f578a623564e1e02b35cf9dd932ce049ea28bbba8c87f3f4787d0afd75ac4d1884
pkgname = reprotest
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: kpcyrd <[email protected]>
pkgname=('reprotest')
-pkgver=0.7.30
+pkgver=0.7.31
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=('7fff8b015a238466e83955be2c9848213ffbfb5f869078e8b0b970b0923e912903d8c65634ec2a808093e714d5c4360d5d8855bf168b9f55e61b9c6dcda23ec1')
+sha512sums=('ee85737b822213dabffae131875ab22a66f980f65c50538a86d17378e7b373f578a623564e1e02b35cf9dd932ce049ea28bbba8c87f3f4787d0afd75ac4d1884')
validpgpkeys=("A405E58AB3725B396ED1B85C1318EFAC5FBBDBCE" # Ximin Luo
"66AE2B4AFCCF3F52DA184D184B043FCDB9444540" # Mattia Rizzolo
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/reprotest/-/commit/ec48df64359f5da88c78067340e837e03bc15b93
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/reprotest/-/commit/ec48df64359f5da88c78067340e837e03bc15b93
You're receiving this email because of your account on gitlab.archlinux.org.