CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
python3-libxml2: updated to 2.9.13
[ports/opt-arm64.git] / python3-libxml2 / Pkgfile
index 45e80df12c0274777e4615e95e59798d2c43e77a..971fca36f6a0582654939ada2fb014c07f36bd07 100644 (file)
@@ -5,14 +5,12 @@
 # Depends on: python3-setuptools libxml2
 
 name=python3-libxml2
-version=2.9.10
-release=2
-source=(ftp://xmlsoft.org/libxml2/libxml2-$version.tar.gz
-        python3.9.patch)
+version=2.9.13
+release=1
+source=(https://download.gnome.org/sources/libxml2/${version:0:3}/libxml2-$version.tar.xz)
 
 build () {
   cd libxml2-$version/python
-  patch -p2 -i $SRC/python3.9.patch
   /usr/bin/python3 setup.py build
   /usr/bin/python3 setup.py install --root=$PKG
 }