diff options
author | Michal Wojdyla | 2020-11-20 07:02:44 +0100 |
---|---|---|
committer | Michal Wojdyla | 2020-11-20 07:02:44 +0100 |
commit | 090a8de5d5ee89021e4f5d3555bc1a6a83079e12 (patch) | |
tree | bed9e3f7562ce3fbf6f8a5c6793de1d145fb61a3 /PKGBUILD | |
parent | 893a668c1d0a1ab2501efbbbeb43f173700402e9 (diff) | |
download | aur-090a8de5d5ee89021e4f5d3555bc1a6a83079e12.tar.gz |
update to 2.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -2,22 +2,20 @@ # Contributor: Javier Tiá <javier dot tia at gmail dot com> pkgname=thunderbird-tbsync -pkgver=2.12 +pkgver=2.19 pkgrel=1 -_file=1016743 +_file=1017830 _name=tbsync pkgdesc="Sync contacts, tasks and calendars to thunderbird using Exchange ActiveSync (EAS) and CalDAV/CardDAV" arch=('any') url="https://github.com/jobisoft/TbSync" license=('MPL-2.0') groups=('office') -depends=('thunderbird>=68' 'thunderbird<69') -conflicts=("${pkgname}-beta") +depends=('thunderbird>=78' 'thunderbird<79') provides=("${_name}=${pkgver}") -# https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/ source=("https://addons.thunderbird.net/thunderbird/downloads/file/$_file/$_name-$pkgver-tb.xpi") noextract=("$_name-$pkgver-tb.xpi") -sha256sums=('d7e28222b569b50d6e624c8a6cfa1808956b8b8e0c64211d03fabf8d5acd857a') +sha256sums=('1f1b5245e532d8ae216798435f610e46d4934447bdf5ede7561e93515a44fa16') package() { _extension_id="tbsync@jobisoft.de" |