From 5c481e0e092bab9572a423ff8290c60d625d7f92 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 29 Mar 2018 19:46:06 -0300 Subject: [PATCH] libechonest: change distfiles to not dead link --- srcpkgs/libechonest/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libechonest/template b/srcpkgs/libechonest/template index 6a2da37312b..41e179dd330 100644 --- a/srcpkgs/libechonest/template +++ b/srcpkgs/libechonest/template @@ -9,8 +9,8 @@ short_desc="A C++/Qt wrapper around the wonderful echo nest api" maintainer="Duncan Overbruck " license="GPL-2" homepage="https://projects.kde.org/projects/playground/libs/libechonest" -distfiles="http://files.lfranchi.com/${pkgname}-${version}.tar.bz2" -checksum=56756545fd1cb3d9067479f52215b6157c1ced2bc82b895e72fdcd9bebb47889 +distfiles="https://github.com/lfranchi/libechonest/archive/${version}.tar.gz" +checksum=ab961ab952df30c5234b548031594d7e281e7c9f2a9d1ce91fe5421ddde85e7c if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt-host-tools"