summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-11-02 16:12:12 +0100
committerMartchus2022-11-02 16:12:12 +0100
commitd45285f15b4529ec1fda48c85196656a8b09f865 (patch)
tree5c58e549d7b32e31c657ac5b7a6f50942cf16ffa
parent7e909e559abc67027f9f4c0959cc2138da797bce (diff)
downloadaur-d45285f15b4529ec1fda48c85196656a8b09f865.tar.gz
Adapt to recent changes
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40ae139e698f..6a46290d4194 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthingtray-git
pkgdesc = Tray application for Syncthing
- pkgver = 1276.0865d11
+ pkgver = 1298.14c4aa6
pkgrel = 2
url = https://github.com/Martchus/syncthingtray
arch = i686
@@ -12,6 +12,7 @@ pkgbase = syncthingtray-git
checkdepends = cppunit
checkdepends = syncthing
checkdepends = iproute2
+ checkdepends = appstream
makedepends = cmake
makedepends = ninja
makedepends = qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index 6790f692ef41..a1e198325ae6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ _enable_plasmoid=${SYNCTHING_TRAY_ENABLE_PLASMOID:-1}
_reponame=syncthingtray
pkgname=syncthingtray-git
_name=${pkgname%-git}
-pkgver=1276.0865d11
+pkgver=1298.14c4aa6
pkgrel=2
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='Tray application for Syncthing'
@@ -40,7 +40,7 @@ depends=('libqtutilities-git.so' 'libqtforkawesome-git.so' 'libc++utilities-git.
[[ $_enable_kio_plugin ]] && optdepends+=('kio: KIO plugin for Syncthing actions in Dolphin')
[[ $_enable_plasmoid ]] && optdepends+=('plasma-workspace: Plasmoid for Plasma 5 desktop')
makedepends=('cmake' 'ninja' 'qt5-tools' 'git' 'mesa' 'boost')
-checkdepends=('cppunit' 'syncthing' 'iproute2')
+checkdepends=('cppunit' 'syncthing' 'iproute2' 'appstream')
[[ $_enable_kio_plugin ]] && makedepends+=('kio')
[[ $_enable_plasmoid ]] && makedepends+=('plasma-framework' 'extra-cmake-modules')
#provides=("${_name}")