diff --git a/community/snapshot/APKBUILD b/community/snapshot/APKBUILD index decc3a3a4c6..f0097cbae23 100644 --- a/community/snapshot/APKBUILD +++ b/community/snapshot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: team/gnome pkgname=snapshot pkgver=45.0 -pkgrel=0 +pkgrel=1 pkgdesc="Take pictures and videos" url="https://gitlab.gnome.org/GNOME/snapshot" arch="all !s390x" @@ -18,6 +18,11 @@ makedepends=" libadwaita-dev meson " +depends=" + gst-plugin-pipewire + gst-plugins-bad + pipewire + " subpackages="$pkgname-lang" source="https://download.gnome.org/sources/snapshot/${pkgver%%.*}/snapshot-$pkgver.tar.xz"