commit:     7132a99df69d9f75157afc723b5bbc7c82d3eae0
Author:     Adrian Ratiu <adrian.ratiu <AT> collabora <DOT> com>
AuthorDate: Thu May 16 14:45:18 2024 +0000
Commit:     Adrian Ratiu <adrian.ratiu <AT> collabora <DOT> com>
CommitDate: Thu May 16 14:45:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7132a99d

dev-libs/libtypec: fetch from new repo location

The upstream maintainer created a new repo location so
we don't have to use his personal account anymore.

Signed-off-by: Adrian Ratiu <adrian.ratiu <AT> collabora.com>

 dev-libs/libtypec/Manifest              | 2 +-
 dev-libs/libtypec/libtypec-0.5.1.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libtypec/Manifest b/dev-libs/libtypec/Manifest
index 860882f219..57b37ef5ef 100644
--- a/dev-libs/libtypec/Manifest
+++ b/dev-libs/libtypec/Manifest
@@ -1 +1 @@
-DIST libtypec-0.5.1-Source.tar.gz 146305 BLAKE2B 
d93f640c3a37e51c1b0116c8dbdc6f06f301ec63a95739107c09458eecb765ee82ab4b3a4c7d8c54dbcbef32496d67e1030a3b9b11a144dfa149584cf9b4b151
 SHA512 
b6f9b2396306825e31cb1002953ea0eac8597a099305cd59bb08590939e98c720a0f2eca2742de70a10a90ae379d3338d42cb6f8e5a6a359246f7266ba9b016a
+DIST libtypec-0.5.1.tar.gz 35289 BLAKE2B 
c6d9fd060e999568b3f348d68cc49665c38d0d0adcf5761e236e14b0ae095ddb06b65226a98495e804ee0bf41dc42526c78e00c1b9e8fdf2dc65a56818a10253
 SHA512 
9acdb2e0963d85b8f6868b0ad18f644466aa8b0bb868bafd823ac3a8179370a68f1a69c8357705c70733a1cf0a750e484c1f4aa1816a1dc887a52024f9dffcce

diff --git a/dev-libs/libtypec/libtypec-0.5.1.ebuild 
b/dev-libs/libtypec/libtypec-0.5.1.ebuild
index 0f083f6175..56723f64d9 100644
--- a/dev-libs/libtypec/libtypec-0.5.1.ebuild
+++ b/dev-libs/libtypec/libtypec-0.5.1.ebuild
@@ -6,10 +6,10 @@ EAPI=8
 inherit cmake
 
 DESCRIPTION="Library to interface with USB Type-c/Power Delivery devices"
-HOMEPAGE="https://github.com/Rajaram-Regupathy/libtypec";
-SRC_URI="https://github.com/Rajaram-Regupathy/libtypec/releases/download/${P}/${P}-Source.tar.gz";
+HOMEPAGE="https://github.com/libtypec/libtypec";
+SRC_URI="https://github.com/libtypec/libtypec/archive/refs/tags/${P}.tar.gz";
 
-S="${WORKDIR}/${P}-Source"
+S="${WORKDIR}/${PN}-${P}"
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to