aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAmatCoder <amatcoder@gmail.com>2014-11-13 14:51:32 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2014-11-14 09:37:55 +0100
commit3c6df20c72da8c13ad2a89999a4801bc72bbdb60 (patch)
tree3135e4393f3261d181f10ce9ad8b013e70886a02 /testing
parent5957a96bb10daba755c7d6642dac77796383ae53 (diff)
testing/mednafen: build only x86_64 arch
Diffstat (limited to 'testing')
-rw-r--r--testing/mednafen/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mednafen/APKBUILD b/testing/mednafen/APKBUILD
index 367605758a3..12fb6cae34d 100644
--- a/testing/mednafen/APKBUILD
+++ b/testing/mednafen/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer: August Klein <amatcoder@gmail.com>
pkgname=mednafen
pkgver=0.9.36.5
-pkgrel=1
+pkgrel=2
pkgdesc="A command-line multi-system emulator"
url="http://mednafen.sourceforge.net"
-arch="all"
+arch="x86_64"
license="GPL2"
depends=""
depends_dev="alsa-lib-dev libcdio-dev libsndfile-dev sdl-dev zlib-dev"