diff options
Diffstat (limited to 'extra/libsecret/PKGBUILD')
-rw-r--r-- | extra/libsecret/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libsecret/PKGBUILD b/extra/libsecret/PKGBUILD index e220c98f2..9f0e92d5f 100644 --- a/extra/libsecret/PKGBUILD +++ b/extra/libsecret/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libsecret pkgver=0.14 pkgrel=1 pkgdesc='library for storing and retrieving passwords and other secrets.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url="https://live.gnome.org/Libsecret" depends=('glib2' 'libgcrypt') |