Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-menu
Commits: 46815929 by Robin Candau at 2024-08-30T09:22:40+02:00 upgpkg: 0.1.4-1: New upstream release https://github.com/nwg-piotr/nwg-menu/releases/tag/v0.1.4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = nwg-menu pkgdesc = MenuStart for sway and other wlroots-based compositors - pkgver = 0.1.3 - pkgrel = 2 + pkgver = 0.1.4 + pkgrel = 1 url = https://github.com/nwg-piotr/nwg-menu arch = x86_64 license = MIT @@ -9,7 +9,7 @@ pkgbase = nwg-menu depends = gtk3 depends = gtk-layer-shell depends = xdg-utils - source = nwg-menu-0.1.3.tar.gz::https://github.com/nwg-piotr/nwg-menu/archive/v0.1.3.tar.gz - sha256sums = 1d25b2ad799eea4b74a6cd260497c9383c1a34148833051cf0c8907443d5dd3e + source = nwg-menu-0.1.4.tar.gz::https://github.com/nwg-piotr/nwg-menu/archive/v0.1.4.tar.gz + sha256sums = 37ebca1409bdb7f8793851d26f805c8a7a73ea6b59ac6b1852c0524673c05280 pkgname = nwg-menu ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Piotr Miller <nwg.pi...@gmail.com> pkgname=nwg-menu -pkgver=0.1.3 -pkgrel=2 +pkgver=0.1.4 +pkgrel=1 pkgdesc="MenuStart for sway and other wlroots-based compositors" arch=('x86_64') url="https://github.com/nwg-piotr/nwg-menu" @@ -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=('1d25b2ad799eea4b74a6cd260497c9383c1a34148833051cf0c8907443d5dd3e') +sha256sums=('37ebca1409bdb7f8793851d26f805c8a7a73ea6b59ac6b1852c0524673c05280') prepare(){ cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-menu/-/commit/468159297ecb8855683ce80ee06c981f0e9ae983 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-menu/-/commit/468159297ecb8855683ce80ee06c981f0e9ae983 You're receiving this email because of your account on gitlab.archlinux.org.