From 006fb2c6de1d41ac2e2108038cb6ce9d00792bbc Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Mon, 18 Jan 2016 08:43:08 +0300 Subject: [PATCH] gxml: Fix URL to use variables --- mingw-w64-gxml/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-gxml/PKGBUILD b/mingw-w64-gxml/PKGBUILD index 88f25edfb1..c0b4382396 100644 --- a/mingw-w64-gxml/PKGBUILD +++ b/mingw-w64-gxml/PKGBUILD @@ -23,7 +23,7 @@ license=('LGPL') url="http://live.gnome.org/GXml" options=('strip' 'staticlibs') -source=("http://download.gnome.org/sources/gxml/0.8/gxml-0.8.2.tar.xz") +source=("http://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz") sha256sums=('79bb09746ba03d617b7045a486f679a9bd2fb3ec088c2ed6017b27a27d560773') prepare() {