flatpak: replace gnupg2 with gnupg

flatpak only needs gpg-agent, other than that, it calls gpgme functions
not gpg directly
This commit is contained in:
Đoàn Trần Công Danh 2022-11-09 09:42:28 +07:00
parent 2e9160cba8
commit 206bc15e04
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'flatpak'
pkgname=flatpak
version=1.14.0
revision=2
revision=3
build_style=gnu-configure
build_helper="gir"
configure_args="
@ -16,8 +16,8 @@ hostmakedepends="bubblewrap gettext glib-devel libxslt pkg-config bison
makedepends="AppStream-devel libarchive-devel gpgme-devel json-glib-devel
libcap-devel libostree-devel libseccomp-devel polkit-devel dconf-devel
fuse3-devel libsoup-devel libcurl-devel gdk-pixbuf-devel"
depends="bubblewrap gnupg2 xdg-dbus-proxy"
checkdepends="attr-progs bubblewrap dbus gnupg2 socat which xdg-dbus-proxy"
depends="bubblewrap gnupg>=2 xdg-dbus-proxy"
checkdepends="attr-progs bubblewrap dbus gnupg socat which xdg-dbus-proxy"
short_desc="Application sandboxing and distribution framework"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="LGPL-2.1-or-later"