Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / swww
Commits: ccaa298b by Carl Smedstad at 2025-09-22T11:06:54+02:00 upgpkg: 0.11.2-1: Upstream release https://github.com/LGFae/swww/releases/tag/v0.11.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = swww pkgdesc = A Solution to your Wayland Wallpaper Woes - pkgver = 0.11.0 + pkgver = 0.11.2 pkgrel = 1 url = https://github.com/LGFae/swww arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = swww depends = glibc depends = lz4 options = !lto - source = https://github.com/LGFae/swww/archive/v0.11.0/swww-0.11.0.tar.gz - sha256sums = 4853a4b0f846f8656063de6886d11c968cfd0d92ef3e8691c7ad4bd2be2a4436 + source = https://github.com/LGFae/swww/archive/v0.11.2/swww-0.11.2.tar.gz + sha256sums = ec903cc75deb007a7f842deac851d4d2fadb6361d7491e98e900d4858f2c8eb7 pkgname = swww ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Grzegorz Koperwas <[email protected]> pkgname=swww -pkgver=0.11.0 +pkgver=0.11.2 pkgrel=1 pkgdesc="A Solution to your Wayland Wallpaper Woes" arch=(x86_64) @@ -22,7 +22,7 @@ makedepends=( ) options=(!lto) source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('4853a4b0f846f8656063de6886d11c968cfd0d92ef3e8691c7ad4bd2be2a4436') +sha256sums=('ec903cc75deb007a7f842deac851d4d2fadb6361d7491e98e900d4858f2c8eb7') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/swww/-/commit/ccaa298b9d7f569aae7a7d0865acd7dceb35f0ca -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/swww/-/commit/ccaa298b9d7f569aae7a7d0865acd7dceb35f0ca You're receiving this email because of your account on gitlab.archlinux.org.
