summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2015-07-03 15:28:30 +0600
committerKonstantin Shalygin2015-07-03 15:28:30 +0600
commit6549fe8e3ff614157e700a8118f95a93f2b0e8d2 (patch)
treed565834c5bdb7d016bc6b00536cc2cb290283698
parent4498fdbdaae4ae26d972c849d4ef1f5bf1609361 (diff)
downloadaur-6549fe8e3ff614157e700a8118f95a93f2b0e8d2.tar.gz
Fixed end name of extension
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1435a269484d..f86d5f8b9e7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 1
+ pkgrel = 2
url = https://addons.mozilla.org/en-US/thunderbird/addon/use-bcc-instead
arch = any
license = MPL
diff --git a/PKGBUILD b/PKGBUILD
index c96a529e3f5d..32f780646c7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _bcc='usebccinstead'
_bcc2='use-bcc-instead'
pkgname=thunderbird-${_bcc}
pkgver='3.4'
-pkgrel='1'
+pkgrel='2'
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}
@@ -16,6 +16,6 @@ noextract=(${source[@]%%::*})
package() {
pushd "$srcdir"
- install -Dm644 "${_bcc}.xpi" "$pkgdir/usr/lib/thunderbird/extensions/${_bcc}.xpi"
+ install -Dm644 "${_bcc}.xpi" "$pkgdir/usr/lib/thunderbird/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}.xpi"
popd
}