summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2021-08-16 18:29:33 +0300
committerΝικόλαος Κυριάκος Φυτίλης2021-08-16 18:29:33 +0300
commitb5d371a7093f50e4efc0da8112fc12dca48c68a1 (patch)
tree5c35ddc6d4530bf39fce89792e4b129119e93cf8
parentcceb71aa4504f52ead2a4ac1296313bd5c32d715 (diff)
downloadaur-b5d371a7093f50e4efc0da8112fc12dca48c68a1.tar.gz
autohook 91.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
-rwxr-xr-xtrigger.sh1
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ed8719c4583..ecf2c040ab5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thunderbird-appmenu
pkgdesc = Thunderbird from extra with appmenu patch
- pkgver = 78.13.0
+ pkgver = 91.0
pkgrel = 1
url = https://www.mozilla.org/thunderbird/
arch = x86_64
@@ -77,12 +77,12 @@ pkgbase = thunderbird-appmenu
depends = gnupg
depends = libnotify
optdepends = libotr: OTR support for active one-to-one chats
- provides = thunderbird=78.13.0
+ provides = thunderbird=91.0
conflicts = thunderbird
options = !emptydirs
options = !makeflags
- source = https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/78.13.0/source/thunderbird-78.13.0.source.tar.xz
- source = https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/78.13.0/source/thunderbird-78.13.0.source.tar.xz.asc
+ source = https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/91.0/source/thunderbird-91.0.source.tar.xz
+ source = https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/91.0/source/thunderbird-91.0.source.tar.xz.asc
source = thunderbird.desktop
source = vendor-prefs.js
source = distribution.ini
diff --git a/PKGBUILD b/PKGBUILD
index 080d47ab528d..a1b4006fd9fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
_pkgname=thunderbird
pkgname=thunderbird-appmenu
-pkgver=78.13.0
+pkgver=91.0
pkgrel=1
pkgdesc="Thunderbird from extra with appmenu patch"
arch=(x86_64)
diff --git a/trigger.sh b/trigger.sh
index 01c65e45714d..775a6e62bd65 100755
--- a/trigger.sh
+++ b/trigger.sh
@@ -1,4 +1,5 @@
ver="$(curl https://releases.mozilla.org/pub/thunderbird/releases/ | sed -rn 's/([^0-9]*)([0-9]*\.[0-9]*?(\.[0-9]*)).*/\2/p' | sort -V | tail -n1)"
+ver=91.0
sed -r "s/(pkgver=)(.*)/\1$ver/" -i PKGBUILD
makepkg --printsrcinfo > .SRCINFO