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

Levente Polyak anthraxx at archlinux.org
Tue Jan 26 14:05:54 UTC 2016


    Date: Tuesday, January 26, 2016 @ 15:05:54
  Author: anthraxx
Revision: 158953

upgpkg: diffoscope 48-1

Modified:
  diffoscope/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-26 12:25:30 UTC (rev 158952)
+++ PKGBUILD	2016-01-26 14:05:54 UTC (rev 158953)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=diffoscope
-pkgver=46
+pkgver=48
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -41,7 +41,7 @@
   'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'java-environment' 'fontforge' 'gettext' 'ghc' 'gnupg'
   'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'tlsh' 'unzip' 'gzip' 'tar' 'vim' 'xz')
 source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('e7815e42e82257bbd8ec3126c72a0e9c0bb0ff8ef4be465e9ce8c966b4d85795e09e296bd200f7d0bfd982d0c39a32001c435bd2a7963adb8aa603ec0494ff87')
+sha512sums=('fc031e06bbfa7e559915b8f364378d135dfb6e640f750d5e0b8193fd8ece094745146b11a33ff6ee2b9dee64c11e09a643fe10e4ed827821455d7ddc683eb313')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -60,7 +60,7 @@
 
 package() {
   cd ${pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
+  python setup.py install --skip-build -O1 --root="${pkgdir}"
   install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
 }
 



More information about the arch-commits mailing list