summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaimar Bühmann2017-04-07 20:28:33 +0200
committerRaimar Bühmann2017-04-07 20:28:33 +0200
commiteceb96dec4af673666ab5b0b4b28710229273c7c (patch)
tree55b94cf40059bd6a312d4c96f497bb9fa43a0b9c
parentd2bb3a87b9b31fb889d9b104eab0c28fb5b0e04b (diff)
downloadaur-eceb96dec4af673666ab5b0b4b28710229273c7c.tar.gz
set maximum version of thunderbird dependency to <46
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dab3c2118fe..824c71ef8615 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thunderbird-lightning-bin
pkgdesc = A calendar that's fully integrated into Thunderbird
pkgver = 4.7.8
- pkgrel = 2
+ pkgrel = 3
url = https://www.mozilla.org/en-US/projects/calendar/
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = thunderbird-lightning-bin
license = MPL
license = GPL
license = LGPL
- depends = thunderbird>=38
+ depends = thunderbird<46
depends = libnotify
provides = lightning=4.7.8
conflicts = lightning-bin
diff --git a/PKGBUILD b/PKGBUILD
index ec483f0ffe64..2cf0f44d3666 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgname=thunderbird-lightning-bin
pkgver=4.7.8
# https://addons.mozilla.org/de/thunderbird/addon/lightning/versions/
_versionId=625724
-pkgrel=2
+pkgrel=3
pkgdesc="A calendar that's fully integrated into Thunderbird"
arch=('i686' 'x86_64')
groups=('office')
url="https://www.mozilla.org/en-US/projects/calendar/"
license=('MPL' 'GPL' 'LGPL')
-depends=('thunderbird>=38' 'libnotify')
+depends=('thunderbird<46' 'libnotify')
makedepends=()
options=(!strip)
provides=(lightning=${pkgver})