# HG changeset patch
# User Sjoerd Mullender <sjoerd@acm.org>
# Date 1473859740 -7200
# Node ID e6d9dd0cff68a238fafce389d29e01ef10490ea9
# Parent  b32ff9c843707cc157d49fd1587b01e94119a2a9
Use our HG server to create tar balls.

diff --git a/MonetDB-client-php.spec b/MonetDB-client-php.spec
--- a/MonetDB-client-php.spec
+++ b/MonetDB-client-php.spec
@@ -6,7 +6,7 @@ Group: Applications/Databases
 
 License:	MPLv2.0
 URL:		http://www.monetdb.org/
-Source0:	http://dev.monetdb.org/downloads/php/monetdb-php-%{version}.tar.bz2
+Source0:	https://dev.monetdb.org/hg/monetdb-php/archive/v%{version}.tar.bz2
 
 Requires:	php
 BuildArch:	noarch
@@ -22,7 +22,7 @@ program.
 
 
 %prep
-%autosetup -n monetdb-php-%{version}
+%autosetup -n monetdb-php-v%{version}
 
 
 %build