aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-terms/tilix/tilix-1.9.6-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-terms/tilix/tilix-1.9.6-r1.ebuild b/x11-terms/tilix/tilix-1.9.6-r1.ebuild
index 234e17a..49bc560 100644
--- a/x11-terms/tilix/tilix-1.9.6-r1.ebuild
+++ b/x11-terms/tilix/tilix-1.9.6-r1.ebuild
@@ -5,13 +5,14 @@ EAPI=8
DESCRIPTION="A tiling terminal emulator for Linux using GTK+ 3"
HOMEPAGE="https://gnunn1.github.io/tilix-web/"
+
+GITHUB_URI="https://codeload.github.com/gnunn1"
+SRC_URI="${GITHUB_URI}/${PN}/tar.gz/${PV} -> ${PN}-${PV}.tar.gz"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-GITHUB_URI="https://codeload.github.com/gnunn1"
-SRC_URI="${GITHUB_URI}/${PN}/tar.gz/${PV} -> ${PN}-${PV}.tar.gz"
IUSE="test"
RESTRICT="!test? ( test )"