diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-04 18:53:08 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-05-04 18:53:08 +0200 |
commit | ca998b4c054452abed4e01be1d2b28fee0ca904f (patch) | |
tree | 9c2d64811604c8b28dbef4787adb4f39035297c7 | |
parent | 28755f91b7986fbd36ec21705a5f941479b6d8f4 (diff) |
Build libquvi for mips64el.
-rw-r--r-- | community/libquvi/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libquvi/PKGBUILD b/community/libquvi/PKGBUILD index bc155076e..968433a92 100644 --- a/community/libquvi/PKGBUILD +++ b/community/libquvi/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libquvi pkgver=0.4.0 pkgrel=3 pkgdesc='Library for parsing video download links.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://quvi.sourceforge.net/' license=('LGPL') depends=('libquvi-scripts' 'curl' 'lua') |