diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-07-29 21:40:59 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-07-29 21:46:23 +0200 |
commit | 69942039f9dbfb36e9901b1822ae74a86003f860 (patch) | |
tree | c13ed3d9a0c790df2bf0e8d6277a262f8c00af6f /app-emulation/uxn | |
parent | dev-db/mycli: remove unnecessary dependency pin (diff) | |
download | gentoo-69942039f9dbfb36e9901b1822ae74a86003f860.tar.gz gentoo-69942039f9dbfb36e9901b1822ae74a86003f860.tar.bz2 gentoo-69942039f9dbfb36e9901b1822ae74a86003f860.zip |
app-emulation/uxn: fix git URI
Closes: https://bugs.gentoo.org/911441
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emulation/uxn')
-rw-r--r-- | app-emulation/uxn/uxn-0_p20230501.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/uxn/uxn-0_p20230609.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/uxn/uxn-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/uxn/uxn-0_p20230501.ebuild b/app-emulation/uxn/uxn-0_p20230501.ebuild index 867b95f57779..b4da4441515e 100644 --- a/app-emulation/uxn/uxn-0_p20230501.ebuild +++ b/app-emulation/uxn/uxn-0_p20230501.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.xxiivv.com/site/uxn.html if [[ ${PV} == *9999* ]] ; then inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~rabbits/uxn.git" + EGIT_REPO_URI="https://git.sr.ht/~rabbits/uxn" elif [[ ${PV} == *_p20230501 ]] ; then COMMIT=0dcc3b4c2e12bf2a61e682e9168e8bdb469caae0 SRC_URI="https://git.sr.ht/~rabbits/uxn/archive/${COMMIT}.tar.gz diff --git a/app-emulation/uxn/uxn-0_p20230609.ebuild b/app-emulation/uxn/uxn-0_p20230609.ebuild index 5b5e377d604e..3e74d8832938 100644 --- a/app-emulation/uxn/uxn-0_p20230609.ebuild +++ b/app-emulation/uxn/uxn-0_p20230609.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.xxiivv.com/site/uxn.html if [[ ${PV} == *9999* ]] ; then inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~rabbits/uxn.git" + EGIT_REPO_URI="https://git.sr.ht/~rabbits/uxn" elif [[ ${PV} == *_p20230609 ]] ; then COMMIT=f3674b2562e6c5557fc008edbac71d9fcfde64ff SRC_URI="https://git.sr.ht/~rabbits/uxn/archive/${COMMIT}.tar.gz diff --git a/app-emulation/uxn/uxn-9999.ebuild b/app-emulation/uxn/uxn-9999.ebuild index 55a5c6f70c66..65b28334a901 100644 --- a/app-emulation/uxn/uxn-9999.ebuild +++ b/app-emulation/uxn/uxn-9999.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.xxiivv.com/site/uxn.html if [[ ${PV} == *9999* ]] ; then inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~rabbits/uxn.git" + EGIT_REPO_URI="https://git.sr.ht/~rabbits/uxn" elif [[ ${PV} == *_p20230609 ]] ; then COMMIT=f3674b2562e6c5557fc008edbac71d9fcfde64ff SRC_URI="https://git.sr.ht/~rabbits/uxn/archive/${COMMIT}.tar.gz |