aboutsummaryrefslogtreecommitdiffstats
path: root/testing/stlink
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2017-01-30 09:35:19 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2017-01-30 09:35:19 +0100
commitb32640fcdfab29d944ce26246e01f660cd5831eb (patch)
treef889e1fd4625fb63536e28f1bc3873c704872052 /testing/stlink
parentfad3a85a3474ec08962f5147bca149e9af3fd894 (diff)
downloadaports-b32640fcdfab29d944ce26246e01f660cd5831eb.tar.bz2
aports-b32640fcdfab29d944ce26246e01f660cd5831eb.tar.xz
testing/stlink: temporarily disable on x86
https://github.com/texane/stlink/issues/547
Diffstat (limited to 'testing/stlink')
-rw-r--r--testing/stlink/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/stlink/APKBUILD b/testing/stlink/APKBUILD
index a063ad0484..db21686573 100644
--- a/testing/stlink/APKBUILD
+++ b/testing/stlink/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=stlink
pkgver=1.3.0
-pkgrel=0
+pkgrel=1
pkgdesc="STM32 discovery line linux programmer"
url="https://github.com/texane/stlink"
-arch="all"
+arch="all !x86"
license="MIT"
depends=""
depends_dev=""