pugixml: update to 1.13.

This commit is contained in:
Bnyro 2023-09-15 09:30:32 +02:00 committed by Duncan Overbruck
parent a24de71290
commit 38e7279c43

View file

@ -1,6 +1,6 @@
# Template file for 'pugixml'
pkgname=pugixml
version=1.11.4
version=1.13
revision=1
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=On"
@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="http://pugixml.org/"
distfiles="http://github.com/zeux/pugixml/releases/download/v${version}/pugixml-${version}.tar.gz"
checksum=8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716
checksum=40c0b3914ec131485640fa57e55bf1136446026b41db91c1bef678186a12abbe
post_install() {
tail -22 readme.txt > LICENSE
@ -19,6 +19,7 @@ post_install() {
pugixml-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
conflicts+="EmulationStation libSavitar-devel"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"