summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eee4e37d4abb..bc8c18aaf34d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = reprotest
pkgdesc = Run a process twice and check the output for reproducibility
pkgver = 0.7.8
- pkgrel = 1
+ pkgrel = 2
url = https://salsa.debian.org/reproducible-builds/reprotest
arch = any
license = GPL2
license = GPL3
+ depends = python-setuptools
depends = python
depends = python-rstr
depends = diffoscope
depends = fakeroot
depends = python-distro
- optdepends = disorderfs
- optdepends = python-progressbar
+ optdepends = disorderfs: to enable the shuffle-dirents option
+ optdepends = python-progressbar: to show a progress bar during diffoscope
source = https://salsa.debian.org/reproducible-builds/reproducible-lfs/raw/master/releases/reprotest/reprotest_0.7.8.tar.xz
source = https://salsa.debian.org/reproducible-builds/reproducible-lfs/raw/master/releases/reprotest/reprotest_0.7.8.tar.xz.asc
validpgpkeys = A405E58AB3725B396ED1B85C1318EFAC5FBBDBCE
@@ -21,6 +22,4 @@ pkgbase = reprotest
sha512sums = SKIP
pkgname = reprotest
- depends = python
- depends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 1ce7058dbb34..b40e22d52539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('reprotest')
pkgver=0.7.8
-pkgrel=1
+pkgrel=2
pkgdesc="Run a process twice and check the output for reproducibility"
arch=('any')
license=('GPL2' 'GPL3')