summarylogtreecommitdiffstats
path: root/PKGBUILD.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD.tmpl')
-rw-r--r--PKGBUILD.tmpl7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD.tmpl b/PKGBUILD.tmpl
index 2a7343f89abe..33a33f7dc4e5 100644
--- a/PKGBUILD.tmpl
+++ b/PKGBUILD.tmpl
@@ -1,17 +1,20 @@
-# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
+# Maintainer: Yurii Kolesnykov <root@yurikoles.com>
+# Ex-maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
# Forked from extra/thunderbird-i18n
# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Thomas Baechler <thomas@archlinux.org>
+# Pull requests are welcome here:
+# https://github.com/yurikoles-aur/thunderbird-beta-i18n
+
pkgbase=thunderbird-beta-i18n
pkgver={{ pkgver }}
pkgrel=1
url='http://www.mozilla.com/'
arch=('any')
license=('MPL' 'GPL')
-depends=("thunderbird>=$pkgver")
pkgname=({% for lang_iso639 in languages.keys() %}
'thunderbird-beta-i18n-{{ lang_iso639.lower() }}'{% end %}