diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-08 06:09:17 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-08 06:09:17 -0500 |
commit | 56933afc99bd004c88e3a0074b3bf383dc300e9a (patch) | |
tree | 31eba31aa734d80816facaa79692d803ee0a9ef4 /community/libalkimia | |
parent | 1a2fd51887f77ba9c41195c1a2eb9ee80ea28866 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/libalkimia')
-rw-r--r-- | community/libalkimia/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libalkimia/PKGBUILD b/community/libalkimia/PKGBUILD index 004c8d6fa..fd6c170ac 100644 --- a/community/libalkimia/PKGBUILD +++ b/community/libalkimia/PKGBUILD @@ -10,7 +10,7 @@ depends=('kdelibs') makedepends=('cmake' 'automoc4' 'doxygen') url=('http://kde-apps.org/content/show.php/libalkimia?content=137323') license=('LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://kde-apps.org/CONTENT/content-files/137323-libalkimia-$pkgver.tar.bz2") md5sums=('8d7b529c7be5f72ae1cbb02e818e9b79') |