Date: Friday, April 24, 2015 @ 09:32:46
  Author: foutrelis
Revision: 237983

Fix potential source filename conflict

Modified:
  eigen2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-04-24 07:31:08 UTC (rev 237982)
+++ PKGBUILD    2015-04-24 07:32:46 UTC (rev 237983)
@@ -11,7 +11,7 @@
 url='http://eigen.tuxfamily.org/index.php?title=Main_Page'
 license=('GPL' 'LGPL3')
 makedepends=('cmake' 'pkg-config')
-source=("http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2";)
+source=("eigen-$pkgver.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2";)
 sha1sums=('461546be98b964d8d5d2adb0f1c31ba0e42efc38')
 
 build() {

Reply via email to