Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-menu
Commits: 85252807 by Robin Candau at 2024-09-21T11:22:35+02:00 upgpkg: 0.1.5-1: New upstream release https://github.com/nwg-piotr/nwg-menu/releases/tag/v0.1.5 - - - - - 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.4 + pkgver = 0.1.5 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.4.tar.gz::https://github.com/nwg-piotr/nwg-menu/archive/v0.1.4.tar.gz - sha256sums = 37ebca1409bdb7f8793851d26f805c8a7a73ea6b59ac6b1852c0524673c05280 + source = nwg-menu-0.1.5.tar.gz::https://github.com/nwg-piotr/nwg-menu/archive/v0.1.5.tar.gz + sha256sums = 462b9d5af0d1e494a67532fab686ce6287c7405d1a7bceb01c3e428a581f10a6 pkgname = nwg-menu ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Piotr Miller <[email protected]> pkgname=nwg-menu -pkgver=0.1.4 +pkgver=0.1.5 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=('37ebca1409bdb7f8793851d26f805c8a7a73ea6b59ac6b1852c0524673c05280') +sha256sums=('462b9d5af0d1e494a67532fab686ce6287c7405d1a7bceb01c3e428a581f10a6') prepare(){ cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-menu/-/commit/85252807b4b6ac3db3d6d3015cbb9e0167606809 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-menu/-/commit/85252807b4b6ac3db3d6d3015cbb9e0167606809 You're receiving this email because of your account on gitlab.archlinux.org.
