From b83f10a926d31de49caf586e67d957f8b41444d3 Mon Sep 17 00:00:00 2001 From: torculus <20175597+torculus@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:41:33 -0400 Subject: [PATCH] wluma: 4.5.1 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 76f941c..9aa2925 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = wluma pkgdesc = Automatic brightness adjustment based on screen contents and ALS - pkgver = 4.4.0 + pkgver = 4.5.1 pkgrel = 1 url = https://github.com/maximbaz/wluma arch = x86_64 @@ -18,10 +18,10 @@ pkgbase = wluma depends = v4l-utils optdepends = vulkan-driver: for using capturer=wlroots in config.toml optdepends = wayland: for using capturer=wlroots in config.toml - source = wluma-4.4.0.tar.gz::https://github.com/maximbaz/wluma/archive/4.4.0.tar.gz - source = https://github.com/maximbaz/wluma/releases/download/4.4.0/wluma-4.4.0.tar.gz.asc + source = wluma-4.5.1.tar.gz::https://github.com/maximbaz/wluma/archive/4.5.1.tar.gz + source = https://github.com/maximbaz/wluma/releases/download/4.5.1/wluma-4.5.1.tar.gz.asc validpgpkeys = 56C3E775E72B0C8B1C0C1BD0B5DB77409B11B601 - b2sums = 6f11539f85077171eddd976ee8eaf646707c47b65b354f8ef806398a337ffdfe4b73db438694c1820f4f1560489d43bc73534dfce467bff785c2f46eeb291bdb + b2sums = 569f697a8e12192428f5160177748a11ffab9efa003594567b28a6bdf08920d1578185bb02214f96e243ae527a7079901e7a700656cdc52d04058355942380a3 b2sums = SKIP pkgname = wluma diff --git a/PKGBUILD b/PKGBUILD index 19e311a..49ea0a8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Maxim Baz pkgname=wluma -pkgver=4.4.0 +pkgver=4.5.1 pkgrel=1 license=('ISC') pkgdesc='Automatic brightness adjustment based on screen contents and ALS' @@ -14,7 +14,7 @@ optdepends=('vulkan-driver: for using capturer=wlroots in config.toml' makedepends=('cargo' 'clang' 'systemd' 'marked-man') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/maximbaz/${pkgname}/archive/${pkgver}.tar.gz" "https://github.com/maximbaz/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc") -b2sums=('6f11539f85077171eddd976ee8eaf646707c47b65b354f8ef806398a337ffdfe4b73db438694c1820f4f1560489d43bc73534dfce467bff785c2f46eeb291bdb' +b2sums=('569f697a8e12192428f5160177748a11ffab9efa003594567b28a6bdf08920d1578185bb02214f96e243ae527a7079901e7a700656cdc52d04058355942380a3' 'SKIP') validpgpkeys=('56C3E775E72B0C8B1C0C1BD0B5DB77409B11B601')