Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-dock-hyprland
Commits: cf6cec4f by Robin Candau at 2024-11-03T00:29:31+01:00 upgpkg: 0.3.2-1: New upstream release https://github.com/nwg-piotr/nwg-dock-hyprland/releases/tag/v0.3.2 - - - - - 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.3.1 + pkgver = 0.3.2 pkgrel = 1 url = https://github.com/nwg-piotr/nwg-dock-hyprland arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = nwg-dock-hyprland depends = gtk3 depends = gtk-layer-shell optdepends = nwg-drawer: default application launcher - source = nwg-dock-hyprland-0.3.1.tar.gz::https://github.com/nwg-piotr/nwg-dock-hyprland/archive/v0.3.1.tar.gz - sha256sums = 8a7739b04f6c7a9730d354fdf0cabdd06c5705dea438da5d4e46812afa9f4082 + source = nwg-dock-hyprland-0.3.2.tar.gz::https://github.com/nwg-piotr/nwg-dock-hyprland/archive/v0.3.2.tar.gz + sha256sums = 87802950a1623bf86a614b316d702c08db2a8fd6ebc821bdf003139af5393406 pkgname = nwg-dock-hyprland ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # contributor: Piotr Miller <[email protected]> pkgname=nwg-dock-hyprland -pkgver=0.3.1 +pkgver=0.3.2 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') optdepends=('nwg-drawer: default application launcher') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('8a7739b04f6c7a9730d354fdf0cabdd06c5705dea438da5d4e46812afa9f4082') +sha256sums=('87802950a1623bf86a614b316d702c08db2a8fd6ebc821bdf003139af5393406') prepare(){ cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-dock-hyprland/-/commit/cf6cec4fea64c8ba9ef8cf8bb734f7770aa913d0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-dock-hyprland/-/commit/cf6cec4fea64c8ba9ef8cf8bb734f7770aa913d0 You're receiving this email because of your account on gitlab.archlinux.org.
