Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / gtk-layer-shell
Commits: c4f6ce37 by Brett Cornwall at 2025-04-06T21:41:06-07:00 upgpkg: 0.9.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = gtk-layer-shell pkgdesc = Library to create Wayland desktop components using the Layer Shell protocol - pkgver = 0.9.0 + pkgver = 0.9.1 pkgrel = 1 url = https://github.com/wmww/gtk-layer-shell arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = gtk-layer-shell makedepends = valabind depends = gtk3 depends = wayland - source = gtk-layer-shell-0.9.0.tar.gz::https://github.com/wmww/gtk-layer-shell/archive/v0.9.0.tar.gz - sha512sums = 38179dd83a0828740ca8e2cc27fe3708f61107e88246644745da6c300da03ce04b17dd7117087946a68401a43176a599bdb98ed50936602d2b2540449c0e9066 + source = gtk-layer-shell-0.9.1.tar.gz::https://github.com/wmww/gtk-layer-shell/archive/v0.9.1.tar.gz + sha512sums = f01954dda7be7bedcc8800d55f61070949e6a9c9f783ee32b1f064cd3f8151b7b136590eb6cde2a9209c59a87a3fc363a399317d7caf4d781b4666697a39bf78 pkgname = gtk-layer-shell ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgdesc='Library to create Wayland desktop components using the Layer Shell protocol' pkgname=gtk-layer-shell -pkgver=0.9.0 +pkgver=0.9.1 pkgrel=1 arch=(x86_64) license=(LGPL3) @@ -20,7 +20,7 @@ makedepends=( "valabind" ) source=("$pkgname-$pkgver.tar.gz::https://github.com/wmww/gtk-layer-shell/archive/v$pkgver.tar.gz") -sha512sums=('38179dd83a0828740ca8e2cc27fe3708f61107e88246644745da6c300da03ce04b17dd7117087946a68401a43176a599bdb98ed50936602d2b2540449c0e9066') +sha512sums=('f01954dda7be7bedcc8800d55f61070949e6a9c9f783ee32b1f064cd3f8151b7b136590eb6cde2a9209c59a87a3fc363a399317d7caf4d781b4666697a39bf78') build() { meson --prefix=/usr \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtk-layer-shell/-/commit/c4f6ce37096aae779730a0cd0e4eb27827e65b1b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtk-layer-shell/-/commit/c4f6ce37096aae779730a0cd0e4eb27827e65b1b You're receiving this email because of your account on gitlab.archlinux.org.