Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / fractal
Commits: 434fff8f by Christian Hesse at 2025-09-24T09:14:17+02:00 upgpkg: 12.1-2: depend on glycin1 Closes: https://gitlab.archlinux.org/archlinux/packaging/packages/fractal/-/issues/6 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = fractal pkgdesc = Matrix group messaging app pkgver = 12.1 - pkgrel = 1 + pkgrel = 2 url = https://gitlab.gnome.org/World/fractal arch = x86_64 license = GPL-3.0-only @@ -18,7 +18,7 @@ pkgbase = fractal depends = gdk-pixbuf2 depends = glib2 depends = glibc - depends = glycin + depends = glycin1 depends = graphene depends = gst-plugins-bad-libs depends = gst-plugins-base-libs ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=fractal pkgver=12.1 -pkgrel=1 +pkgrel=2 pkgdesc="Matrix group messaging app" arch=(x86_64) url="https://gitlab.gnome.org/World/fractal" @@ -14,7 +14,7 @@ depends=( gdk-pixbuf2 glib2 glibc - glycin # dlopen'ed + glycin1 # dlopen'ed graphene gst-plugins-bad-libs gst-plugins-base-libs View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fractal/-/commit/434fff8f7d99065c41003eead2eff2da21895922 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fractal/-/commit/434fff8f7d99065c41003eead2eff2da21895922 You're receiving this email because of your account on gitlab.archlinux.org.
