summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-04 10:16:20 -0700
committerMark Wagie2024-03-04 10:16:20 -0700
commit3c93c17cc784dea280e54f290a42379707c0c92a (patch)
tree69c2877e5e980070424c66ca4e02c06ea8402552
parent7f1c6dc0ef1e42c28dea1ce9807f9270ee1dd053 (diff)
downloadaur-3c93c17cc784dea280e54f290a42379707c0c92a.tar.gz
switch to Appstream
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88e7548e90ca..86d970c2ddd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = git-cola
url = https://git-cola.github.io
arch = any
license = GPL-2.0-or-later
- checkdepends = appstream-glib
+ checkdepends = appstream
checkdepends = desktop-file-utils
makedepends = python-build
makedepends = python-installer
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