summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2018-08-20 09:08:49 -0600
committerJavier Tiá2018-08-20 09:08:49 -0600
commitb885d68aad7def7e49a67fd9070614112f61b7f4 (patch)
tree92ecf3f69ad27bedb6c19f4b0a32fbc57bbc939a
parenta4838c399554bdf37d6bc2af756b3ef87d99a901 (diff)
downloadaur-b885d68aad7def7e49a67fd9070614112f61b7f4.tar.gz
Bump up thunderbird-tbsync-beta 0.7.11-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a436639374f1..5913bc034419 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thunderbird-tbsync
pkgdesc = Sync contacts, tasks and calendars to thunderbird using Exchange ActiveSync (EAS) and CalDAV/CardDAV
- pkgver = 0.7.10
- pkgrel = 2
+ pkgver = 0.7.11
+ pkgrel = 1
url = https://github.com/jobisoft/TbSync
arch = any
groups = office
@@ -9,13 +9,15 @@ pkgbase = thunderbird-tbsync
makedepends = zip
depends = thunderbird>=50
depends = thunderbird<61
- provides = tbsync=0.7.10
+ provides = tbsync=0.7.11
+ conflicts = thunderbird-tbsync-beta
+ replaces = thunderbird-tbsync-beta
options = !strip
options = !libtool
options = !staticlibs
options = !docs
- source = thunderbird-tbsync-0.7.10.xpi::https://github.com/jobisoft/TbSync/releases/download/v0.7.10/TbSync-0.7.10.xpi
- sha256sums = c078f7879eeed853cd772622ea4354bea472cddf73b454300173a3e7d2b48623
+ source = thunderbird-tbsync-0.7.11.xpi::https://github.com/jobisoft/TbSync/releases/download/v0.7.11/TbSync-0.7.11.xpi
+ sha256sums = 04ae3b66ce85ea4cd0d78fd3c48a7b8a9f6919897c06c97ee80db6c5faa6a254
pkgname = thunderbird-tbsync
diff --git a/PKGBUILD b/PKGBUILD
index ef62858de422..152cbc9b6897 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,21 @@
_name=tbsync
_name_ext=TbSync
pkgname=thunderbird-${_name}
-pkgver=0.7.10
-pkgrel=2
+pkgver=0.7.11
+pkgrel=1
pkgdesc='Sync contacts, tasks and calendars to thunderbird using Exchange ActiveSync (EAS) and CalDAV/CardDAV'
url='https://github.com/jobisoft/TbSync'
arch=('any')
groups=('office')
license=('GPL3')
depends=('thunderbird>=50' 'thunderbird<61')
+conflicts=("${pkgname}-beta")
+replaces=("${pkgname}-beta")
makedepends=('zip')
options=('!strip' '!libtool' '!staticlibs' '!docs')
provides=("${_name}=${pkgver}")
source=("${pkgname}-${pkgver}.xpi::${url}/releases/download/v${pkgver}/${_name_ext}-${pkgver}.xpi")
-sha256sums=('c078f7879eeed853cd772622ea4354bea472cddf73b454300173a3e7d2b48623')
+sha256sums=('04ae3b66ce85ea4cd0d78fd3c48a7b8a9f6919897c06c97ee80db6c5faa6a254')
package() {
_extdir=usr/lib/thunderbird/extensions