diff options
author | Aisha Tammy <gentoo@aisha.cc> | 2020-03-22 14:21:34 -0400 |
---|---|---|
committer | Aisha Tammy <gentoo@aisha.cc> | 2020-03-22 14:21:58 -0400 |
commit | 0edf75c197c926456136f8097d8ceafcb15aeb28 (patch) | |
tree | f555142f645331edb0526b29208781571a5af702 /gui-wm | |
parent | gui-wm/wayfire: New packages for wayfire and its dependency ebuilds (diff) | |
download | guru-0edf75c197c926456136f8097d8ceafcb15aeb28.tar.gz guru-0edf75c197c926456136f8097d8ceafcb15aeb28.tar.bz2 guru-0edf75c197c926456136f8097d8ceafcb15aeb28.zip |
gui-wm/wayfire + others: fixed download links for commit by Aisha Tammy
Turns out that the liks that were used were incorrectly generated
packages (autogenerated by github, without pulling in submodules)
This has since been fixed by upstream including a note to
not download the incorrectly tagged tar.gz packages
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/wayfire/Manifest | 2 | ||||
-rw-r--r-- | gui-wm/wayfire/wayfire-0.4.0.ebuild | 2 | ||||
-rw-r--r-- | gui-wm/wayfire/wayfire-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gui-wm/wayfire/Manifest b/gui-wm/wayfire/Manifest index ab0b93be2..f03e46376 100644 --- a/gui-wm/wayfire/Manifest +++ b/gui-wm/wayfire/Manifest @@ -1 +1 @@ -DIST wayfire-0.4.0.tar.gz 265360 BLAKE2B 649502f761db8eb861388f530bb96dd78bb10b4a3f9216a0b80b6ef59a8f2e85879f184592eaed70f3a3a3fba8c6ac966949aea9c04661511055e2d8c8c9c251 SHA512 726de2744d1c8f9dd8bba564a4fe93565db54a892fd03c278f53f94bb7824925ede986428b03316cbb556089781b35c928a442963bcbb85858efb247da4a36da +DIST wayfire-0.4.0.tar.xz 588904 BLAKE2B b720297b3ffb868761ea61615b4d0fefc2687f8a2060208f8cc002ff7adaf7622da906ad98e25664c3e72c04de2fb74741d0a417cce4826483407bdf10d63b43 SHA512 e96cdb90ce36c005476e08608683983aa167e58aea80fcfd3b24ab0836ec4aa50fb5a7eeb0872a1b1014e3073ed826e1c83d3146b39d3cdb2a8b3a0895155649 diff --git a/gui-wm/wayfire/wayfire-0.4.0.ebuild b/gui-wm/wayfire/wayfire-0.4.0.ebuild index d38498a6d..21f3f20dd 100644 --- a/gui-wm/wayfire/wayfire-0.4.0.ebuild +++ b/gui-wm/wayfire/wayfire-0.4.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git" KEYWORDS="" else - SRC_URI="https://github.com/WayfireWM/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64 ~x86" fi diff --git a/gui-wm/wayfire/wayfire-9999.ebuild b/gui-wm/wayfire/wayfire-9999.ebuild index d38498a6d..21f3f20dd 100644 --- a/gui-wm/wayfire/wayfire-9999.ebuild +++ b/gui-wm/wayfire/wayfire-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git" KEYWORDS="" else - SRC_URI="https://github.com/WayfireWM/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64 ~x86" fi |