diff options
-rw-r--r-- | community/apitrace/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/apitrace/PKGBUILD b/community/apitrace/PKGBUILD index ba20fd302..1676111a2 100644 --- a/community/apitrace/PKGBUILD +++ b/community/apitrace/PKGBUILD @@ -7,14 +7,14 @@ pkgname=apitrace pkgver=3.0 pkgrel=1 pkgdesc="Graphics API Tracing" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/apitrace/apitrace" license=('custom') makedepends=('cmake' 'mesa' 'libgl>=9.1' 'python2' 'qtwebkit' 'qjson') optdepends=('qtwebkit: GUI support' 'qjson: GUI support') source=("https://github.com/apitrace/$pkgname/zipball/$pkgver" gcc-4.7-fix.patch) -md5sums=('9ef70fa990f165e30a4408762fdb4a76' +md5sums=('d3c61c88684de9dc2641d974292b0c49' '27a9a7aa14355b56fb48e2e17ff9911e') build() { |