summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Buehler2020-05-09 19:21:53 +0200
committerFelix Buehler2020-05-09 19:21:53 +0200
commit4c3b24c81e6d92920d472e96d90419cbd4ff950a (patch)
treeb97d41fb986a4cb7f1c56673e50bf32b6621fe8b /PKGBUILD
parent3366a9705edd51481d966b47952d832236e5c508 (diff)
downloadaur-qsyncthingtray-lite.tar.gz
add syncthing as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62848dd8f242..81b5ffdd4164 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ pkgname=qsyncthingtray-lite
_pkgname=QSyncthingTray
pkgver=0.5.8.r17.g11936bc
_commit=11936bc01b849cec3d0dfc82ad83521c20f3686f
-pkgrel=2
+pkgrel=3
pkgdesc="tray app for syncthing - without the default embedded web interface"
arch=('i686' 'x86_64')
url="https://github.com/sieren/QSyncthingTray"
license=('LGPL3')
-depends=('qt5-base')
+depends=('qt5-base' 'syncthing')
provides=("qsyncthingtray=$pkgver")
conflicts=('qsyncthingtray')
makedepends=('cmake' 'git')