diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-10 23:32:38 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-10 23:32:38 -0500 |
commit | 7ba5752139f90c7f92a32ff1e681a211dfe56d7a (patch) | |
tree | 1bc7f0a118cf2475426ecac32a8337b4a2fd1022 /community/libsmf | |
parent | 38b5b952ddc3b86560fc02e98105bf5826d25354 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/libsmf')
-rw-r--r-- | community/libsmf/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libsmf/PKGBUILD b/community/libsmf/PKGBUILD index 62f77a96a..d85f7045d 100644 --- a/community/libsmf/PKGBUILD +++ b/community/libsmf/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libsmf pkgver=1.3 pkgrel=3 pkgdesc='A BSD-licensed C library for handling SMF ("*.mid") files.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/libsmf/" license=('BSD') depends=('glib2' 'readline') |