diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2025-01-09 23:08:04 +0200 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2025-01-09 23:08:39 +0200 |
commit | b76782f5b765436a496f65eceb6809117c9259c8 (patch) | |
tree | 507715da884afb0247f1bf9df16fe4beb822fde4 /net-im | |
parent | dev-libs/libmspack: drop 0.10.1_alpha-r1 (diff) | |
download | gentoo-b76782f5b765436a496f65eceb6809117c9259c8.tar.gz gentoo-b76782f5b765436a496f65eceb6809117c9259c8.tar.bz2 gentoo-b76782f5b765436a496f65eceb6809117c9259c8.zip |
net-im/qtox: use archive and lower toxcore requirement
We really only need the original sources, and the toxcore requirement
was lowered upstream.
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/qtox/Manifest | 1 | ||||
-rw-r--r-- | net-im/qtox/qtox-9999.ebuild | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-im/qtox/Manifest b/net-im/qtox/Manifest index 26687b415f4c..08c3919e1c2b 100644 --- a/net-im/qtox/Manifest +++ b/net-im/qtox/Manifest @@ -1 +1,2 @@ DIST qTox-1.17.6.tar.gz 4777590 BLAKE2B d67ea8c1d5c478a791fd8594866130874c036f22ec9fd991e0f6c81fb7919824bba8e13675b0ffaf613188215a4fce6d07545476ab5565922b3989519aedd91f SHA512 840dfbca2cb1a3db4b5ab27cb408e183b152fcd87c0cb915ee58245e7c311b8682605e73497248072a5a48b239058b101a85235ed169d19606dc7bf61865f208 +DIST qTox-1.18.1.tar.gz 5304686 BLAKE2B 9e0250b431bd608e199433b9c266cb50d16abd982ea0d8551afa14477fb7ec42f2e3bd3f5192516943516f552c391d03d49a29418b56611ce726bd500a106fff SHA512 5fe3f2efa022559c73c68d092521280ec057d79a4b95a7bb86066cfefd5b9eecdbf1207799a884fd92b5cdcc4d03ec104850bbdb69aea87b8a9dbc4ed1d05e77 diff --git a/net-im/qtox/qtox-9999.ebuild b/net-im/qtox/qtox-9999.ebuild index 3b1a26bd42fa..a1ddf6c7e693 100644 --- a/net-im/qtox/qtox-9999.ebuild +++ b/net-im/qtox/qtox-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/TokTok/qTox.git" else MY_P="qTox-${PV}" - SRC_URI="https://github.com/TokTok/qTox/releases/download/v${PV}/v${PV}.tar.gz -> ${MY_P}.tar.gz" + SRC_URI="https://github.com/TokTok/qTox/archive/v${PV}/v${PV}.tar.gz -> ${MY_P}.tar.gz" KEYWORDS="~amd64" S="${WORKDIR}/qTox" fi @@ -35,7 +35,7 @@ RDEPEND=" media-libs/libexif media-libs/openal media-video/ffmpeg:=[webp,v4l] - >=net-libs/tox-0.2.20:=[av] + >=net-libs/tox-0.2.19:=[av] spellcheck? ( || ( kde-frameworks/sonnet:6[aspell] |