diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-08-14 01:48:14 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-08-14 01:48:14 -0500 |
commit | 53083fcab1aa40057fd99038d5e95b07c9dd454b (patch) | |
tree | ce2fdf650184c2908c0391f305ebd6a2868d24ef /extra/libkgapi/PKGBUILD | |
parent | e6b487980c858023cb4a3678f2d27f52c2a32596 (diff) |
Add mips64el in archs
Diffstat (limited to 'extra/libkgapi/PKGBUILD')
-rw-r--r-- | extra/libkgapi/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libkgapi/PKGBUILD b/extra/libkgapi/PKGBUILD index 9fcc68fd8..23f4477b2 100644 --- a/extra/libkgapi/PKGBUILD +++ b/extra/libkgapi/PKGBUILD @@ -6,7 +6,7 @@ pkgver=0.4.1 pkgrel=1 pkgdesc="A KDE-based library for accessing various Google services via their public API" url='https://projects.kde.org/projects/kdereview/libkgoogle' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'LGPL' 'FDL') depends=('kdepimlibs' 'qjson') makedepends=('cmake' 'automoc4' 'boost') |