summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/portsmf/portsmf-239.ebuild')
-rw-r--r--media-libs/portsmf/portsmf-239.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/portsmf/portsmf-239.ebuild b/media-libs/portsmf/portsmf-239.ebuild
index 8b8578b7e613..eb12a4976668 100644
--- a/media-libs/portsmf/portsmf-239.ebuild
+++ b/media-libs/portsmf/portsmf-239.ebuild
@@ -6,10 +6,11 @@ EAPI=8
inherit cmake
DESCRIPTION="The Tenacity fork of PortSMF, a Standard MIDI File library"
-HOMEPAGE="https://github.com/tenacityteam/portsmf"
+HOMEPAGE="https://codeberg.org/tenacityteam/portsmf"
SRC_URI="
- https://github.com/tenacityteam/portsmf/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
+ https://codeberg.org/tenacityteam/portsmf/archive/${PV}.tar.gz -> ${P}.tar.gz
"
+S="${WORKDIR}/${PN}"
LICENSE="MIT"
SLOT="0/1" # SOVERSION in CMakeLists.txt / SONAME suffix
KEYWORDS="~amd64"