[arch-commits] Commit in reprotest/trunk (PKGBUILD)

Santiago Torres-Arias sangy at archlinux.org
Fri Nov 1 15:39:58 UTC 2019


    Date: Friday, November 1, 2019 @ 15:39:57
  Author: sangy
Revision: 522054

upgpkg: reprotest 0.7.10-1

Moved to git as upstream as there are no tarball releases anymore

Modified:
  reprotest/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-01 15:37:44 UTC (rev 522053)
+++ PKGBUILD	2019-11-01 15:39:57 UTC (rev 522054)
@@ -2,7 +2,7 @@
 # Contributor: kpcyrd <git at rxv.cc>
 
 pkgname=('reprotest')
-pkgver=0.7.9
+pkgver=0.7.10
 pkgrel=1
 pkgdesc="Run a process twice and check the output for reproducibility"
 arch=('any')
@@ -9,14 +9,13 @@
 license=('GPL3')
 url="https://salsa.debian.org/reproducible-builds/reprotest"
 depends=('python-setuptools' 'python' 'python-rstr' 'diffoscope' 'fakeroot' 'python-distro' 'libfaketime')
-makedepends=('help2man' 'python-docutils')
+makedepends=('help2man' 'python-docutils' 'git')
 checkdepends=('python-pytest' 'disorderfs')
 optdepends=(
     'disorderfs: to enable the shuffle-dirents option'
     'python-progressbar: to show a progress bar during diffoscope')
-source=(https://salsa.debian.org/reproducible-builds/reproducible-lfs/raw/master/releases/${pkgname}/${pkgname}_${pkgver}.tar.xz{,.asc})
-sha512sums=('a1013b23a9c00eec7fdbca722ba72a96ed631d30c577b977de4106a733e8c683215b301c9abd522b9994cec1177500f1d4e9e6526174d0b24ef59873f81525a3'
-            'SKIP')
+source=("git+https://salsa.debian.org/reproducible-builds/reprotest.git?signed#tag=${pkgver}")
+sha512sums=('SKIP')
 
 validpgpkeys=("A405E58AB3725B396ED1B85C1318EFAC5FBBDBCE" # Ximin Luo
               "66AE2B4AFCCF3F52DA184D184B043FCDB9444540" # Mattia Rizzolo



More information about the arch-commits mailing list