forked from ceres-sees-all/ceres-ebuilds
gui-wm/niri: Change SRC_URI
Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
parent
1a441bc074
commit
877e8bdd20
1 changed files with 3 additions and 3 deletions
|
|
@ -16,11 +16,11 @@ HOMEPAGE="https://github.com/YaLTeR/niri"
|
|||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/Naxdy/niri.git"
|
||||
EGIT_REPO_URI="https://github.com/visualglitch91/niri.git"
|
||||
else
|
||||
SRC_URI="
|
||||
https://github.com/Naxdy/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://github.com/Naxdy/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz
|
||||
https://github.com/visualglitch91/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://github.com/visualglitch91/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz
|
||||
${CARGO_CRATE_URIS}
|
||||
"
|
||||
KEYWORDS="~amd64"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue