diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-01-30 09:35:19 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-01-30 09:35:19 +0100 |
commit | b32640fcdfab29d944ce26246e01f660cd5831eb (patch) | |
tree | f889e1fd4625fb63536e28f1bc3873c704872052 /testing/stlink | |
parent | fad3a85a3474ec08962f5147bca149e9af3fd894 (diff) | |
download | aports-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/APKBUILD | 4 |
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="" |