From 92e25d7e619df9a0ea2643a8d58fe26ea41d7c97 Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Sun, 27 Dec 2020 13:05:20 -0300
Subject: [PATCH] community/pugixml: upgrade to 1.11.4

---
 community/pugixml/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/community/pugixml/APKBUILD b/community/pugixml/APKBUILD
index 25343e200b42..ff1aa784c545 100644
--- a/community/pugixml/APKBUILD
+++ b/community/pugixml/APKBUILD
@@ -1,9 +1,10 @@
 # Contributor: Kevin Daudt <ops@ikke.info>
 # Maintainer: Kevin Daudt <ops@ikke.info>
 pkgname=pugixml
-pkgver=1.11.2
+pkgver=1.11.4
 pkgrel=0
 pkgdesc="Light-weight, simple and fast XML parser for C++ with XPath support"
+options="!check" # No testsuite
 url="https://pugixml.org"
 arch="all"
 license="MIT"
@@ -24,4 +25,4 @@ package() {
 	make DESTDIR="$pkgdir" install
 }
 
-sha512sums="403ef9f642fba6aff2d642399516886c0cda44ca19c58eeb05594aa7220562afbee939a5edab0c85263596834c5bdaea82a346dd8ee00a712e97b564f0d1e52d  pugixml-1.11.2.tar.gz"
+sha512sums="c83f57ef2492eee359d979597fb5089b8eca547bb9d41cfbb6bcf43d59fe75e6780b0f31dd593145ec9888c065153aba52702667e2de213fa080cd51e9e13a38  pugixml-1.11.4.tar.gz"
-- 
GitLab