diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-02 23:04:57 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-02 23:04:57 -0500 |
commit | a046040f61679b0b9cbf2fb7822d6febe01d5570 (patch) | |
tree | dc66cb6bd1f1954917bd7366976c099b45e6ed56 /extra/gcr/PKGBUILD | |
parent | fcb6176a2ea08557ccf05ba5bacfd0a0c8e441f9 (diff) |
Add mips64el in arch() of gcr
Diffstat (limited to 'extra/gcr/PKGBUILD')
-rw-r--r-- | extra/gcr/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gcr/PKGBUILD b/extra/gcr/PKGBUILD index 15b7d095f..05e69c1df 100644 --- a/extra/gcr/PKGBUILD +++ b/extra/gcr/PKGBUILD @@ -5,7 +5,7 @@ pkgname=gcr pkgver=3.4.1 pkgrel=1 pkgdesc="A library for bits of crypto UI and parsing" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.gnome.org" license=('GPL2') depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt') |