expat: update to 2.3.0.
This commit is contained in:
parent
d37456f37b
commit
b108be3cd1
2 changed files with 6 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'expat'
|
# Template file for 'expat'
|
||||||
pkgname=expat
|
pkgname=expat
|
||||||
version=2.2.10
|
version=2.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="XML parser library written in C"
|
short_desc="XML parser library written in C"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://expat.sourceforge.net/"
|
homepage="https://libexpat.github.io/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/expat/${pkgname}-${version}.tar.bz2"
|
distfiles="https://github.com/libexpat/libexpat/releases/download/R_${version//./_}/expat-${version}.tar.xz"
|
||||||
checksum=b2c160f1b60e92da69de8e12333096aeb0c3bf692d41c60794de278af72135a5
|
checksum=caa34f99b6e3bcea8502507eb6549a0a84510b244a748dfb287271b2d47467a9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
@ -21,6 +21,7 @@ expat-devel_package() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/lib/cmake
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1
srcpkgs/expat/update
Normal file
1
srcpkgs/expat/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
site='https://github.com/libexpat/libexpat/releases'
|
Loading…
Add table
Add a link
Reference in a new issue