summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2021-09-08 17:47:22 +0300
committerΝικόλαος Κυριάκος Φυτίλης2021-09-08 17:47:22 +0300
commit587abbd0fbae2b7bd115b6ccb88316e5056898d3 (patch)
tree114c9b7be69f37a497552b4e96ae24f30e0bcd22
parentb2cc25204aa73e787f58a8bb380c75d56c4be4d8 (diff)
downloadaur-587abbd0fbae2b7bd115b6ccb88316e5056898d3.tar.gz
autohook 91.1.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 dd545d18dab7..a4dcceac56a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thunderbird-appmenu
pkgdesc = Thunderbird from extra with appmenu patch
- pkgver = 91.0.3
+ pkgver = 91.1.0
pkgrel = 2
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.3
+ provides = thunderbird=91.1.0
conflicts = thunderbird
options = !emptydirs
options = !makeflags
- 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 = https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/91.1.0/source/thunderbird-91.1.0.source.tar.xz
+ source = https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/91.1.0/source/thunderbird-91.1.0.source.tar.xz.asc
source = thunderbird.desktop
source = vendor-prefs.js
source = distribution.ini
diff --git a/PKGBUILD b/PKGBUILD
index e59d3ce4122c..20395386dc2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
_pkgname=thunderbird
pkgname=thunderbird-appmenu
-pkgver=91.0.3
+pkgver=91.1.0
pkgrel=2
pkgdesc="Thunderbird from extra with appmenu patch"
arch=(x86_64)
diff --git a/trigger.sh b/trigger.sh
index 0b5de0ddf790..c00c603b223c 100755
--- a/trigger.sh
+++ b/trigger.sh
@@ -15,6 +15,7 @@ git push
osc commit -m "$ver_msg"
)
+sleep 30m
[ -e thunderbird-appmenu-bin ] || git clone ssh://aur@aur.archlinux.org/thunderbird-appmenu-bin.git
cd thunderbird-appmenu-bin
sed "s/^pkgver=.*/pkgver=${ver}/g" -i PKGBUILD