From 8cb7ee11eb346d435a41d8e5a716e8ec985ecff6 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Thu, 25 May 2023 14:02:49 +0200 Subject: [PATCH] QA fix --- net-im/paper-plane/paper-plane-0.1.0_beta1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/paper-plane/paper-plane-0.1.0_beta1.ebuild b/net-im/paper-plane/paper-plane-0.1.0_beta1.ebuild index 2067005..54aa57b 100644 --- a/net-im/paper-plane/paper-plane-0.1.0_beta1.ebuild +++ b/net-im/paper-plane/paper-plane-0.1.0_beta1.ebuild @@ -101,7 +101,7 @@ inherit gnome2-utils meson cargo DESCRIPTION="Telegram client" HOMEPAGE="https://github.com/paper-plane-developers/" SRC_URI="https://github.com/paper-plane-developers/${PN}/archive/refs/tags/v0.1.0-beta.1.tar.gz" -SRC_URI="$(cargo_crate_uris)" +SRC_URI+="$(cargo_crate_uris)" #allready added for final release #SRC_URI="https://github.com/paper-plane-developers/${PN}/archive/refs/tags/v${PV}.tar.gz"