Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages /
gtk-layer-shell
Commits:
70e6af33 by Brett Cornwall at 2024-09-11T17:56:44-07:00
upgpkg: 0.9.0-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.8.2
+ pkgver = 0.9.0
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.8.2.tar.gz::https://github.com/wmww/gtk-layer-shell/archive/v0.8.2.tar.gz
- sha512sums =
e3b56612dab2527d5242b8305362c88100de3eac76cee32ce51791cbc77df38a5052143bf4bf5781a90fa62e026a758ef9d10dc5b4292b0b334983842fad632c
+ source =
gtk-layer-shell-0.9.0.tar.gz::https://github.com/wmww/gtk-layer-shell/archive/v0.9.0.tar.gz
+ sha512sums =
38179dd83a0828740ca8e2cc27fe3708f61107e88246644745da6c300da03ce04b17dd7117087946a68401a43176a599bdb98ed50936602d2b2540449c0e9066
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.8.2
+pkgver=0.9.0
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=('e3b56612dab2527d5242b8305362c88100de3eac76cee32ce51791cbc77df38a5052143bf4bf5781a90fa62e026a758ef9d10dc5b4292b0b334983842fad632c')
+sha512sums=('38179dd83a0828740ca8e2cc27fe3708f61107e88246644745da6c300da03ce04b17dd7117087946a68401a43176a599bdb98ed50936602d2b2540449c0e9066')
build() {
meson --prefix=/usr \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gtk-layer-shell/-/commit/70e6af33c485b7a6f282b7d27e21be88bec1da49
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gtk-layer-shell/-/commit/70e6af33c485b7a6f282b7d27e21be88bec1da49
You're receiving this email because of your account on gitlab.archlinux.org.