diff options
-rw-r--r-- | community/fractal/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/fractal/APKBUILD b/community/fractal/APKBUILD index b8062368a3d..3385ff703c7 100644 --- a/community/fractal/APKBUILD +++ b/community/fractal/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=fractal pkgver=4.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="Matrix group messaging app" url="https://wiki.gnome.org/Apps/Fractal" arch="x86_64 x86 armhf armv7 aarch64 ppc64le" # limited by Rust @@ -10,7 +10,7 @@ license="GPL-3.0-or-later" depends="dbus:org.freedesktop.Secrets xdg-utils" makedepends="meson gtk+3.0-dev dbus-dev openssl-dev gspell-dev libhandy-dev gtksourceview4-dev gstreamer-dev gst-plugins-base-dev gst-plugins-bad-dev - gst-editing-services-dev glib-dev cargo gmp-dev" + gst-editing-services-dev glib-dev cargo gmp-dev gst-plugins-good-gtk" options="!check" # no tests subpackages="$pkgname-lang" source="https://gitlab.gnome.org/GNOME/fractal/-/archive/$pkgver/fractal-$pkgver.tar.gz" |