Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-dock-hyprland
Commits: 7fb96983 by Robin Candau at 2024-11-16T15:38:08+01:00 upgpkg: 0.3.3-1: New upstream release https://github.com/nwg-piotr/nwg-dock-hyprland/releases/tag/v0.3.3 - - - - - 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.2 + pkgver = 0.3.3 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.2.tar.gz::https://github.com/nwg-piotr/nwg-dock-hyprland/archive/v0.3.2.tar.gz - sha256sums = 87802950a1623bf86a614b316d702c08db2a8fd6ebc821bdf003139af5393406 + source = nwg-dock-hyprland-0.3.3.tar.gz::https://github.com/nwg-piotr/nwg-dock-hyprland/archive/v0.3.3.tar.gz + sha256sums = b2d6f40ffb0f9dcce90b069eba52be26787f9550367cbe20b544c099f617a9b5 pkgname = nwg-dock-hyprland ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # contributor: Piotr Miller <[email protected]> pkgname=nwg-dock-hyprland -pkgver=0.3.2 +pkgver=0.3.3 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=('87802950a1623bf86a614b316d702c08db2a8fd6ebc821bdf003139af5393406') +sha256sums=('b2d6f40ffb0f9dcce90b069eba52be26787f9550367cbe20b544c099f617a9b5') prepare(){ cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-dock-hyprland/-/commit/7fb96983121ca57af6067ee9c66e79812b1c1b0f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-dock-hyprland/-/commit/7fb96983121ca57af6067ee9c66e79812b1c1b0f You're receiving this email because of your account on gitlab.archlinux.org.
