summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2020-11-20 07:02:44 +0100
committerMichal Wojdyla2020-11-20 07:02:44 +0100
commit090a8de5d5ee89021e4f5d3555bc1a6a83079e12 (patch)
treebed9e3f7562ce3fbf6f8a5c6793de1d145fb61a3
parent893a668c1d0a1ab2501efbbbeb43f173700402e9 (diff)
downloadaur-090a8de5d5ee89021e4f5d3555bc1a6a83079e12.tar.gz
update to 2.19
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64af03f996a2..7fc54298cadd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = thunderbird-tbsync
pkgdesc = Sync contacts, tasks and calendars to thunderbird using Exchange ActiveSync (EAS) and CalDAV/CardDAV
- pkgver = 2.12
+ pkgver = 2.19
pkgrel = 1
url = https://github.com/jobisoft/TbSync
arch = any
groups = office
license = MPL-2.0
- depends = thunderbird>=68
- depends = thunderbird<69
- provides = tbsync=2.12
- conflicts = thunderbird-tbsync-beta
- noextract = tbsync-2.12-tb.xpi
- source = https://addons.thunderbird.net/thunderbird/downloads/file/1016743/tbsync-2.12-tb.xpi
- sha256sums = d7e28222b569b50d6e624c8a6cfa1808956b8b8e0c64211d03fabf8d5acd857a
+ depends = thunderbird>=78
+ depends = thunderbird<79
+ provides = tbsync=2.19
+ noextract = tbsync-2.19-tb.xpi
+ source = https://addons.thunderbird.net/thunderbird/downloads/file/1017830/tbsync-2.19-tb.xpi
+ sha256sums = 1f1b5245e532d8ae216798435f610e46d4934447bdf5ede7561e93515a44fa16
pkgname = thunderbird-tbsync
diff --git a/PKGBUILD b/PKGBUILD
index 44ca168a97dd..581ece2445b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"