Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / swayimg
Commits: 000a6ba2 by Brett Cornwall at 2024-10-13T00:23:01-07:00 upgpkg: 3.3-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = swayimg pkgdesc = A lightweight image viewer for Wayland display servers - pkgver = 3.2 - pkgrel = 2 + pkgver = 3.3 + pkgrel = 1 url = https://github.com/artemsen/swayimg arch = x86_64 license = MIT @@ -29,7 +29,7 @@ pkgbase = swayimg depends = libwebpdemux.so depends = libxkbcommon depends = openexr - source = swayimg-3.2.tar.gz::https://github.com/artemsen/swayimg/archive/v3.2.tar.gz - sha256sums = 8253cf21f4c5e1edba6e13698b3583a3467a129b58a81ac490ad920fdabfdd9b + source = swayimg-3.3.tar.gz::https://github.com/artemsen/swayimg/archive/v3.3.tar.gz + sha256sums = 1453aca5dba7c05057b58dee26b454eb3319fa3f9ac31047afd3ab1effc2a0a9 pkgname = swayimg ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Artem Senichev <artem...@gmail.com> pkgname=swayimg -pkgver=3.2 -pkgrel=2 +pkgver=3.3 +pkgrel=1 pkgdesc='A lightweight image viewer for Wayland display servers' arch=('x86_64') license=('MIT') @@ -38,7 +38,7 @@ depends=( ) url='https://github.com/artemsen/swayimg' source=("$pkgname-$pkgver.tar.gz::https://github.com/artemsen/swayimg/archive/v$pkgver.tar.gz") -sha256sums=('8253cf21f4c5e1edba6e13698b3583a3467a129b58a81ac490ad920fdabfdd9b') +sha256sums=('1453aca5dba7c05057b58dee26b454eb3319fa3f9ac31047afd3ab1effc2a0a9') build() { arch-meson build ${pkgname}-${pkgver} \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/swayimg/-/commit/000a6ba2cc633a1cc446a825307848a3f91776c7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/swayimg/-/commit/000a6ba2cc633a1cc446a825307848a3f91776c7 You're receiving this email because of your account on gitlab.archlinux.org.