diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-19 23:30:46 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-19 23:30:46 +0100 |
commit | 1bf114d00280c9cfb2075d30830fdf86adb30951 (patch) | |
tree | d467006c2a4bfac02360842f0a15725407fc4d92 /extra/libspiro | |
parent | 1ef0a77697cd263a33911c15efef138c7904b0c9 (diff) |
libbluray and libspiro build on mips64el.
Diffstat (limited to 'extra/libspiro')
-rw-r--r-- | extra/libspiro/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libspiro/PKGBUILD b/extra/libspiro/PKGBUILD index d27e6b9c1..39460af1e 100644 --- a/extra/libspiro/PKGBUILD +++ b/extra/libspiro/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc='Simplifies the drawing of beautiful curves' url='http://libspiro.sourceforge.net/' license=('GPL') options=('!libtool') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}_src-${pkgver}.tar.bz2") sha1sums=('d8b407b835b35289af2914877a4c6000b4fdd382') |