Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / xwallpaper
Commits: 27eaf055 by Levente Polyak at 2025-02-24T23:58:08+01:00 upgpkg: 0.7.6-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = xwallpaper pkgdesc = Wallpaper setting utility for X - pkgver = 0.7.5 + pkgver = 0.7.6 pkgrel = 1 url = https://github.com/stoeckmann/xwallpaper arch = x86_64 @@ -17,12 +17,12 @@ pkgbase = xwallpaper depends = pixman depends = xcb-util depends = xcb-util-image - source = https://github.com/stoeckmann/xwallpaper/releases/download/v0.7.5/xwallpaper-0.7.5.tar.xz - source = https://github.com/stoeckmann/xwallpaper/releases/download/v0.7.5/xwallpaper-0.7.5.tar.xz.sig + source = https://github.com/stoeckmann/xwallpaper/releases/download/v0.7.6/xwallpaper-0.7.6.tar.xz + source = https://github.com/stoeckmann/xwallpaper/releases/download/v0.7.6/xwallpaper-0.7.6.tar.xz.asc validpgpkeys = CDB24BD3BDDCBCBBAE5CB6207DB470F35B0B8B18 - sha512sums = beb1689240b97f8dff0ee40c8dbee2158e824e567fde84059a8c4e37365f0c9827eb3eb0b82f89fab8a73fba9c54617deb1bdd6567493755be51e090ea614990 + sha512sums = dfc8e6dac42add4f8e7f77c9c634a5041015f8f919095ed2074c6b1b0072d3dc7d9627e4013f2ec6951b64ff8bb46a80a138edf33738733efff81eac26debbbd sha512sums = SKIP - b2sums = 17e659520565cf1e52276c367dce68b4aa1515a2c8119ae6541847e535572c090a598ca0bd6cb70b15e8c5109245c176c7205bc820f5c490d15a41855a2ef780 + b2sums = 3722e7382e104408f61c101f445cd7f741a0412dea328f1c6c01f3b85b3bdc1a4fc00b81283d88171e54833aabf51322a9a1b00fde72bea02496c2daa8d5db51 b2sums = SKIP pkgname = xwallpaper ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> pkgname=xwallpaper -pkgver=0.7.5 +pkgver=0.7.6 pkgrel=1 pkgdesc='Wallpaper setting utility for X' url='https://github.com/stoeckmann/xwallpaper' @@ -21,10 +21,10 @@ depends=( xcb-util xcb-util-image ) -source=(https://github.com/stoeckmann/xwallpaper/releases/download/v${pkgver}/xwallpaper-${pkgver}.tar.xz{,.sig}) -sha512sums=('beb1689240b97f8dff0ee40c8dbee2158e824e567fde84059a8c4e37365f0c9827eb3eb0b82f89fab8a73fba9c54617deb1bdd6567493755be51e090ea614990' +source=(https://github.com/stoeckmann/xwallpaper/releases/download/v${pkgver}/xwallpaper-${pkgver}.tar.xz{,.asc}) +sha512sums=('dfc8e6dac42add4f8e7f77c9c634a5041015f8f919095ed2074c6b1b0072d3dc7d9627e4013f2ec6951b64ff8bb46a80a138edf33738733efff81eac26debbbd' 'SKIP') -b2sums=('17e659520565cf1e52276c367dce68b4aa1515a2c8119ae6541847e535572c090a598ca0bd6cb70b15e8c5109245c176c7205bc820f5c490d15a41855a2ef780' +b2sums=('3722e7382e104408f61c101f445cd7f741a0412dea328f1c6c01f3b85b3bdc1a4fc00b81283d88171e54833aabf51322a9a1b00fde72bea02496c2daa8d5db51' 'SKIP') validpgpkeys=('CDB24BD3BDDCBCBBAE5CB6207DB470F35B0B8B18') # Tobias Stoeckmann <tob...@stoeckmann.org> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xwallpaper/-/commit/27eaf0555564820c3e3652c8d3f5e4ee52f91dce -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xwallpaper/-/commit/27eaf0555564820c3e3652c8d3f5e4ee52f91dce You're receiving this email because of your account on gitlab.archlinux.org.