summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-03-30 12:31:19 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-03-30 12:31:19 -0500
commitd181bf2cbe77100d04299a098a3d4ed1ab831d87 (patch)
tree2f7f05f53d2aab253a0d98dd0f5b29a87196efbe /community
parent2ded9f445f49124fa15887ab6d5fc86d8b575d36 (diff)
Fix md5sum in apitrace
Diffstat (limited to 'community')
-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() {