summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Buehler2020-05-09 19:21:53 +0200
committerFelix Buehler2020-05-09 19:21:53 +0200
commit4c3b24c81e6d92920d472e96d90419cbd4ff950a (patch)
treeb97d41fb986a4cb7f1c56673e50bf32b6621fe8b
parent3366a9705edd51481d966b47952d832236e5c508 (diff)
downloadaur-qsyncthingtray-lite.tar.gz
add syncthing as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f742af99fb88..8d253f7f820f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qsyncthingtray-lite
pkgdesc = tray app for syncthing - without the default embedded web interface
pkgver = 0.5.8.r17.g11936bc
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sieren/QSyncthingTray
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = qsyncthingtray-lite
makedepends = cmake
makedepends = git
depends = qt5-base
+ depends = syncthing
provides = qsyncthingtray=0.5.8.r17.g11936bc
conflicts = qsyncthingtray
source = git+https://github.com/sieren/QSyncthingTray#commit=11936bc01b849cec3d0dfc82ad83521c20f3686f
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a27179663548
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+PKGBUILD
+.SRCINFO
+.gitignore
+*
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')