diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-15 22:56:33 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-15 22:56:33 -0200 |
commit | 16f606834735e7b3cdd8c19207aeb73ca7169a2a (patch) | |
tree | 248785cbcc33e1a26c63484bbb3934bdc7b175d1 /libre/icedove-l10n/PKGBUILD | |
parent | 3e9d37c23abcf9523c2cd21f39a6f05e2044e946 (diff) | |
download | abslibre-16f606834735e7b3cdd8c19207aeb73ca7169a2a.tar.gz abslibre-16f606834735e7b3cdd8c19207aeb73ca7169a2a.tar.bz2 abslibre-16f606834735e7b3cdd8c19207aeb73ca7169a2a.zip |
icedove-l10n-17.0.2.1-1: fixing some things
Diffstat (limited to 'libre/icedove-l10n/PKGBUILD')
-rw-r--r-- | libre/icedove-l10n/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/icedove-l10n/PKGBUILD b/libre/icedove-l10n/PKGBUILD index 4ea4fb504..7e983a88c 100644 --- a/libre/icedove-l10n/PKGBUILD +++ b/libre/icedove-l10n/PKGBUILD @@ -12,7 +12,7 @@ pkgname=($(for lang in ${_langpacks[@]} pkgrel=1 pkgdesc="Language packs for Debian Icedove." -arch=('any') +arch=('i686' 'x86_64' 'mips64el') url="http://packages.debian.org/source/experimental/icedove" license=('MPL' 'GPL') depends=("icedove-libre>=$pkgver") |