summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2021-09-24 15:48:04 +0700
committerAchmad Fathoni2021-09-24 15:48:04 +0700
commit583ddd3ef2d48ff71af43f366d5476f78281bd89 (patch)
tree2049a2473d480a6fc5cf1769910b063989933c29 /PKGBUILD
parent6ade2069721d36ddc44f4f6ba7b3ce35f37cd3eb (diff)
downloadaur-libxml.tar.gz
fix source url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22af3f882905..31187970fa9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=libxml
pkgver=1.8.17
-pkgrel=3
+pkgrel=4
pkgdesc="The XML C parser and toolkit of Gnome. Older version."
arch=(i686 x86_64)
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() {