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

Levente Polyak anthraxx at archlinux.org
Wed Aug 8 20:41:31 UTC 2018


    Date: Wednesday, August 8, 2018 @ 20:41:30
  Author: anthraxx
Revision: 370444

upgpkg: diffoscope 99-3 (fix magic detection)

Modified:
  diffoscope/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-08 20:16:11 UTC (rev 370443)
+++ PKGBUILD	2018-08-08 20:41:30 UTC (rev 370444)
@@ -2,7 +2,7 @@
 
 pkgname=diffoscope
 pkgver=99
-pkgrel=2
+pkgrel=3
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('x86_64')
@@ -60,6 +60,11 @@
 source=(${pkgname}-${pkgver}.tar.bz2::https://salsa.debian.org/reproducible-builds/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
 sha512sums=('b270fa1e56927de7fc46457cdca46b559d39b32c1c401e39946e5206d53b2bd758ea0011e2311b77fb046e1953ab2eef54f7b53d958bd61e7122bda8610093d5')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed '/python-magic/d' -i setup.py
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   python setup.py build



More information about the arch-commits mailing list