summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-04-11 11:45:33 +0100
committerJonathon Fernyhough2020-04-11 11:45:33 +0100
commit76405f8e769a978f48943f168e81713bc681719e (patch)
treec084e375915d85333eb2a25c8820512631cf1ae3
parent3f0b27c4bfa301fede6c4d0438d65bf4601db3f8 (diff)
downloadaur-76405f8e769a978f48943f168e81713bc681719e.tar.gz
Update depends. Thank you dvalter!
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb73be115e99..44763399d04b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = birdtray-git
pkgdesc = Run Thunderbird with a system tray icon.
pkgver = latest
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/gyunaev/birdtray
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = birdtray-git
makedepends = cmake
makedepends = git
makedepends = qt5-tools
- depends = qt5-base
- depends = sqlite3
+ depends = qt5-svg
+ depends = qt5-x11extras
provides = birdtray
conflicts = birdtray
source = git+https://github.com/gyunaev/birdtray.git
diff --git a/PKGBUILD b/PKGBUILD
index 6088c7719a97..66fda977aa5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Jonathon Fernyhough <jonathon_at_manjaro dot+org>
+# Maintainer: Jonathon Fernyhough <jonathon_at+manjaro dot+org>
# Contributor: Kr1ss <kr1ss.x#yandex#com>
+# Contributor: Dmitry Valter <dvalter"protonmail"com>
_pkgbase=birdtray
pkgname=$_pkgbase-git
pkgver=latest
-pkgrel=3
+pkgrel=4
pkgdesc="Run Thunderbird with a system tray icon."
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/gyunaev/birdtray"
license=('GPL-3.0')
-depends=(qt5-base sqlite3)
+depends=(qt5-svg qt5-x11extras)
makedepends=(cmake git qt5-tools)
conflicts=($_pkgbase)
provides=($_pkgbase)