libxml2: Rebuild for ICU update

This commit is contained in:
Alexey Pavlov
2020-07-20 12:42:15 +03:00
parent 2a6192fff0
commit 0e65a95f0f

View File

@@ -2,11 +2,11 @@
pkgname=('libxml2' 'libxml2-devel' 'libxml2-python')
pkgver=2.9.10
pkgrel=4
pkgrel=5
pkgdesc="XML parsing library, version 2"
arch=(i686 x86_64)
license=('MIT')
makedepends=('python3' 'icu-devel>=59.1' 'libreadline-devel' 'ncurses-devel' 'liblzma-devel' 'zlib-devel' 'libcrypt-devel')
makedepends=('python' 'icu-devel>=67.1' 'libreadline-devel' 'ncurses-devel' 'liblzma-devel' 'zlib-devel' 'libcrypt-devel')
url="http://www.xmlsoft.org/"
source=(http://xmlsoft.org/sources/${pkgname}-${pkgver}.tar.gz
https://www.w3.org/XML/Test/xmlts20130923.tar.gz
@@ -70,7 +70,7 @@ build() {
--enable-ipv6 \
--with-history \
--with-icu \
--with-python=/usr/bin/python3 \
--with-python=/usr/bin/python \
--with-html-dir=/usr/share/doc \
--with-html-subdir=libxml2/html
make
@@ -87,7 +87,7 @@ check() {
}
package_libxml2() {
depends=('coreutils' 'icu>=59.1' 'liblzma' 'libreadline' 'ncurses' 'zlib')
depends=('coreutils' 'icu>=67.1' 'liblzma' 'libreadline' 'ncurses' 'zlib')
groups=('libraries')
install=libxml2.install