diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-03-24 18:34:49 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-03-24 18:35:31 +0100 |
commit | 3c7ad05f11de17160e00954a314ecc22c415c200 (patch) | |
tree | da3011935e3ee579299952184ae7a5648de87fcb /gnome-extra | |
parent | games-board/cockatrice: Build static libraries rather than shared (diff) | |
download | gentoo-3c7ad05f11de17160e00954a314ecc22c415c200.tar.gz gentoo-3c7ad05f11de17160e00954a314ecc22c415c200.tar.bz2 gentoo-3c7ad05f11de17160e00954a314ecc22c415c200.zip |
gnome-extra/gnome-shell-extension-dash-to-panel: Fix filename
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-shell-extension-dash-to-panel/Manifest | 2 | ||||
-rw-r--r-- | gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-19.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest b/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest index 0d7833e876f5..6e5ea8825757 100644 --- a/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest +++ b/gnome-extra/gnome-shell-extension-dash-to-panel/Manifest @@ -1 +1 @@ -DIST v19.tar.gz 21031128 BLAKE2B f2df2fa7f4967b03cb99e86740f0738ec805427ef13d7dd1e86296b4ffd1dd2a154ffb7eb8c6a36a8d589b16635fe8f608182ebc11f2708eb1436bdf72097b01 SHA512 f5ab8d5aa397dbf4a7fc5d9e4584016fc5382c026cef6f58649923edf28f0c1f46cb1ec6ff32466ee4cb84b6b0ed30eac1b1924608ad02f34b1c24ec7bb91635 +DIST gnome-shell-extension-dash-to-panel-19.tar.gz 21031128 BLAKE2B f2df2fa7f4967b03cb99e86740f0738ec805427ef13d7dd1e86296b4ffd1dd2a154ffb7eb8c6a36a8d589b16635fe8f608182ebc11f2708eb1436bdf72097b01 SHA512 f5ab8d5aa397dbf4a7fc5d9e4584016fc5382c026cef6f58649923edf28f0c1f46cb1ec6ff32466ee4cb84b6b0ed30eac1b1924608ad02f34b1c24ec7bb91635 diff --git a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-19.ebuild b/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-19.ebuild index 563d91e27f8c..0fa5259a3e20 100644 --- a/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-19.ebuild +++ b/gnome-extra/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel-19.ebuild @@ -8,7 +8,7 @@ MY_PN="${PN/gnome-shell-extension-/}" MY_P="${MY_PN}-${PV}" DESCRIPTION="An icon taskbar for the Gnome Shell" HOMEPAGE="https://github.com/home-sweet-gnome/dash-to-panel" -SRC_URI="https://github.com/home-sweet-gnome/dash-to-panel/archive/v19.tar.gz" +SRC_URI="https://github.com/home-sweet-gnome/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" |