forked from ceres-sees-all/ceres-ebuilds
Fix SRC_URI
This commit is contained in:
parent
d147b91e80
commit
642319c514
1 changed files with 1 additions and 3 deletions
|
|
@ -5,9 +5,7 @@ EAPI=8
|
|||
|
||||
DESCRIPTION="Zen Browser - A fast, privacy-focused Firefox fork"
|
||||
HOMEPAGE="https://zen-browser.app/"
|
||||
SRC_URI="
|
||||
amd64? ( https://github.com/zen-browser/desktop/releases/download/${PV}/zen.linux-x86_64.tar.xz -> ${P}.tar.xz )
|
||||
arm64? ( https://github.com/zen-browser/desktop/releases/download/${PV}/zen.linux-aarch64.tar.xz -> ${P}.tar.xz )"
|
||||
SRC_URI="https://github.com/zen-browser/desktop/releases/download/${PV}/zen.linux-aarch64.tar.xz -> ${P}.tar.xz )"
|
||||
|
||||
S="${WORKDIR}/zen"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue