summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2016-02-11 13:17:39 +0600
committerKonstantin Shalygin2016-02-11 13:17:39 +0600
commit9190519d3fff4cea97a9e010cae561766aa69694 (patch)
treececcbc20802c421d146b6c7db54a77c5d62d988f /PKGBUILD
parent73a88860d2d822393341b7e4a0d5fa101a55b82b (diff)
downloadaur-9190519d3fff4cea97a9e010cae561766aa69694.tar.gz
Fix end filename
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6a54ad9e4b9..27a58990f6ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_qt='quicktext'
pkgname="thunderbird-${_qt}"
pkgver='0.9.11.6'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Quicktext is an extension for Thunderbird that lets you create templates that can be easily inserted into your own emails'
arch=('any')
_url='http://extensions.hesslow.se/'
@@ -16,6 +16,6 @@ noextract=(${source[@]%%::*})
package() {
pushd "$srcdir"
- install -Dm644 "${_qt}-${pkgver}.xpi" "$pkgdir/usr/lib/thunderbird/extensions/{8845E3B3-E8FB-40E2-95E9-EC40294818C4}.xpi"
+ install -Dm644 "${_qt}-${pkgver}.xpi" "$pkgdir/usr/lib/thunderbird/extensions/{8845e3b3-e8fb-40e2-95e9-ec40294818c4}.xpi"
popd
}