summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSonic-Y3k2015-12-02 08:15:30 +0100
committerSonic-Y3k2015-12-02 08:15:30 +0100
commit2dda975ddf2c017cd8148f219091b6a67cf126d2 (patch)
tree44e1a2bb86e4a7fe2aef86c031123a1cd58a131e
parent3aad2856c9f0fbf6c526ac19106cc479a48ef173 (diff)
downloadaur-2dda975ddf2c017cd8148f219091b6a67cf126d2.tar.gz
thunderbird-lightning-bin is now an optdepends.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c4b71386c79..843b4e772f3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = thunderbird-sogo-connector-bin
pkgdesc = Thunderbird frontend for SOGo
pkgver = 31.0.2
- 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-lightning-bin
+ optdepends = thunderbird-lightning-bin
provides = sogo-connector=31.0.2
conflicts = sogo-connector-bin
replaces = sogo-connector-bin
diff --git a/PKGBUILD b/PKGBUILD
index 759b471daee6..36929251a1cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=thunderbird-sogo-connector-bin
pkgver=31.0.2
-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' 'thunderbird-lightning-bin')
+depends=('thunderbird>=38')
+optdepends=('thunderbird-lightning-bin')
makedepends=()
options=(!strip)
provides=(sogo-connector=${pkgver})