Date: Monday, May 22, 2017 @ 11:09:57
  Author: spupykin
Revision: 229043

fix source tarball filename conflict

Modified:
  arcus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-05-22 09:56:53 UTC (rev 229042)
+++ PKGBUILD    2017-05-22 11:09:57 UTC (rev 229043)
@@ -10,7 +10,7 @@
 license=('AGPL')
 makedepends=('cmake')
 depends=('python' 'protobuf' 'python-sip')
-source=(https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/libArcus/archive/${pkgver}.tar.gz";)
 md5sums=('a8f83c896793262967971b7a94fe3082')
 
 build() {

Reply via email to