Date: Friday, April 24, 2015 @ 09:38:24
  Author: foutrelis
Revision: 237988

Fix potential source filename conflict

Modified:
  mono-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-04-24 07:36:39 UTC (rev 237987)
+++ PKGBUILD    2015-04-24 07:38:24 UTC (rev 237988)
@@ -20,7 +20,7 @@
 makedepends=('gconf-sharp' 'git' 'zip')
 install=$pkgname.install
 options=('!makeflags')
-source=(https://github.com/mono/mono-tools/archive/3.10.tar.gz
+source=($pkgname-$pkgver.tar.gz::https://github.com/mono/mono-tools/archive/$pkgver.tar.gz
        fix-build.patch
        monodoc.xml)
 
#source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz)

Reply via email to