summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSonic-Y3k2018-08-10 11:30:42 +0200
committerSonic-Y3k2018-08-10 11:30:42 +0200
commit2b2946aa4bb7dbc44a6cb61fd6fe4c5b86a3a41a (patch)
treecb611232c04a82a49d27d90d55426e91289b3535
parenteb6fccb0d02a8fdddf37b84470db00154736049a (diff)
downloadaur-2b2946aa4bb7dbc44a6cb61fd6fe4c5b86a3a41a.tar.gz
Addon not compatible with thunderbird 60
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b830c4060a9..4655398da387 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = thunderbird-sogo-connector-bin
pkgdesc = Thunderbird frontend for SOGo
pkgver = 31.0.6
- pkgrel = 2
+ pkgrel = 3
url = http://www.sogo.nu/downloads/frontends.html
arch = any
groups = office
license = GPL
license = LGPL
depends = thunderbird>=38
+ depends = thunderbird<60
optdepends = thunderbird-lightning-bin
provides = sogo-connector=31.0.6
conflicts = sogo-connector-bin
diff --git a/PKGBUILD b/PKGBUILD
index 268d36973b9f..bdbd9a0f2ac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=thunderbird-sogo-connector-bin
pkgver=31.0.6
-pkgrel=2
+pkgrel=3
pkgdesc="Thunderbird frontend for SOGo"
arch=('any')
groups=('office')
url="http://www.sogo.nu/downloads/frontends.html"
license=('GPL' 'LGPL')
-depends=('thunderbird>=38')
+depends=('thunderbird>=38' 'thunderbird<60')
optdepends=('thunderbird-lightning-bin')
makedepends=()
options=(!strip)