diff options
author | Nicolás Reynolds <fauno@parabola.nu> | 2013-04-12 13:46:13 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@parabola.nu> | 2013-04-12 13:46:13 -0300 |
commit | 11d812072c9f8ae4bbdb688cdcde129d7ad2cc69 (patch) | |
tree | ed0eaa83aaf0ca408cb8a171deba7fe8ccae5db7 /libre/iceape-l10n/PKGBUILD | |
parent | f2bc31baf8e8ad48a71b9ccb216b88f4f1bb51ef (diff) | |
parent | 33522bd5e5e4fdadb22b76d5f12a2d89d344067a (diff) |
Merge branch 'master' of vparabola:abslibre
Diffstat (limited to 'libre/iceape-l10n/PKGBUILD')
-rw-r--r-- | libre/iceape-l10n/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/iceape-l10n/PKGBUILD b/libre/iceape-l10n/PKGBUILD index d8fc4308a..c9f22703d 100644 --- a/libre/iceape-l10n/PKGBUILD +++ b/libre/iceape-l10n/PKGBUILD @@ -23,11 +23,11 @@ pkgname=($(for lang in ${_langpacks[@]} do echo $pkgbase-$lang | tr A-Z a-z done)) pkgver=${_debver}.${_debrel} -pkgrel=3 +pkgrel=4 pkgdesc="Language packs for Debian Iceape." -arch=('i686' 'x86_64' 'mips64el') -url="http://packages.debian.org/source/sid/iceape" +arch=('any') +url="http://packages.debian.org/sid/iceape" license=('MPL' 'GPL') depends=("iceape-libre>=$pkgver") makedepends=('unzip' 'zip') |