summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2018-08-13 09:36:35 -0600
committerJavier Tiá2018-08-13 09:36:35 -0600
commit7b7bd5d2530370c84509e308b60aba39d0f671fd (patch)
treed26b545b74080ba836fd5f269e551241af58d361
parent741072fced78b560a1da502a77d3f81a9e19269c (diff)
downloadaur-7b7bd5d2530370c84509e308b60aba39d0f671fd.tar.gz
Bump up thunderbird-exchangecalendar-beta 4.0.0_beta5-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acccfad7870c..6240c5b00e19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = thunderbird-exchangecalendar-beta
pkgdesc = Thunderbird Addon/Extension and Provider for Microsoft Exchange 2007/2010/2013 Calendar, Tasks, Contacts and Global Address List (GAL)
pkgver = 4.0.0_beta5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ExchangeCalendar/exchangecalendar
arch = any
groups = office
license = GPL3
makedepends = zip
- depends = thunderbird>=52
+ depends = thunderbird<=52.9.1
provides = exchangecalendar=4.0.0_beta5
conflicts = thunderbird-exchangecalendar-git
conflicts = thunderbird-exchangecalendar
diff --git a/PKGBUILD b/PKGBUILD
index 09c9ed56f149..cf17f51f0316 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@ _verbeta=beta5
_vermin=4.0
_ver=${_vermin}.0
pkgver=${_ver}_${_verbeta}
-pkgrel=1
+pkgrel=2
pkgdesc='Thunderbird Addon/Extension and Provider for Microsoft Exchange 2007/2010/2013 Calendar, Tasks, Contacts and Global Address List (GAL)'
url='https://github.com/ExchangeCalendar/exchangecalendar'
arch=('any')
groups=('office')
license=('GPL3')
-depends=('thunderbird>=52')
+depends=('thunderbird<=52.9.1')
makedepends=('zip')
options=('!strip' '!libtool' '!staticlibs' '!docs')
conflicts=('thunderbird-exchangecalendar-git' 'thunderbird-exchangecalendar')