aboutsummaryrefslogtreecommitdiffstats
path: root/testing/stm32flash
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2018-07-17 13:34:04 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-07-17 13:34:04 +0000
commitda2af17bd98bf2688bf4d0ee5b088f99db3f79d3 (patch)
tree7a710fc283b563749d05e5cfb2a60ae020373907 /testing/stm32flash
parent25f857bdd494b38300e82207264d81ccd6d33527 (diff)
downloadaports-da2af17bd98bf2688bf4d0ee5b088f99db3f79d3.tar.bz2
aports-da2af17bd98bf2688bf4d0ee5b088f99db3f79d3.tar.xz
testing/stm32flash: needs linux-headers
Diffstat (limited to 'testing/stm32flash')
-rw-r--r--testing/stm32flash/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/stm32flash/APKBUILD b/testing/stm32flash/APKBUILD
index 09baf50819..658c893660 100644
--- a/testing/stm32flash/APKBUILD
+++ b/testing/stm32flash/APKBUILD
@@ -1,11 +1,12 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=stm32flash
pkgver=0.5
-pkgrel=0
+pkgrel=1
pkgdesc="Flash STM32 ARM SoCs using built-in ST serial bootloader over UART or I2C"
url="https://sourceforge.net/p/stm32flash/wiki/Home/"
arch="all"
license="GPL-2.0-or-later"
+makedepends="linux-headers"
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname"