From 4aff2417da9d16d7d1fe76d1e48e7ed982b4a8a4 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Sat, 31 Oct 2020 10:42:52 +1100 Subject: [PATCH] econnman: fix distfile location. The upstream distfile location has moved, and has dropped the .0 from the end, strip it off, the strip probably will need to be removed for 1.1.1 if that happens. --- srcpkgs/econnman/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/econnman/template b/srcpkgs/econnman/template index 9568c2e2adf..cc903bd082e 100644 --- a/srcpkgs/econnman/template +++ b/srcpkgs/econnman/template @@ -3,8 +3,7 @@ pkgname=econnman version=1.1.0 revision=5 archs=noarch -_gitrev=18e7be6bf80df6b86965ba93391b205339fc7267 -wrksrc=${pkgname}-${_gitrev} +wrksrc="${pkgname}-${version%.*}" build_style=gnu-configure hostmakedepends="automake libtool pkg-config python3 efl-devel" makedepends="efl-devel python3-efl" @@ -14,7 +13,8 @@ maintainer="q66 " license="LGPL-3.0-only" homepage="http://enlightenment.org" distfiles="https://git.enlightenment.org/apps/econnman.git/snapshot/econnman-${_gitrev}.tar.gz" -checksum=6188accebac2bb52466794c685f042f9f2bcc7d5d77b2417b30458e2e7265282 +distfiles="http://download.enlightenment.org/rel/apps/econnman/econnman-${version%.*}.tar.xz" +checksum=0cce87681fae7ca70f1e63cfe0ae65fdf17bc334727054317e25e3897619ed85 python_version=3 pre_configure() {