Skip to content

Instantly share code, notes, and snippets.

@ankitrgadiya
Created November 21, 2020 20:32
Show Gist options
  • Save ankitrgadiya/a996a801a1b15963a2f28831f85603ea to your computer and use it in GitHub Desktop.
Save ankitrgadiya/a996a801a1b15963a2f28831f85603ea to your computer and use it in GitHub Desktop.
Libxml Patch
diff --git a/PKGBUILD b/PKGBUILD
index 02e0d54..9656423 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://xmlsoft.org/"
license=('GPL')
depends=('zlib')
options=('!libtool')
-source=("ftp://xmlsoft.org/libxml2/old/${pkgname}-${pkgver}.tar.gz")
+source=("http://xmlsoft.org/sources/old/${pkgname}-${pkgver}.tar.gz")
md5sums=('53846294aa850a7d042948176d1d19dc')
build() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment