summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46ddc0cccd3c..aef554931682 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,11 +2,11 @@ pkgbase = xml2
pkgdesc = XML/Unix Processing Tools to convert XML and HTML to and from a line-oriented format more amenable to processing by classic Unix pipeline processing tools
pkgver = 0.5
pkgrel = 1
- url = http://www.ofb.net/~egnor/xml2/
+ url = http://http.debian.net/debian/pool/main/x/xml2/
arch = x86_64
license = GPL
depends = libxml2
- source = http://download.ofb.net/gale/xml2-0.5.tar.gz
+ source = http://http.debian.net/debian/pool/main/x/xml2/xml2_0.5.orig.tar.gz
md5sums = 48eacf64b01ca3a4a5afb1a36f5906e6
pkgname = xml2
diff --git a/PKGBUILD b/PKGBUILD
index 72eb35a98af8..390f6d82bae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
+# Maintainer: Matej Niznik <mattnizo@gmail.com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Orivej Desh <masecretaire@gmx.fr>
-# Maintainer: Orivej Desh <masecretaire@gmx.fr>
pkgname=xml2
pkgver=0.5
pkgrel=1
pkgdesc="XML/Unix Processing Tools to convert XML and HTML to and from a line-oriented format more amenable to processing by classic Unix pipeline processing tools"
arch=("x86_64")
-url="http://www.ofb.net/~egnor/xml2/"
+url="http://http.debian.net/debian/pool/main/x/xml2/"
license=("GPL")
depends=("libxml2")
-source=("http://download.ofb.net/gale/$pkgname-$pkgver.tar.gz")
+source=("http://http.debian.net/debian/pool/main/x/$pkgname/${pkgname}_$pkgver.orig.tar.gz")
md5sums=('48eacf64b01ca3a4a5afb1a36f5906e6')
build() {