aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetrus Zhao <petrus.zy.07@gmail.com>2021-10-09 10:19:23 +0800
committerPetrus Zhao <petrus.zy.07@gmail.com>2021-10-09 10:19:43 +0800
commit3a7c733c6d6119aacd2868b1b32bf69efa0ba81a (patch)
treecf9bef289c6bbc4e76d2d44432401b14d82fa38d /media-video/uxplay
parentmedia-fonts/symbola: restrict myself to version <= 7.17 (diff)
downloadguru-3a7c733c6d6119aacd2868b1b32bf69efa0ba81a.tar.gz
guru-3a7c733c6d6119aacd2868b1b32bf69efa0ba81a.tar.bz2
guru-3a7c733c6d6119aacd2868b1b32bf69efa0ba81a.zip
media-video/uxplay: version bump to 1.38, drop old
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Petrus Zhao <petrus.zy.07@gmail.com>
Diffstat (limited to 'media-video/uxplay')
-rw-r--r--media-video/uxplay/Manifest2
-rw-r--r--media-video/uxplay/uxplay-1.38.ebuild (renamed from media-video/uxplay/uxplay-1.37.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/media-video/uxplay/Manifest b/media-video/uxplay/Manifest
index 47e4595ab..eafc7b0c9 100644
--- a/media-video/uxplay/Manifest
+++ b/media-video/uxplay/Manifest
@@ -1 +1 @@
-DIST uxplay-1.37.tar.gz 295598 BLAKE2B c0fbd887ba65068045448155f6dad93e6af1e7acaa723262c045e47e7535159c4a932564c9e3b5d8bcae505570dab8138b65d09611e8daaad6a609f26ce35244 SHA512 0b14c4b5c463e0ece74ced8f2307a7dcb02cc70157f1c97d4b779e3395ba695851b2014823b5bd4939beddd4c05038dcd323a1c8c94ffd50f8b8c6fca5c3fa71
+DIST uxplay-1.38.tar.gz 297068 BLAKE2B 060f5b4455ccf7234124fb47c5ac94ed137f53fc7a3c142969b00183d177d262614487d8f52e093ecd4acc5b99fe5c26e6702dfbee0c6c83c19c423511f4a61f SHA512 606bcbd1e8de313f6d9a13c2194774fee2feeafd7adbfb3711cb13895c737dea7ea8cf97c2a684c2dcd4c55b6d9c3a2267e54fa86288e75dfc4042f2a9c295fc
diff --git a/media-video/uxplay/uxplay-1.37.ebuild b/media-video/uxplay/uxplay-1.38.ebuild
index dfa5c081a..3546bbe57 100644
--- a/media-video/uxplay/uxplay-1.37.ebuild
+++ b/media-video/uxplay/uxplay-1.38.ebuild
@@ -4,7 +4,7 @@
EAPI=8
MY_PN="UxPlay"
-MY_PV="${PV}b"
+MY_PV="${PV}"
inherit cmake
@@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/FDH2/${MY_PN}.git"
inherit git-r3
else
- SRC_URI="https://github.com/FDH2/${MY_PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/FDH2/${MY_PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
S="${WORKDIR}/${MY_PN}-${MY_PV}"
fi