Skip to content

Commit

Permalink
reprotest 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Nov 1, 2017
1 parent 61d8e29 commit 28b1964
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Maintainer: Santiago Torres-Arias <santiago@archlinux.org>
# Contributor: kpcyrd <git@rxv.cc>

pkgbase=reprotest
pkgname=('reprotest')
pkgver=0.7.2
pkgrel=2
pkgver=0.7.3
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=('diffoscope' 'fakeroot')
depends=('python' 'python-rstr' 'diffoscope' 'fakeroot')
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=('4b2a6ab63b91d08086acb666d045c646bdb51005a491bff64d6384cd04255ee9114cfde6963a9ced966c6a20b7cf4004a88e6f5f1fa8772b7b4d27b18c8182bb')
sha512sums=('854572e18334d319e4c290b5751daf7fe3bac07e5913c528a8f23f2c9c5dcefb812f2248f98d4785cf936741fa051ea6e19b7445fd75d582b5c977b119a4604a')

build() {
cd "$srcdir/reprotest"
Expand Down

0 comments on commit 28b1964

Please sign in to comment.