summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2021-08-26 12:17:58 +0300
committerΝικόλαος Κυριάκος Φυτίλης2021-08-26 12:17:58 +0300
commit6085e702ada2e304765eec46d13a4a78bc8ed6bf (patch)
treeed4879eb27b48c8ef2dcc580d834ca5b004a2666
parentb5d371a7093f50e4efc0da8112fc12dca48c68a1 (diff)
downloadaur-6085e702ada2e304765eec46d13a4a78bc8ed6bf.tar.gz
autohook 91.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
-rwxr-xr-xtrigger.sh2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecf2c040ab5d..0f9a88e6638f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thunderbird-appmenu
pkgdesc = Thunderbird from extra with appmenu patch
- pkgver = 91.0
+ pkgver = 91.0.3
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=91.0
+ provides = thunderbird=91.0.3
conflicts = thunderbird
options = !emptydirs
options = !makeflags
- 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 = https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/91.0.3/source/thunderbird-91.0.3.source.tar.xz
+ source = https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/91.0.3/source/thunderbird-91.0.3.source.tar.xz.asc
source = thunderbird.desktop
source = vendor-prefs.js
source = distribution.ini
diff --git a/PKGBUILD b/PKGBUILD
index a1b4006fd9fe..845810ade5ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
_pkgname=thunderbird
pkgname=thunderbird-appmenu
-pkgver=91.0
+pkgver=91.0.3
pkgrel=1
pkgdesc="Thunderbird from extra with appmenu patch"
arch=(x86_64)
diff --git a/trigger.sh b/trigger.sh
index 775a6e62bd65..0b5de0ddf790 100755
--- a/trigger.sh
+++ b/trigger.sh
@@ -1,5 +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
+#ver=91.0
sed -r "s/(pkgver=)(.*)/\1$ver/" -i PKGBUILD
makepkg --printsrcinfo > .SRCINFO