diff options
Diffstat (limited to 'extra/vc/PKGBUILD')
-rw-r--r-- | extra/vc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/vc/PKGBUILD b/extra/vc/PKGBUILD index e5d26a114..8e7d1ee1d 100644 --- a/extra/vc/PKGBUILD +++ b/extra/vc/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.6.1 pkgrel=1 pkgdesc="A library to ease explicit vectorization of C++ code" url='http://code.compeng.uni-frankfurt.de/projects/vc/' -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') license=('LGPL3') makedepends=('cmake') source=("http://code.compeng.uni-frankfurt.de/attachments/download/147/Vc-${pkgver}.tar.gz") |