summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2021-04-05 22:31:02 +0200
committerCtibor Brančík <ctibor@brancik.cz>2021-04-05 22:31:02 +0200
commit16fec40a5144621a087c73895c361f0124918d67 (patch)
treeb2a1d0b315af4d5eb01e490ef1a5d815c06d2af4
parent1346bd70f2b45e37f269a37129fbdd9c52a183de (diff)
downloadbrancik-overlay-16fec40a5144621a087c73895c361f0124918d67.tar.gz
brancik-overlay-16fec40a5144621a087c73895c361f0124918d67.tar.bz2
Switch sci-astronomy/siril to download src from git
-rw-r--r--sci-astronomy/siril/siril-0.99.8.1.ebuild6
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"