Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-menu
Commits: ae3ea744 by Robin Candau at 2025-01-11T11:03:09+01:00 upgpkg: 0.1.7-1: New upstream release https://github.com/nwg-piotr/nwg-menu/releases/tag/v0.1.7 - - - - - 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.6 + pkgver = 0.1.7 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.6.tar.gz::https://github.com/nwg-piotr/nwg-menu/archive/v0.1.6.tar.gz - sha256sums = b6ef6d3d957257788bceadb1a09c174d4db5afa93a4dc90fe1aa04723d96266b + source = nwg-menu-0.1.7.tar.gz::https://github.com/nwg-piotr/nwg-menu/archive/v0.1.7.tar.gz + sha256sums = 406de41e098519fc911ca1a4d87e5bbeb05b309a29f3fd110ca738a89f59d594 pkgname = nwg-menu ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Piotr Miller <nwg.pi...@gmail.com> pkgname=nwg-menu -pkgver=0.1.6 +pkgver=0.1.7 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=('b6ef6d3d957257788bceadb1a09c174d4db5afa93a4dc90fe1aa04723d96266b') +sha256sums=('406de41e098519fc911ca1a4d87e5bbeb05b309a29f3fd110ca738a89f59d594') prepare(){ cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-menu/-/commit/ae3ea7446e05175f57437b0fc2a96e3a43d588e8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-menu/-/commit/ae3ea7446e05175f57437b0fc2a96e3a43d588e8 You're receiving this email because of your account on gitlab.archlinux.org.