From 4237c374d87cff2d71ec0e47e3a73ccf6541ab26 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sat, 21 Nov 2015 13:12:49 +1100 Subject: [PATCH] libxml2-python-32: 2.9.2 -> 2.9.3 --- libxml2-python-32/.md5sum | 2 +- libxml2-python-32/Pkgfile | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/libxml2-python-32/.md5sum b/libxml2-python-32/.md5sum index f93ad345..404a9cf6 100644 --- a/libxml2-python-32/.md5sum +++ b/libxml2-python-32/.md5sum @@ -1,2 +1,2 @@ -9e6a9aca9d155737868b3dc5fd82f788 libxml2-2.9.2.tar.gz +daece17e045f1c107610e137ab50c179 libxml2-2.9.3.tar.gz 80fdb13ebd1e5d320783dc94d8b9c6d7 libxml2-python-config.patch diff --git a/libxml2-python-32/Pkgfile b/libxml2-python-32/Pkgfile index 474a4f06..14cd6095 100644 --- a/libxml2-python-32/Pkgfile +++ b/libxml2-python-32/Pkgfile @@ -4,8 +4,8 @@ # Depends on: python-32 libxml2-32 libxml2-python name=libxml2-python-32 -version=2.9.2 -release=2 +version=2.9.3 +release=1 source=(ftp://xmlsoft.org/libxml2/libxml2-$version.tar.gz libxml2-python-config.patch) @@ -23,9 +23,9 @@ build() { # --libdir is not to be trusted some sort of race at configure # library will either end up in lib or lib32 depending on mood - if [ -e $PKG/usr/lib ]; then - mv $PKG/usr/lib $PKG/usr/lib32 - fi +# if [ -e $PKG/usr/lib ]; then +# mv $PKG/usr/lib $PKG/usr/lib32 +# fi rm $PKG/usr/lib32/python2.7/site-packages/libxml2mod.{a,la} rm -r $PKG/usr/share/doc