summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTheMatten2018-01-27 14:24:02 +0100
committerTheMatten2018-01-27 14:24:02 +0100
commitecbbbbdf8660f0b975682cdcf0d6c57e3c56d7db (patch)
treeff133a034ca8665773eaadcc515b7c761d27a8fb /PKGBUILD
parent35cbccb8624bbbd0021aeff16a4e05ae0f0884e1 (diff)
downloadaur-ecbbbbdf8660f0b975682cdcf0d6c57e3c56d7db.tar.gz
changed to working source mirror
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {