diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-09 20:41:03 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-09 20:41:03 -0300 |
commit | 4e688247d5c2e692c61faec59ba09227e5bc88ee (patch) | |
tree | 7c76a3f6eeefa881153b5270c5421ec39d0d216e | |
parent | 7d6b0c46714df31eadb78ce89d5651675e765e47 (diff) | |
download | abslibre-4e688247d5c2e692c61faec59ba09227e5bc88ee.tar.gz abslibre-4e688247d5c2e692c61faec59ba09227e5bc88ee.tar.bz2 abslibre-4e688247d5c2e692c61faec59ba09227e5bc88ee.zip |
ice{ape,dove}-l10n: change arch line to any
-rw-r--r-- | libre/iceape-l10n/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/icedove-l10n/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libre/iceape-l10n/PKGBUILD b/libre/iceape-l10n/PKGBUILD index ff81b3b4b..c9f22703d 100644 --- a/libre/iceape-l10n/PKGBUILD +++ b/libre/iceape-l10n/PKGBUILD @@ -26,7 +26,7 @@ pkgver=${_debver}.${_debrel} pkgrel=4 pkgdesc="Language packs for Debian Iceape." -arch=('i686' 'x86_64' 'mips64el') +arch=('any') url="http://packages.debian.org/sid/iceape" license=('MPL' 'GPL') depends=("iceape-libre>=$pkgver") diff --git a/libre/icedove-l10n/PKGBUILD b/libre/icedove-l10n/PKGBUILD index ba1b80f5b..5b102846c 100644 --- a/libre/icedove-l10n/PKGBUILD +++ b/libre/icedove-l10n/PKGBUILD @@ -13,7 +13,7 @@ pkgname=($(for lang in ${_langpacks[@]} pkgrel=2 pkgdesc="Language packs for Debian Icedove." -arch=('i686' 'x86_64' 'mips64el') +arch=('any') url="http://packages.debian.org/experimental/icedove" license=('MPL' 'GPL') depends=("icedove-libre>=$pkgver") |