[arch-commits] Commit in shared-mime-info/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Sep 16 18:59:13 UTC 2019


    Date: Monday, September 16, 2019 @ 18:59:13
  Author: andyrtr
Revision: 362966

upgpkg: shared-mime-info 1.13.1-2

test suite now passes with recent libxml2 and itstool

Modified:
  shared-mime-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-16 17:56:35 UTC (rev 362965)
+++ PKGBUILD	2019-09-16 18:59:13 UTC (rev 362966)
@@ -3,7 +3,7 @@
 
 pkgname=shared-mime-info
 pkgver=1.13.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Freedesktop.org Shared MIME Info"
 arch=('x86_64')
 license=('GPL2')
@@ -28,8 +28,7 @@
 
 check() {
   cd ${pkgname}-${pkgver}
-  # issue reported upstream https://gitlab.freedesktop.org/xdg/shared-mime-info/issues/115
-  make -k check || /bin/true
+  make -k check
 }
 
 package() {



More information about the arch-commits mailing list