summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-11-22 19:03:23 +0100
committerMartchus2023-11-22 19:03:40 +0100
commit670c65ef553b45dd8aced9e6c30db89245170c5e (patch)
tree3fc7664376c2f81ad5349d146c96c2c948ee7f65
parent2474a6689ac0a357f6197195518822ddb8e27d88 (diff)
downloadaur-670c65ef553b45dd8aced9e6c30db89245170c5e.tar.gz
Remove appstream checks
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85ad1133fcf8..8690440d3d6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,6 @@ pkgbase = syncthingtray-git
checkdepends = cppunit
checkdepends = syncthing
checkdepends = iproute2
- checkdepends = appstream
makedepends = cmake
makedepends = ninja
makedepends = qt5-tools
@@ -38,3 +37,4 @@ pkgbase = syncthingtray-git
sha256sums = SKIP
pkgname = syncthingtray-git
+
diff --git a/PKGBUILD b/PKGBUILD
index c5605eadf1e0..3052111ddcad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,7 +40,7 @@ depends=('libqtutilities-git.so' 'libqtforkawesome-git.so' 'libc++utilities-git.
[[ $_enable_kio_plugin ]] && optdepends+=('kio5: KIO plugin for Syncthing actions in Dolphin')
[[ $_enable_plasmoid ]] && optdepends+=('plasma-workspace: Plasmoid for Plasma 5 desktop')
makedepends=('cmake' 'ninja' 'qt5-tools' 'git' 'boost')
-checkdepends=('cppunit' 'syncthing' 'iproute2' 'appstream')
+checkdepends=('cppunit' 'syncthing' 'iproute2')
[[ $_enable_kio_plugin ]] && makedepends+=('kio5')
[[ $_enable_plasmoid ]] && makedepends+=('plasma-framework5' 'extra-cmake-modules')
#provides=("${_name}")