summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2021-04-07 00:49:12 -0400
committerAdam Goldsmith2021-04-07 00:49:12 -0400
commitb6a2b47bbaf12cbe645e0738b54bbdb7dffbb288 (patch)
tree8498c28954fad6f927b8fa7bc087375ed71196fb /PKGBUILD
parent69fe0aed8cbea4524fedc5b5b96665c17281b663 (diff)
downloadaur-b6a2b47bbaf12cbe645e0738b54bbdb7dffbb288.tar.gz
Add a few more `#include`s to system pugixml patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f7e0d3488f3..f30acf272a15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libsavitar-git
_pkgname=libSavitar
pkgver=4.9.beta.r0.gfe88675
-pkgrel=1
+pkgrel=2
pkgdesc="c++ implementation of 3mf loading with SIP python bindings"
arch=('i686' 'x86_64')
url="https://github.com/Ultimaker/$_pkgname"
@@ -16,7 +16,7 @@ conflicts=('libsavitar')
source=("git+https://github.com/Ultimaker/$_pkgname.git"
"0001-Do-not-vendor-the-pugixml-library.patch")
md5sums=('SKIP'
- '1d0e2c14874414202eba249d956ada56')
+ '6a59f74447a366e9b71d294b916e5cc6')
pkgver() {
cd "${_pkgname}"