Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / swww
Commits: 65a8b472 by Carl Smedstad at 2025-06-10T09:48:34+02:00 upgpkg: 0.10.3-1: Upstream release https://github.com/LGFae/swww/releases/tag/v0.10.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = swww pkgdesc = A Solution to your Wayland Wallpaper Woes - pkgver = 0.10.2 + pkgver = 0.10.3 pkgrel = 1 url = https://github.com/LGFae/swww arch = x86_64 @@ -13,7 +13,7 @@ pkgbase = swww depends = glibc depends = lz4 options = !lto - source = https://github.com/LGFae/swww/archive/v0.10.2/swww-0.10.2.tar.gz - sha256sums = d7ed18e801c167486a557097783e147b11ada6818ba912f390b59211e0276ea1 + source = https://github.com/LGFae/swww/archive/v0.10.3/swww-0.10.3.tar.gz + sha256sums = 8a86fe633c54e1d4278644cb728deea5decd0d4b1630506f4925a65ccf8a67e5 pkgname = swww ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Grzegorz Koperwas <ad...@grzegorzkoperwas.site> pkgname=swww -pkgver=0.10.2 +pkgver=0.10.3 pkgrel=1 pkgdesc="A Solution to your Wayland Wallpaper Woes" arch=(x86_64) @@ -21,7 +21,7 @@ makedepends=( ) options=(!lto) source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('d7ed18e801c167486a557097783e147b11ada6818ba912f390b59211e0276ea1') +sha256sums=('8a86fe633c54e1d4278644cb728deea5decd0d4b1630506f4925a65ccf8a67e5') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/swww/-/commit/65a8b47222b47fc4eb88d232941ea10411565417 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/swww/-/commit/65a8b47222b47fc4eb88d232941ea10411565417 You're receiving this email because of your account on gitlab.archlinux.org.