summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Schwan2021-04-21 00:02:05 +0200
committerFrederik Schwan2021-04-21 00:02:05 +0200
commit31ed18259b2ad81f865f5278f3566bc614fcc944 (patch)
tree9e07dd20c060d0c1f5597ca906a1b767fd7bdc5f
parent485e242db0edab1483964c7e1d26a2a17620a026 (diff)
downloadaur-31ed18259b2ad81f865f5278f3566bc614fcc944.tar.gz
upgpkg: thunderbird-nightly-bin 90.0a1.20210420-1
fixes #6
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2e09bb31f69..d7fa0dc95ef6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = thunderbird-nightly-bin
- pkgver = 89.0a1.20210325
+ pkgver = 90.0a1.20210420
pkgrel = 1
url = https://www.mozilla.org/thunderbird
arch = x86_64
license = MPL
license = GPL
license = LGPL
- source = https://download-installer.cdn.mozilla.net/pub/thunderbird/nightly/latest-comm-central/thunderbird-89.0a1.en-US.linux-x86_64.txt
- source = https://download-installer.cdn.mozilla.net/pub/thunderbird/nightly/latest-comm-central/thunderbird-89.0a1.en-US.linux-x86_64.tar.bz2
+ source = https://download-installer.cdn.mozilla.net/pub/thunderbird/nightly/latest-comm-central/thunderbird-90.0a1.en-US.linux-x86_64.txt
+ source = https://download-installer.cdn.mozilla.net/pub/thunderbird/nightly/latest-comm-central/thunderbird-90.0a1.en-US.linux-x86_64.tar.bz2
source = thunderbird-nightly.desktop
source = vendor.js
source = policies.json
@@ -35,14 +35,13 @@ pkgname = thunderbird-nightly-bin
depends = libpng
depends = libvpx
depends = libxt
- depends = mozilla-common
depends = nspr
depends = nss
depends = shared-mime-info
depends = sqlite
depends = startup-notification
optdepends = libcanberra: for sound support
- provides = thunderbird=89.0a1
+ provides = thunderbird=90.0a1
provides = thunderbird-nightly
conflicts = thunderbird-nightly
diff --git a/PKGBUILD b/PKGBUILD
index bb9b55d2956d..df891461bb0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Based on [extra]'s thunderbird
pkgname=(thunderbird-nightly-bin thunderbird-nightly-bin-noupdate)
-pkgver=89.0a1.20210325
-_version=89.0a1
+pkgver=90.0a1.20210420
+_version=90.0a1
pkgrel=1
arch=('x86_64')
url="https://www.mozilla.org/thunderbird"
@@ -33,7 +33,7 @@ package_thunderbird-nightly-bin() {
pkgdesc='Standalone Mail/News reader - Nightly build'
depends=('alsa-lib' 'cairo' 'dbus-glib' 'desktop-file-utils' 'fontconfig'
'freetype2' 'gtk3' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libjpeg'
- 'libmng' 'libpng' 'libvpx' 'libxt' 'mozilla-common' 'nspr' 'nss'
+ 'libmng' 'libpng' 'libvpx' 'libxt' 'nspr' 'nss'
'shared-mime-info' 'sqlite' 'startup-notification')
optdepends=('libcanberra: for sound support')
provides=("thunderbird=${_version}" 'thunderbird-nightly')