From 410b34c168e6a03baff78ad244fcd69185e2b0f2 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 21 May 2024 15:51:47 +0200 Subject: [PATCH] nwg-dock-hyprland: update --- recipes-gtk/nwg-shell/nwg-dock-hyprland_git.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-gtk/nwg-shell/nwg-dock-hyprland_git.bb b/recipes-gtk/nwg-shell/nwg-dock-hyprland_git.bb index 127be7f..419d3e4 100644 --- a/recipes-gtk/nwg-shell/nwg-dock-hyprland_git.bb +++ b/recipes-gtk/nwg-shell/nwg-dock-hyprland_git.bb @@ -10,10 +10,11 @@ RDEPENDS:${PN} = "go-runtime" GO_IMPORT = "github.com/nwg-piotr/nwg-dock-hyprland.git" -SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https" +SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https" -PV = "0.1.8" -SRCREV = "08f399f4baf580274249e42d46e2d788dc28d6a8" +PV = "0.1.9" +SRCREV = "d4cd7439ebfb29238674b94deb120695dd1425f1" +S = "${UNPACKDIR}" inherit go go-mod pkgconfig