From 8b94df59a3a14cb136e01fb790662c8d5629c8cd 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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/econnman/template b/srcpkgs/econnman/template index 9568c2e2adf..00dd220a5a9 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" @@ -13,8 +12,8 @@ short_desc="Enlightenment ConnMan user interface" 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() {