Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-dock-hyprland
Commits: c5cec61f by Robin Candau at 2026-05-22T10:13:25+02:00 upgpkg: 0.4.10-1: New upstream release https://github.com/nwg-piotr/nwg-dock-hyprland/releases/tag/v0.4.10 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = nwg-dock-hyprland pkgdesc = GTK3-based dock for Hyprland Wayland compositor - pkgver = 0.4.9 + pkgver = 0.4.10 pkgrel = 1 url = https://github.com/nwg-piotr/nwg-dock-hyprland arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = nwg-dock-hyprland depends = gtk3 depends = gtk-layer-shell optdepends = nwg-drawer: default application launcher - source = nwg-dock-hyprland-0.4.9.tar.gz::https://github.com/nwg-piotr/nwg-dock-hyprland/archive/v0.4.9.tar.gz - sha256sums = 79da9ea99428708d66e9b95d1fb8f93d1edf4958a735ecbfe8baff9434c355fc + source = nwg-dock-hyprland-0.4.10.tar.gz::https://github.com/nwg-piotr/nwg-dock-hyprland/archive/v0.4.10.tar.gz + sha256sums = 391a3e1434765210f1590f604c34b80285bf2cdabfb5500d7a432647d84b69d5 pkgname = nwg-dock-hyprland ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # contributor: Piotr Miller <[email protected]> pkgname=nwg-dock-hyprland -pkgver=0.4.9 +pkgver=0.4.10 pkgrel=1 pkgdesc="GTK3-based dock for Hyprland Wayland compositor" url="https://github.com/nwg-piotr/nwg-dock-hyprland" @@ -12,7 +12,7 @@ depends=('gtk3' 'gtk-layer-shell') makedepends=('go' 'gobject-introspection') optdepends=('nwg-drawer: default application launcher') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('79da9ea99428708d66e9b95d1fb8f93d1edf4958a735ecbfe8baff9434c355fc') +sha256sums=('391a3e1434765210f1590f604c34b80285bf2cdabfb5500d7a432647d84b69d5') prepare(){ cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-dock-hyprland/-/commit/c5cec61ff5bbe17d2c0fc319515af0b96bf4f92e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-dock-hyprland/-/commit/c5cec61ff5bbe17d2c0fc319515af0b96bf4f92e You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
