Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-menu
Commits: fd26ea7b by Robin Candau at 2025-05-05T08:02:35+02:00 upgpkg: 0.1.8-1: New upstream release https://github.com/nwg-piotr/nwg-menu/releases/tag/v0.1.8 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = nwg-menu pkgdesc = MenuStart for sway and other wlroots-based compositors - pkgver = 0.1.7 + pkgver = 0.1.8 pkgrel = 1 url = https://github.com/nwg-piotr/nwg-menu arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = nwg-menu depends = gtk3 depends = gtk-layer-shell depends = xdg-utils - source = nwg-menu-0.1.7.tar.gz::https://github.com/nwg-piotr/nwg-menu/archive/v0.1.7.tar.gz - sha256sums = 406de41e098519fc911ca1a4d87e5bbeb05b309a29f3fd110ca738a89f59d594 + source = nwg-menu-0.1.8.tar.gz::https://github.com/nwg-piotr/nwg-menu/archive/v0.1.8.tar.gz + sha256sums = fd753618fccbf44cf4cd2bae26ac15a72f807afcab19495de52827745050afc0 pkgname = nwg-menu ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Piotr Miller <[email protected]> pkgname=nwg-menu -pkgver=0.1.7 +pkgver=0.1.8 pkgrel=1 pkgdesc="MenuStart for sway and other wlroots-based compositors" arch=('x86_64') @@ -11,7 +11,7 @@ license=('MIT') depends=('gtk3' 'gtk-layer-shell' 'xdg-utils') makedepends=('go') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('406de41e098519fc911ca1a4d87e5bbeb05b309a29f3fd110ca738a89f59d594') +sha256sums=('fd753618fccbf44cf4cd2bae26ac15a72f807afcab19495de52827745050afc0') prepare(){ cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-menu/-/commit/fd26ea7b8cc11b074a8c1c88a0162f4706e32e3a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-menu/-/commit/fd26ea7b8cc11b074a8c1c88a0162f4706e32e3a You're receiving this email because of your account on gitlab.archlinux.org.
