summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba139ca0461e..95cfb55b651f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = reprotest
pkgdesc = Run a process twice and check the output for reproducibility
- pkgver = 0.7.3
+ pkgver = 0.7.4
pkgrel = 1
url = https://anonscm.debian.org/cgit/reproducible/reprotest.git/
arch = any
@@ -12,11 +12,12 @@ pkgbase = reprotest
depends = python-rstr
depends = diffoscope
depends = fakeroot
+ depends = python-distro
optdepends = disorderfs>=0.5.2
optdepends = python-progressbar>=3.34.3-1
- provides = reprotest=0.7.3
- source = http://reproducible.alioth.debian.org/releases/reprotest/reprotest_0.7.3.tar.xz
- sha512sums = 854572e18334d319e4c290b5751daf7fe3bac07e5913c528a8f23f2c9c5dcefb812f2248f98d4785cf936741fa051ea6e19b7445fd75d582b5c977b119a4604a
+ provides = reprotest=0.7.4
+ source = http://reproducible.alioth.debian.org/releases/reprotest/reprotest_0.7.4.tar.xz
+ sha512sums = bf7921a99f05539e310b8d41efc0b23f9388947392710f1c55497e467ed75f07ffc611f79eabdb2e7091a7f917aacd09eaca229bfb5d68eaae726fde15444cc4
pkgname = reprotest
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index c2a68f55a2bd..d876dfe45d29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
pkgbase=reprotest
pkgname=('reprotest')
-pkgver=0.7.3
+pkgver=0.7.4
pkgrel=1
pkgdesc="Run a process twice and check the output for reproducibility"
arch=('any')
license=('GPL2' 'GPL3')
url="https://anonscm.debian.org/cgit/reproducible/reprotest.git/"
provides=("reprotest=$pkgver")
-depends=('python' 'python-rstr' 'diffoscope' 'fakeroot')
+depends=('python' 'python-rstr' 'diffoscope' 'fakeroot' 'python-distro')
optdepends=('disorderfs>=0.5.2' 'python-progressbar>=3.34.3-1')
makedepends=('python' 'python-setuptools')
source=("http://reproducible.alioth.debian.org/releases/reprotest/${pkgname}_${pkgver}.tar.xz")
-sha512sums=('854572e18334d319e4c290b5751daf7fe3bac07e5913c528a8f23f2c9c5dcefb812f2248f98d4785cf936741fa051ea6e19b7445fd75d582b5c977b119a4604a')
+sha512sums=('bf7921a99f05539e310b8d41efc0b23f9388947392710f1c55497e467ed75f07ffc611f79eabdb2e7091a7f917aacd09eaca229bfb5d68eaae726fde15444cc4')
build() {
cd "$srcdir/reprotest"