summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien GIRAUD2024-04-18 11:22:16 +0200
committerAurélien GIRAUD2024-04-18 11:22:16 +0200
commite97f9b075bb90ada5f3e1ef48bfaa0fa963bcdfe (patch)
tree6b02a92d9375364f9ed6fdf5b42a28a8610c6443
parente8885350dbe1fb414d6a2328cfa00b21d74e8015 (diff)
downloadaur-thunderbird-tbsync.tar.gz
bump to v4.8
-rw-r--r--.SRCINFO11
-rw-r--r--.editorconfig23
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD8
4 files changed, 9 insertions, 39 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17745273a53c..a5f351a7c6e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = thunderbird-tbsync
pkgdesc = Sync contacts, tasks and calendars to thunderbird using Exchange ActiveSync (EAS) and CalDAV/CardDAV
- pkgver = 4.7
+ pkgver = 4.8
pkgrel = 1
url = https://github.com/jobisoft/TbSync
arch = any
groups = office
license = MPL2
- depends = thunderbird>=102.3
- depends = thunderbird<116
- noextract = tbsync-4.7-tb.xpi
- source = https://addons.thunderbird.net/thunderbird/downloads/file/1024208/tbsync-4.7-tb.xpi
- sha512sums = d58a4243c6e2731cac45c66348f239b32d16456c265abd7c70e0644bd9e39071ff3ccf9da72d3860d9d367ea354a3a1ec65a0a0a14884b71342cfa1a306e3eaa
+ depends = thunderbird>=115
+ noextract = tbsync-4.8-tb.xpi
+ source = https://addons.thunderbird.net/thunderbird/downloads/file/1026865/tbsync-4.8-tb.xpi
+ sha512sums = 57b53b608890e23fb1ec8d19e4fb8f726ae685b930d0b1449ca924652411c7859b940a310b5f49044b47bb7cf275936969d4d2d281ba838df9938c5b6b37b352
pkgname = thunderbird-tbsync
diff --git a/.editorconfig b/.editorconfig
deleted file mode 100644
index 688964f38aeb..000000000000
--- a/.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-# https://editorconfig.org
-
-root = true
-
-[*]
-charset = utf-8
-end_of_line = lf
-indent_style = space
-insert_final_newline = true
-trim_trailing_whitespace = true
-
-[.gitattributes]
-indent_size = 16
-
-[*.{diff,patch}]
-end_of_line = lf
-trim_trailing_whitespace = false
-
-[PKGBUILD]
-indent_size = 2
-
-[*.json]
-indent_size = 2
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index b3dc843d2f31..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-/.vscode
-/src
-/pkg
-*.log
-*.pkg.*
-*.xpi
diff --git a/PKGBUILD b/PKGBUILD
index c2cdf936c939..1668ed86cb2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
pkgname=thunderbird-tbsync
_name=tbsync
-_file=1024208
-pkgver=4.7
+_file=1026865
+pkgver=4.8
pkgrel=1
pkgdesc="Sync contacts, tasks and calendars to thunderbird using Exchange ActiveSync (EAS) and CalDAV/CardDAV"
arch=('any')
url="https://github.com/jobisoft/TbSync"
license=('MPL2')
groups=('office')
-depends=('thunderbird>=102.3' 'thunderbird<116')
+depends=('thunderbird>=115')
source=("https://addons.thunderbird.net/thunderbird/downloads/file/${_file}/${_name}-${pkgver}-tb.xpi")
noextract=("${_name}-${pkgver}-tb.xpi")
-sha512sums=('d58a4243c6e2731cac45c66348f239b32d16456c265abd7c70e0644bd9e39071ff3ccf9da72d3860d9d367ea354a3a1ec65a0a0a14884b71342cfa1a306e3eaa')
+sha512sums=('57b53b608890e23fb1ec8d19e4fb8f726ae685b930d0b1449ca924652411c7859b940a310b5f49044b47bb7cf275936969d4d2d281ba838df9938c5b6b37b352')
package() {
_extension_id="tbsync@jobisoft.de"