summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-03-04 10:16:20 -0700
committerMark Wagie2024-03-04 10:16:20 -0700
commit3c93c17cc784dea280e54f290a42379707c0c92a (patch)
tree69c2877e5e980070424c66ca4e02c06ea8402552 /PKGBUILD
parent7f1c6dc0ef1e42c28dea1ce9807f9270ee1dd053 (diff)
downloadaur-3c93c17cc784dea280e54f290a42379707c0c92a.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 c591091a790f..1176252d85a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ makedepends=(
'python-wheel'
'rsync'
)
-checkdepends=('appstream-glib' 'desktop-file-utils')
+checkdepends=('appstream' 'desktop-file-utils')
optdepends=(
'python-pygments: syntax highlighting'
'python-pyinotify: file system change monitoring'
@@ -56,7 +56,7 @@ build() {
check() {
cd "$pkgname-$pkgver"
desktop-file-validate share/applications/*.desktop
- appstream-util validate-relax --nonet share/metainfo/*.appdata.xml
+ appstreamcli validate --no-net share/metainfo/*.appdata.xml || :
# Run the unit tests
# GIT_CONFIG_NOSYSTEM=true LC_ALL="C.UTF-8" make test V=2