summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkpcyrd2018-07-10 20:01:02 +0100
committerkpcyrd2018-07-10 20:01:02 +0100
commit741602f0e6df037c3e828eb8c6508814125f4864 (patch)
treee9e8e88c47482c3ee8e97a7be2d3d528567317c1 /PKGBUILD
parent6da3b7a0e09699dc72fedf5d94e060031a2d4517 (diff)
downloadaur-741602f0e6df037c3e828eb8c6508814125f4864.tar.gz
reprotest 0.7.8-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d72cc8e9e3ce..bec89f460d64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,20 @@
# Contributor: kpcyrd <git@rxv.cc>
pkgname=('reprotest')
-pkgver=0.7.7
-pkgrel=2
+pkgver=0.7.8
+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/"
+url="https://salsa.debian.org/reproducible-builds/reprotest"
depends=('python' 'python-rstr' 'diffoscope' 'fakeroot' 'python-distro')
-optdepends=('disorderfs>=0.5.2' 'python-progressbar>=3.34.3-1')
-source=(http://reproducible.alioth.debian.org/releases/reprotest/${pkgname}_${pkgver}.tar.xz{,.asc})
-sha512sums=('b802d3614adacfd07f0c6cddab126af5fb621b9e2563e68d31634cb04ff402b4a5e688df27db95a8f1a70ea1e9f2c0f2fe22e5747cae3ece97846bc4c5c3a0a4'
+optdepends=('disorderfs' 'python-progressbar')
+source=(https://salsa.debian.org/reproducible-builds/reproducible-lfs/raw/master/releases/${pkgname}/${pkgname}_${pkgver}.tar.xz{,.asc})
+sha512sums=('2f3f6c609c18f184b5c1eacd820f439e10432b2bc31f275838b297ce4b90e2657d1d900486412847b5b7fb7ec1c85eb67c3b8f68518d2da9bfb78a53b08bfccc'
'SKIP')
-validpgpkeys=("A405E58AB3725B396ED1B85C1318EFAC5FBBDBCE")
+validpgpkeys=("A405E58AB3725B396ED1B85C1318EFAC5FBBDBCE"
+ "66AE2B4AFCCF3F52DA184D184B043FCDB9444540")
build() {
cd "$srcdir/${pkgname}"