aboutsummaryrefslogtreecommitdiffstats
path: root/community/pugixml/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-24 18:06:22 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-24 19:11:11 -0300
commit8678d50a3e9f2da3adfcc5819fc321fc823617d1 (patch)
treeb57b1e6a154cee3b8f38452d97ef1468705f37dc /community/pugixml/APKBUILD
parent65eabdbe915a273044778a84735aedb7634322b4 (diff)
community/pugixml: upgrade to 1.10
Diffstat (limited to 'community/pugixml/APKBUILD')
-rw-r--r--community/pugixml/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/community/pugixml/APKBUILD b/community/pugixml/APKBUILD
index 494fa81cf49..2625f870fb1 100644
--- a/community/pugixml/APKBUILD
+++ b/community/pugixml/APKBUILD
@@ -1,16 +1,15 @@
# Contributor: Kevin Daudt <ops@ikke.info>
# Maintainer: Kevin Daudt <ops@ikke.info>
pkgname=pugixml
-pkgver=1.9
-pkgrel=1
+pkgver=1.10
+pkgrel=0
pkgdesc="Light-weight, simple and fast XML parser for C++ with XPath support"
url="http://pugixml.org"
arch="all"
license="MIT"
makedepends="cmake"
subpackages="$pkgname-dev"
-source="http://github.com/zeux/pugixml/releases/download/v${pkgver}/pugixml-$pkgver.tar.gz
- pkgconfig.patch"
+source="http://github.com/zeux/pugixml/releases/download/v$pkgver/pugixml-$pkgver.tar.gz"
build() {
cmake \
@@ -25,5 +24,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="853a9d985aae537391c6524d5413ef4de237d99d96cc58ea7fe7152f786df1e408cdacd2e4387697e23c3e67cdc1d42b29de554501309eae16d86edd0e24785f pugixml-1.9.tar.gz
-5a170e9f9f0fa7f1b5db2942992bd7eab997f7d984bc383ef9864ba33c74085c8985b249fef930cc628346852f4ba87ce7c32842f9fe9a2483472e363ac3be4d pkgconfig.patch"
+sha512sums="bfc80661005d0a0fb82ca6d5299e5efdd1bb468e11ee52d7ee9367e15776d28efb60266ce03842715cd43aae023afc2b369797bb3cbecd6d6a65c3ae3903e469 pugixml-1.10.tar.gz"