summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-04-23 18:01:37 +0100
committerJonathon Fernyhough2020-04-23 18:01:37 +0100
commitc84f605a3b91a279bf38993ff9cdb8938aaa1655 (patch)
tree9a2439d43485195a4ed5a67970751648977fbeb6 /PKGBUILD
parent7b4b9209a84658c682b8e104a5ccf2da3a8d5f7a (diff)
downloadaur-c84f605a3b91a279bf38993ff9cdb8938aaa1655.tar.gz
optdepends+=(qt5-translations) to support translations
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7e5cdd09fd4..cf8af995022c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
pkgname=birdtray
pkgver=1.8.0
-pkgrel=1
+pkgrel=2
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-svg qt5-x11extras)
+optdepends=('qt5-translations: Support for translations')
makedepends=(cmake qt5-tools)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha1sums=('66e92a020bf58deb3c3fa6d823d16c6a02575adc')