From d248619d405043470ec349ca4467d22c498c8307 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Thu, 18 Apr 2024 19:55:40 +0200 Subject: x11-themes/fedora-backgrounds: Make pkgcheck happy Signed-off-by: Pacho Ramos --- x11-themes/fedora-backgrounds/fedora-backgrounds-40.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-40.1.1.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-40.1.1.ebuild index a20531228483..4d7a5c143555 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-40.1.1.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-40.1.1.ebuild @@ -9,11 +9,11 @@ HOMEPAGE="https://github.com/fedoradesign/backgrounds" MY_PN="f$(ver_cut 1)-backgrounds" MY_P="${MY_PN}-${PV}" SRC_URI="https://github.com/fedoradesign/backgrounds/releases/download/v${PV}/${MY_P}.tar.xz" +S="${WORKDIR}/${MY_PN}" # Review on each bump, files Attribution* LICENSE="CC-BY-SA-4.0" -KEYWORDS="~amd64 ~x86" SLOT="$(ver_cut 1)" -S="${WORKDIR}/${MY_PN}" +KEYWORDS="~amd64 ~x86" -- cgit v1.2.3-65-gdbad