Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / wlr-sunclock
Commits: 6eab30b4 by Robin Candau at 2025-12-01T12:26:37+01:00 upgpkg: 1.2.1-1: New upstream release https://github.com/sentriz/wlr-sunclock/releases/tag/v1.2.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = wlr-sunclock pkgdesc = Displays a sunclock desktop widget using the layer shell protocol - pkgver = 1.2.0 - pkgrel = 4 + pkgver = 1.2.1 + pkgrel = 1 url = https://github.com/sentriz/wlr-sunclock arch = x86_64 license = LGPL-3.0-only @@ -12,7 +12,7 @@ pkgbase = wlr-sunclock depends = gobject-introspection depends = librsvg depends = wayland - source = git+https://github.com/sentriz/wlr-sunclock.git#tag=v1.2.0 - sha256sums = 31e5d51a9d14b07495dff24ba9f45de6d4c91df256e93c50b18b5a42a7099d1f + source = git+https://github.com/sentriz/wlr-sunclock.git#tag=v1.2.1 + sha256sums = 8009b41aacfce8341dc26d724657b98eac6a13598ab5099717ddc8ed18d39621 pkgname = wlr-sunclock ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Senan Kelly <[email protected]> pkgname=wlr-sunclock -pkgver=1.2.0 -pkgrel=4 +pkgver=1.2.1 +pkgrel=1 pkgdesc="Displays a sunclock desktop widget using the layer shell protocol" url="https://github.com/sentriz/wlr-sunclock" arch=('x86_64') @@ -11,7 +11,7 @@ license=('LGPL-3.0-only') depends=('gtk4' 'gtk4-layer-shell' 'gobject-introspection' 'librsvg' 'wayland') makedepends=('git' 'meson') source=("git+${url}.git#tag=v${pkgver}") -sha256sums=('31e5d51a9d14b07495dff24ba9f45de6d4c91df256e93c50b18b5a42a7099d1f') +sha256sums=('8009b41aacfce8341dc26d724657b98eac6a13598ab5099717ddc8ed18d39621') build() { arch-meson "${pkgname}" build View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wlr-sunclock/-/commit/6eab30b466d55c75e4e60cc36245358e43a4fe5a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wlr-sunclock/-/commit/6eab30b466d55c75e4e60cc36245358e43a4fe5a You're receiving this email because of your account on gitlab.archlinux.org.
