Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] econnman: fix distfile location.
@ 2020-10-30 23:44 fosslinux
  2020-10-30 23:44 ` [PR PATCH] [Updated] " fosslinux
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: fosslinux @ 2020-10-30 23:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 495 bytes --]

There is a new pull request by fosslinux against master on the void-packages repository

https://github.com/fosslinux/void-packages econnman-distfile
https://github.com/void-linux/void-packages/pull/25994

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.

A patch file from https://github.com/void-linux/void-packages/pull/25994.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-econnman-distfile-25994.patch --]
[-- Type: text/x-diff, Size: 1445 bytes --]

From 4aff2417da9d16d7d1fe76d1e48e7ed982b4a8a4 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
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 <daniel@octaforge.org>"
 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() {

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-11-01  1:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-30 23:44 [PR PATCH] econnman: fix distfile location fosslinux
2020-10-30 23:44 ` [PR PATCH] [Updated] " fosslinux
2020-10-31  1:17 ` [PR REVIEW] " sgn
2020-10-31 23:28 ` fosslinux
2020-10-31 23:28 ` [PR PATCH] [Updated] " fosslinux
2020-11-01  0:26 ` q66
2020-11-01  0:29 ` q66
2020-11-01  0:29 ` [PR PATCH] [Closed]: " q66
2020-11-01  1:12 ` fosslinux
2020-11-01  1:20 ` q66
2020-11-01  1:25 ` fosslinux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).