diff options
-rw-r--r-- | sci-astronomy/siril/siril-0.99.8.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-astronomy/siril/siril-0.99.8.1.ebuild b/sci-astronomy/siril/siril-0.99.8.1.ebuild index 1e3e9f0..b9750b3 100644 --- a/sci-astronomy/siril/siril-0.99.8.1.ebuild +++ b/sci-astronomy/siril/siril-0.99.8.1.ebuild @@ -3,11 +3,13 @@ EAPI=7 -inherit meson xdg-utils +inherit meson xdg-utils git-r3 DESCRIPTION="An astronomical image processing tool" HOMEPAGE="https://www.siril.org/" -SRC_URI="https://gitlab.com/free-astro/${PN}/-/archive/${PV}/${PN}-${PV}.tar.gz" +EGIT_REPO_URI="https://gitlab.com/free-astro/${PN}.git" +EGIT_COMMIT="0.99.8.1" +EGIT_SUBMODULES=( '*' ) LICENSE="GPL-3" SLOT="0" |