aboutsummaryrefslogtreecommitdiffstats
path: root/testing/stlink/APKBUILD
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2017-02-14 11:58:13 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2017-02-14 11:58:37 +0100
commit2791c8403cfa5ca8b93e467a853c8bb24c426f8f (patch)
treec6f194cf521d5566c5173830c3e1eea0503c9a62 /testing/stlink/APKBUILD
parentd06dc41ac0b2b9e1df664d7ad57ada623678e13a (diff)
downloadaports-2791c8403cfa5ca8b93e467a853c8bb24c426f8f.tar.bz2
aports-2791c8403cfa5ca8b93e467a853c8bb24c426f8f.tar.xz
testing/stlink: fix build on x86
Diffstat (limited to 'testing/stlink/APKBUILD')
-rw-r--r--testing/stlink/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/stlink/APKBUILD b/testing/stlink/APKBUILD
index db21686573..e230764e2c 100644
--- a/testing/stlink/APKBUILD
+++ b/testing/stlink/APKBUILD
@@ -2,17 +2,18 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=stlink
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="STM32 discovery line linux programmer"
url="https://github.com/texane/stlink"
-arch="all !x86"
+arch="all"
license="MIT"
depends=""
depends_dev=""
makedepends="cmake libusb-dev"
install=""
subpackages="$pkgname-doc $pkgname-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/texane/$pkgname/archive/$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/texane/$pkgname/archive/$pkgver.tar.gz
+ Compilation-fixes-errors-warnings-552.patch"
builddir="$srcdir"/$pkgname-$pkgver
build() {
@@ -37,6 +38,5 @@ package() {
"$pkgdir"/usr/share/doc/$pkgname/ || return 1
}
-md5sums="a47bc14deff96988913883d3db0bea80 stlink-1.3.0.tar.gz"
-sha256sums="3e8cba21744d2c38a0557f6835a05189e1b98202931bb0183d22efc462c893dd stlink-1.3.0.tar.gz"
-sha512sums="4b04d8ba6e4128fa8f7da035dab5b14241c675721388f8cb1771fe5893208abab2a4a69b2de09489f0b453ef2b7d92f65b04f767f81e190ffd53f3fc8e67ce6d stlink-1.3.0.tar.gz"
+sha512sums="4b04d8ba6e4128fa8f7da035dab5b14241c675721388f8cb1771fe5893208abab2a4a69b2de09489f0b453ef2b7d92f65b04f767f81e190ffd53f3fc8e67ce6d stlink-1.3.0.tar.gz
+8e87bf944e827de758f9d48acb0d2e811a13434fa5624c00e7619cae52a8e996f06226b36fb5057ca064afcab7a3512976bce982aba602b2107a073f9428365d Compilation-fixes-errors-warnings-552.patch"