CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gobject-introspection: updated to 1.70.0
[ports/opt-arm64.git] / python3-libxml2 / Pkgfile
index 45e80df12c0274777e4615e95e59798d2c43e77a..3fc86c76d0312127082ecfd6263c1e40ba88d09e 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.12
+release=1
+source=(ftp://xmlsoft.org/libxml2/libxml2-$version.tar.gz)
 
 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
 }