summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)