Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / swayimg
Commits: c19a2c08 by Brett Cornwall at 2025-02-02T14:32:11-08:00 upgpkg: 3.8-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = swayimg pkgdesc = A lightweight image viewer for Wayland display servers - pkgver = 3.7 + pkgver = 3.8 pkgrel = 1 url = https://github.com/artemsen/swayimg arch = x86_64 @@ -30,7 +30,7 @@ pkgbase = swayimg depends = libwebpdemux.so depends = libxkbcommon depends = openexr - source = swayimg-3.7.tar.gz::https://github.com/artemsen/swayimg/archive/v3.7.tar.gz - sha256sums = 967a335cc2e62b155f0523a2a9e7592f076a5eec4828fcc6306ae165d19b8a96 + source = swayimg-3.8.tar.gz::https://github.com/artemsen/swayimg/archive/v3.8.tar.gz + sha256sums = b50b4ea3bac96e6262a9d75439e55d7137752d10091840745021842fa73c2d84 pkgname = swayimg ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Artem Senichev <artem...@gmail.com> pkgname=swayimg -pkgver=3.7 +pkgver=3.8 pkgrel=1 pkgdesc='A lightweight image viewer for Wayland display servers' arch=('x86_64') @@ -39,7 +39,7 @@ depends=( ) url='https://github.com/artemsen/swayimg' source=("$pkgname-$pkgver.tar.gz::https://github.com/artemsen/swayimg/archive/v$pkgver.tar.gz") -sha256sums=('967a335cc2e62b155f0523a2a9e7592f076a5eec4828fcc6306ae165d19b8a96') +sha256sums=('b50b4ea3bac96e6262a9d75439e55d7137752d10091840745021842fa73c2d84') build() { arch-meson build ${pkgname}-${pkgver} \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/swayimg/-/commit/c19a2c0884e0caecf340b9fe3635ea9d17344e92 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/swayimg/-/commit/c19a2c0884e0caecf340b9fe3635ea9d17344e92 You're receiving this email because of your account on gitlab.archlinux.org.