Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / swayimg
Commits: ed5d88e9 by Robin Candau at 2024-07-07T20:23:56+02:00 upgpkg: 2.3-1: New upstream release + Add nvchecker integration https://github.com/artemsen/swayimg/releases/tag/v2.3 - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = swayimg pkgdesc = A lightweight image viewer for Wayland display servers - pkgver = 2.2 + pkgver = 2.3 pkgrel = 1 url = https://github.com/artemsen/swayimg arch = x86_64 @@ -29,7 +29,7 @@ pkgbase = swayimg depends = libwebpdemux.so depends = libxkbcommon depends = openexr - source = swayimg-2.2.tar.gz::https://github.com/artemsen/swayimg/archive/v2.2.tar.gz - sha256sums = fc9cf24def4459570d2cd7fcd142e7e2228fc8ca77892c773b2061de778ac5c3 + source = swayimg-2.3.tar.gz::https://github.com/artemsen/swayimg/archive/v2.3.tar.gz + sha256sums = c5bde4bee699d8379cd666a027db806fdc3dc08639fd53edbc2fcf8cffab038d pkgname = swayimg ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[swayimg] +source = "git" +git = "https://github.com/artemsen/swayimg.git" +prefix = "v" ===================================== PKGBUILD ===================================== @@ -1,8 +1,9 @@ # Maintainer: Brett Cornwall <ain...@archlinux.org> +# Maintainer: Robin Candau <an...@archlinux.org> # Contributor: Artem Senichev <artem...@gmail.com> pkgname=swayimg -pkgver=2.2 +pkgver=2.3 pkgrel=1 pkgdesc='A lightweight image viewer for Wayland display servers' arch=('x86_64') @@ -37,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=('fc9cf24def4459570d2cd7fcd142e7e2228fc8ca77892c773b2061de778ac5c3') +sha256sums=('c5bde4bee699d8379cd666a027db806fdc3dc08639fd53edbc2fcf8cffab038d') build() { arch-meson build ${pkgname}-${pkgver} \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/swayimg/-/commit/ed5d88e9e36fc3e6623f3bbc456f6bbf15a78a19 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/swayimg/-/commit/ed5d88e9e36fc3e6623f3bbc456f6bbf15a78a19 You're receiving this email because of your account on gitlab.archlinux.org.