summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-03-04 09:50:51 -0700
committerMark Wagie2024-03-04 09:50:51 -0700
commit402632de8ae171ac2b5d6d27b31210f931796e8a (patch)
treea67529c1e1875df516c09ba2ae7ba62608b66ca4 /PKGBUILD
parent275011e7f36ebefe6c9c30488d0c4c679667789d (diff)
downloadaur-402632de8ae171ac2b5d6d27b31210f931796e8a.tar.gz
switch to Appstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11a3deee2b05..a49eaa818661 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: x-demon
pkgname=nicotine-plus-git
_app_id=org.nicotine_plus.Nicotine
-pkgver=3.3.1.r0.gf7f1f3f3b
+pkgver=3.3.2.r27.gc39868a1e
pkgrel=1
pkgdesc="A graphical client for the SoulSeek peer-to-peer system"
arch=('any')
@@ -13,7 +13,7 @@ license=('GPL-3.0-or-later')
depends=('gtk4' 'python-gobject')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
optdepends=('libadwaita: for Adwaita theme on GNOME')
-checkdepends=('appstream-glib' 'desktop-file-utils' 'python-pytest')
+checkdepends=('appstream' 'desktop-file-utils' 'python-pytest')
provides=("${pkgname%-git}" 'nicotine+' 'nicotine')
conflicts=("${pkgname%-git}" 'nicotine+' 'nicotine')
source=('git+https://github.com/Nicotine-Plus/nicotine-plus.git')
@@ -36,7 +36,7 @@ check() {
pytest --deselect=test/unit/test_version.py
desktop-file-validate "data/${_app_id}.desktop"
- appstream-util validate-relax --nonet "data/${_app_id}.appdata.xml"
+ appstreamcli validate --no-net "data/${_app_id}.appdata.xml"
}
package() {