From acc648c9d79a22f5d43546003559425de77e439c Mon Sep 17 00:00:00 2001 From: Clayton Craft <clayton@craftyguy.net> Date: Wed, 6 Mar 2024 09:43:09 -0800 Subject: [PATCH] community/gnome-software-plugin-apk: depend on appstream 1.0 --- community/gnome-software-plugin-apk/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/gnome-software-plugin-apk/APKBUILD b/community/gnome-software-plugin-apk/APKBUILD index c868fe713463..b3063525627a 100644 --- a/community/gnome-software-plugin-apk/APKBUILD +++ b/community/gnome-software-plugin-apk/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Pablo Correa Gomez <ablocorrea@hotmail.com> pkgname=gnome-software-plugin-apk pkgver=0.13.0 -pkgrel=1 +pkgrel=2 pkgdesc="APK plugin for GNOME Software" url="https://github.com/Cogitri/gnome-software-plugin-apk" arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # apk-polkit-rs license="GPL-2.0-or-later" -makedepends="meson gnome-software-dev apk-polkit-rs-dev appstream0-dev" +makedepends="meson gnome-software-dev apk-polkit-rs-dev appstream-dev" checkdepends="py3-dbusmock gnome-software" options="!check" # Tests will fail if gnome-software-plugin-apk is installed subpackages="$pkgname-dbg" -- GitLab