Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / picom
Commits: f099e9ed by Robin Candau at 2024-11-13T09:02:59+01:00 upgpkg: 12.5-1: New upstream release https://github.com/yshui/picom/releases/tag/v12.5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = picom pkgdesc = Lightweight compositor for X11 - pkgver = 12.4 + pkgver = 12.5 pkgrel = 1 url = https://picom.app arch = x86_64 @@ -28,8 +28,8 @@ pkgbase = picom optdepends = xorg-xprop: for picom-trans optdepends = xorg-xwininfo: for picom-trans backup = etc/xdg/picom.conf - source = git+https://github.com/yshui/picom.git?signed#tag=v12.4 + source = git+https://github.com/yshui/picom.git?signed#tag=v12.5 validpgpkeys = A22F5C0F4FCF9C7C89A167462C965E9E5D45D730 - b2sums = 8756041bdc7f6aafd498cdaddadbac59fe18561929363f0bf7bfd8b86434ffae0f008ccb89eac036a5732ee3e5823c1ee4ef704dd8d7903abfe92b759c3e7a2b + b2sums = 6df1649e6b7842223b846e148ea59160a2b8c5513235a4f84f62387648b5f64cce39fefa65d40cef59e6fc02c40fff4f40d2b7c26158c132c3cc9ab651eb814c pkgname = picom ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributor: Valère Monseur <[email protected]> pkgname=picom -pkgver=12.4 +pkgver=12.5 pkgrel=1 pkgdesc='Lightweight compositor for X11' url='https://picom.app' @@ -21,7 +21,7 @@ optdepends=('dbus: for controlling picom via D-Bus' backup=(etc/xdg/picom.conf) source=("git+https://github.com/yshui/picom.git?signed#tag=v$pkgver") validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui <[email protected]> -b2sums=('8756041bdc7f6aafd498cdaddadbac59fe18561929363f0bf7bfd8b86434ffae0f008ccb89eac036a5732ee3e5823c1ee4ef704dd8d7903abfe92b759c3e7a2b') +b2sums=('6df1649e6b7842223b846e148ea59160a2b8c5513235a4f84f62387648b5f64cce39fefa65d40cef59e6fc02c40fff4f40d2b7c26158c132c3cc9ab651eb814c') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/picom/-/commit/f099e9ed6d458a12169c5f13a5015c7bd675bb0c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/picom/-/commit/f099e9ed6d458a12169c5f13a5015c7bd675bb0c You're receiving this email because of your account on gitlab.archlinux.org.
