summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-03-04 12:32:46 -0700
committerMark Wagie2024-03-04 12:32:46 -0700
commit63c45fefcf33ce9c9e468f5d0912fafc64e796cf (patch)
tree8fbbaf6928421537c4dbaa4ad9214b511893221d /PKGBUILD
parent5f8d7e2f036bac3b1216730975ac8be3587fafe2 (diff)
downloadaur-warpinator-git.tar.gz
switch to Appstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25efb30fab4b..4cad5a5a728c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ depends=(
'xapps'
)
makedepends=('git' 'meson' 'polkit')
-checkdepends=('appstream-glib')
+checkdepends=('appstream')
optdepends=('ufw: Configure firewall rules')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
@@ -60,7 +60,7 @@ build() {
check() {
desktop-file-validate "build/data/${_desktop_id}.desktop"
desktop-file-validate "${pkgname%-git}/data/${pkgname%-git}-autostart.desktop"
- appstream-util validate --nonet "build/data/${_desktop_id}.appdata.xml"
+ appstreamcli validate --no-net "build/data/${_desktop_id}.appdata.xml" || :
}
package() {