summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2015-10-01 12:50:14 +0600
committerKonstantin Shalygin2015-10-01 12:50:14 +0600
commitd22c8cf52cb82b1a80e4e8856630eac85a9cb4cf (patch)
tree963c0dc89cc2efa5e7b26908f03c705c19f5ab0a
parent2e599d68ce8b258bc68374fe49bdf9a3ad026f1a (diff)
downloadaur-d22c8cf52cb82b1a80e4e8856630eac85a9cb4cf.tar.gz
Bump to 3.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD8
3 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f86d5f8b9e7a..33a15f5a321c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = thunderbird-usebccinstead
pkgdesc = Before the sending occurs it looks for recipients addressed using either TO or CC. When found, it will take action based upon the user-specified options that have been set
- pkgver = 3.4
- pkgrel = 2
+ pkgver = 3.4.1
+ pkgrel = 0
url = https://addons.mozilla.org/en-US/thunderbird/addon/use-bcc-instead
arch = any
license = MPL
depends = thunderbird
noextract = usebccinstead.xpi
- source = usebccinstead.xpi::https://addons.mozilla.org/thunderbird/downloads/file/288906/use-bcc-instead-3.4-tb.xpi
- sha256sums = 49bc1530ec9289c9495dca7b60b2d58350ab6de8cfd28f78b8739de5547e9171
+ source = usebccinstead.xpi::https://addons.mozilla.org/thunderbird/downloads/latest/318229/addon-318229-latest.xpi
+ sha256sums = 1fa3f59b822ef0f91af082efcd1ffc26a8b17fa5f85b076ce70154f2ce7c319d
pkgname = thunderbird-usebccinstead
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..7c6927b4669a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/*
+src/*
+*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 7d3ab533ab57..a2e992b966f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_bcc='usebccinstead'
_bcc2='use-bcc-instead'
pkgname=thunderbird-${_bcc}
-pkgver='3.4'
-pkgrel='2'
+pkgver='3.4.1'
+pkgrel='0'
pkgdesc='Before the sending occurs it looks for recipients addressed using either TO or CC. When found, it will take action based upon the user-specified options that have been set'
arch=('any')
url=https://addons.mozilla.org/en-US/thunderbird/addon/${_bcc2}
license=('MPL')
depends=('thunderbird')
-source=("${_bcc}.xpi::https://addons.mozilla.org/thunderbird/downloads/file/288906/${_bcc2}-${pkgver}-tb.xpi")
-sha256sums=("49bc1530ec9289c9495dca7b60b2d58350ab6de8cfd28f78b8739de5547e9171")
+source=("${_bcc}.xpi::https://addons.mozilla.org/thunderbird/downloads/latest/318229/addon-318229-latest.xpi")
+sha256sums=('1fa3f59b822ef0f91af082efcd1ffc26a8b17fa5f85b076ce70154f2ce7c319d')
noextract=(${source[@]%%::*})
package() {