diff --git a/games-util/protonplus/Manifest b/games-util/protonplus/Manifest index a1b94df..f71038b 100644 --- a/games-util/protonplus/Manifest +++ b/games-util/protonplus/Manifest @@ -1 +1 @@ -DIST protonplus-0.4.32.tar.gz 224019 BLAKE2B 4a4941d60814d20ad1746ce2a6f098df816e55f5a1de901bfb30e76f6cee8fe55020697a18f24369d0958ee9b6988e98d5d4cf31a198a7f117a5e1a71dc5cfc9 SHA512 7fe5bbb64dc362f5c1876d4b0e73bd60dbd8004d7100924337768af5a30e3343fc877ef4f6fe5fe587ce11aedbcc721842a817703fd7882c48e057214f3926de +DIST protonplus-0.5.0.1.tar.gz 331423 BLAKE2B 5e65e84888a8e5ca49f033da2518dbebca2d8cc2cac72046439db409062142b7a60e0869ecc446d89eab27b671746a91cea493385044d228cfe7deb8f25a9ba4 SHA512 b789f55da73aa564144868e263b3626a061b9eca18b1c74c2b81972f84d9bc14f917f77465d64ba016d3c124b1b7d9ea9c54d64d92283c3e2f865f1418734036 diff --git a/games-util/protonplus/protonplus-0.4.32.ebuild b/games-util/protonplus/protonplus-0.5.0.1.ebuild similarity index 77% rename from games-util/protonplus/protonplus-0.4.32.ebuild rename to games-util/protonplus/protonplus-0.5.0.1.ebuild index 6636b62..d564a17 100644 --- a/games-util/protonplus/protonplus-0.4.32.ebuild +++ b/games-util/protonplus/protonplus-0.5.0.1.ebuild @@ -7,11 +7,18 @@ inherit vala DESCRIPTION="A modern compatibility tools manager for Linux" HOMEPAGE="https://github.com/Vysp3r/protonplus" -SRC_URI=" - https://github.com/Vysp3r/ProtonPlus/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz -" -S="${WORKDIR}/ProtonPlus-${PV}" +if [[ ${PV} == 0.5.0.1 ]]; then + SRC_URI=" + https://github.com/Vysp3r/ProtonPlus/archive/refs/tags/v0.5.0-1.tar.gz -> ${P}.tar.gz + " + S="${WORKDIR}/ProtonPlus-0.5.0-1" +else + SRC_URI=" + https://github.com/Vysp3r/ProtonPlus/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + " + S="${WORKDIR}/ProtonPlus-${PV}" +fi LICENSE="GPL-3" SLOT="0"