summaryrefslogtreecommitdiff
path: root/community/apitrace/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-30 22:59:31 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-30 22:59:31 +0100
commitd6908f32a89db898ee3b17398fb7dcf4df134c9a (patch)
treee471f77f439f12585a5ef499c06dee2bee2d4d33 /community/apitrace/PKGBUILD
parenta13b599d38789773a8bae0d435d6b4622dffa008 (diff)
parent1b5659bd580631ef740a2ee3b6994b4aa490e095 (diff)
Merge branch 'master' of git+ssh://parabola-git/srv/git/abslibre-mips64el
Diffstat (limited to 'community/apitrace/PKGBUILD')
-rw-r--r--community/apitrace/PKGBUILD4
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() {