mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
pugixml: update to 1.8.1.
This commit is contained in:
parent
d9ccf68ffe
commit
4501919c8e
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pugixml'
|
# Template file for 'pugixml'
|
||||||
pkgname=pugixml
|
pkgname=pugixml
|
||||||
version=1.8
|
version=1.8.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
short_desc="Light-weight, simple and fast XML parser for C++ with XPath support"
|
short_desc="Light-weight, simple and fast XML parser for C++ with XPath support"
|
||||||
|
@ -8,8 +8,9 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://pugixml.org/"
|
homepage="http://pugixml.org/"
|
||||||
distfiles="http://github.com/zeux/pugixml/releases/download/v${version}/pugixml-$version.tar.gz"
|
distfiles="http://github.com/zeux/pugixml/releases/download/v${version}/pugixml-$version.tar.gz"
|
||||||
checksum=8ef26a51c670fbe79a71e9af94df4884d5a4b00a2db38a0608a87c14113b2904
|
checksum=00d974a1308e85ca0677a981adc1b2855cb060923181053fb0abf4e2f37b8f39
|
||||||
configure_args="-DBUILD_SHARED_LIBS=On"
|
configure_args="-DBUILD_SHARED_LIBS=On"
|
||||||
|
wrksrc=$pkgname-1.8
|
||||||
|
|
||||||
pugixml-devel_package() {
|
pugixml-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue