summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn M. Harris Jr. <johnmh@johnmh.me>2024-07-01 15:29:15 -0700
committerJohn M. Harris Jr. <johnmh@johnmh.me>2024-07-01 15:29:15 -0700
commite56016e0213dadc48793b2b0e23cf287362c0b4f (patch)
tree8e43394654f67cdddfbbbfb08e7aaecdd820272a
parentdev-libs/hyprlang: unkeyword 9999 for ~amd64, ~riscv (diff)
downloadjohnmh-e56016e0213dadc48793b2b0e23cf287362c0b4f.tar.gz
johnmh-e56016e0213dadc48793b2b0e23cf287362c0b4f.tar.bz2
johnmh-e56016e0213dadc48793b2b0e23cf287362c0b4f.zip
dev-libs/hyprlang: remove leading whitespace, 9999
Signed-off-by: John M. Harris Jr. <johnmh@johnmh.me>
-rw-r--r--dev-libs/hyprlang/hyprlang-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/hyprlang/hyprlang-9999.ebuild b/dev-libs/hyprlang/hyprlang-9999.ebuild
index d40ea2a..5222f64 100644
--- a/dev-libs/hyprlang/hyprlang-9999.ebuild
+++ b/dev-libs/hyprlang/hyprlang-9999.ebuild
@@ -10,11 +10,11 @@ DESCRIPTION="Official implementation library for the hypr config language"
HOMEPAGE="https://github.com/hyprwm/hyprlang"
if [[ "${PV}" = *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git"
else
- SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz -> ${P}.gh.tar.gz"
- S="${WORKDIR}/${PN}-source"
+ SRC_URI="https://github.com/hyprwm/${PN^}/releases/download/v${PV}/source-v${PV}.tar.gz -> ${P}.gh.tar.gz"
+ S="${WORKDIR}/${PN}-source"
fi
LICENSE="GPL-3"