Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / switcheroo
Commits: 26731f57 by Antonio Rojas at 2025-06-06T22:08:01+02:00 upgpkg: 2.4.0-1: Upstream update - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = switcheroo pkgdesc = Convert between different image filetypes and resize them easily - pkgver = 2.2.0 + pkgver = 2.4.0 pkgrel = 1 url = https://apps.gnome.org/Converter/ arch = x86_64 @@ -28,7 +28,7 @@ pkgbase = switcheroo depends = libwebp depends = webp-pixbuf-loader depends = zip - source = git+https://gitlab.com/adhami3310/Switcheroo.git#tag=v2.2.0 - b2sums = f178edd08a20df0e809121a6371fc17ccff06bba7cfa26e75255d15f4dd64a2ef01cb20031e4153d58c597d019b683bec5b93b6d116d384f8a241c0aa034ff0b + source = git+https://gitlab.com/adhami3310/Switcheroo.git#tag=v2.4.0 + b2sums = 4444bf56196611fb3dab3ded32c6964008a06618f15c9918bb2a23e0561a46f013cc062a449d7ff8714ad217b4e2445b38b1a4afbef6b78111e29e0fcf56aafd pkgname = switcheroo ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=switcheroo -pkgver=2.2.0 +pkgver=2.4.0 pkgrel=1 pkgdesc='Convert between different image filetypes and resize them easily' arch=(x86_64) @@ -35,7 +35,7 @@ makedepends=( rust ) source=("git+https://gitlab.com/adhami3310/Switcheroo.git#tag=v$pkgver") -b2sums=(f178edd08a20df0e809121a6371fc17ccff06bba7cfa26e75255d15f4dd64a2ef01cb20031e4153d58c597d019b683bec5b93b6d116d384f8a241c0aa034ff0b) +b2sums=('4444bf56196611fb3dab3ded32c6964008a06618f15c9918bb2a23e0561a46f013cc062a449d7ff8714ad217b4e2445b38b1a4afbef6b78111e29e0fcf56aafd') prepare() { cd Switcheroo View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/switcheroo/-/commit/26731f573918900a96796fa592b05eec45dd3187 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/switcheroo/-/commit/26731f573918900a96796fa592b05eec45dd3187 You're receiving this email because of your account on gitlab.archlinux.org.