Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-dock-hyprland
Commits: c581dd40 by Robin Candau at 2026-05-14T10:40:16+02:00 upgpkg: 0.4.9-1: New upstream release https://github.com/nwg-piotr/nwg-dock-hyprland/releases/tag/v0.4.9 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = nwg-dock-hyprland pkgdesc = GTK3-based dock for Hyprland Wayland compositor - pkgver = 0.4.8 - pkgrel = 4 + pkgver = 0.4.9 + pkgrel = 1 url = https://github.com/nwg-piotr/nwg-dock-hyprland arch = x86_64 license = MIT @@ -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.8.tar.gz::https://github.com/nwg-piotr/nwg-dock-hyprland/archive/v0.4.8.tar.gz - sha256sums = 3d4b6930d3a452596276c2b8ed22f3af356f650f2990ce3f5e2395407d4ecab4 + 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 pkgname = nwg-dock-hyprland ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # contributor: Piotr Miller <[email protected]> pkgname=nwg-dock-hyprland -pkgver=0.4.8 -pkgrel=4 +pkgver=0.4.9 +pkgrel=1 pkgdesc="GTK3-based dock for Hyprland Wayland compositor" url="https://github.com/nwg-piotr/nwg-dock-hyprland" arch=('x86_64') @@ -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=('3d4b6930d3a452596276c2b8ed22f3af356f650f2990ce3f5e2395407d4ecab4') +sha256sums=('79da9ea99428708d66e9b95d1fb8f93d1edf4958a735ecbfe8baff9434c355fc') prepare(){ cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-dock-hyprland/-/commit/c581dd4053343517305e6a2e78938b1237805197 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-dock-hyprland/-/commit/c581dd4053343517305e6a2e78938b1237805197 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
