Balló György pushed to branch main at Arch Linux / Packaging / Packages /
switcheroo
Commits:
4ff39bfe by Balló György at 2026-01-16T18:27:44+01:00
upgpkg: 2.5.1-2: Remove webp-pixbuf-loader from dependencies
WebP images are supported by Glycin loader now.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = switcheroo
pkgdesc = Convert between different image filetypes and resize them
easily
pkgver = 2.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://apps.gnome.org/Converter/
arch = x86_64
groups = gnome-circle
@@ -27,7 +27,6 @@ pkgbase = switcheroo
depends = librsvg
depends = libtiff
depends = libwebp
- depends = webp-pixbuf-loader
depends = zip
source = git+https://gitlab.com/adhami3310/Switcheroo.git#tag=v2.5.1
b2sums =
b68b5d43e74269a6a3d17a1b7f0946878aa4b886b56a752d2bd42d7bff9e646097459904e451afaa0656681c43f50aeb80cf1800347e286530511fbb6f31222f
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=switcheroo
pkgver=2.5.1
-pkgrel=1
+pkgrel=2
pkgdesc='Convert between different image filetypes and resize them easily'
arch=(x86_64)
url='https://apps.gnome.org/Converter/'
@@ -25,7 +25,6 @@ depends=(
librsvg
libtiff
libwebp
- webp-pixbuf-loader
zip
)
makedepends=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/switcheroo/-/commit/4ff39bfea68470fc2863ece3217c8d03820305bd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/switcheroo/-/commit/4ff39bfea68470fc2863ece3217c8d03820305bd
You're receiving this email because of your account on gitlab.archlinux.org.