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

Santiago Torres-Arias sangy at archlinux.org
Sun Nov 24 01:57:52 UTC 2019


    Date: Sunday, November 24, 2019 @ 01:57:52
  Author: sangy
Revision: 532423

upgpkg: diffoscope 131-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-24 01:41:38 UTC (rev 532422)
+++ PKGBUILD	2019-11-24 01:57:52 UTC (rev 532423)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=diffoscope
-pkgver=130
+pkgver=131
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -54,7 +54,7 @@
   'xz: XZ and LZMA utilities support'
   'zstd: zst compression'
 )
-makedepends=('help2man' 'python-docutils')
+makedepends=('help2man' 'python-docutils' 'git')
 checkdepends=(
   'python-pytest' 'python-jsbeautifier' 'acl' 'binutils' 'bzip2' 'cdrtools' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'imagemagick'
   'java-environment=10' 'fontforge' 'gettext' 'ghc' 'gnupg' 'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'lz4'
@@ -62,8 +62,9 @@
   'java-environment<=10' 'fontforge' 'gettext' 'ghc' 'gnupg' 'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'lz4'
   'python-tlsh' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd')
-source=(${pkgname}-${pkgver}.tar.bz2::https://salsa.debian.org/reproducible-builds/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('0a87831bc5f52166ae851389cbb71b4180ff4ec7e907a4d22d3427eadc68552d555f1008409541cc776d328e9d7d2168b0477954466775bf3edb3c9f1f866ce9')
+source=(${pkgname}-${pkgver}::git+https://salsa.debian.org/reproducible-builds/${pkgname}.git?signed#tag=${pkgver})
+sha512sums=('SKIP')
+validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb <chris at chris-lamb.co.uk>"
 
 
 prepare() {



More information about the arch-commits mailing list