summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c8231eda322..bacd049acb17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = birdtray
pkgdesc = Run Thunderbird with a system tray icon.
pkgver = 1.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gyunaev/birdtray
arch = i686
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = birdtray
makedepends = qt5-tools
depends = qt5-svg
depends = qt5-x11extras
+ optdepends = qt5-translations: Support for translations
source = birdtray-1.8.0.tar.gz::https://github.com/gyunaev/birdtray/archive/1.8.0.tar.gz
sha1sums = 66e92a020bf58deb3c3fa6d823d16c6a02575adc
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')