aboutsummaryrefslogtreecommitdiffstats
path: root/testing/spi-tools
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2020-04-14 18:56:32 +0200
committerMilan P. Stanić <mps@arvanta.net>2020-04-14 18:56:32 +0200
commit92052a38da4f84a7c980cf255d966c7f99a27ead (patch)
tree89648bb654317e68f3ba95de93c9bf8815e3c24d /testing/spi-tools
parentc25f20942f89286f32f41db86458c4c2c03089c7 (diff)
downloadaports-92052a38da4f84a7c980cf255d966c7f99a27ead.tar.bz2
aports-92052a38da4f84a7c980cf255d966c7f99a27ead.tar.xz
testing/spi-tools: fix linux-headers in makedepends
Diffstat (limited to 'testing/spi-tools')
-rw-r--r--testing/spi-tools/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/spi-tools/APKBUILD b/testing/spi-tools/APKBUILD
index 751c3299fa..cac4deb4f2 100644
--- a/testing/spi-tools/APKBUILD
+++ b/testing/spi-tools/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="simple command line tools to help using Linux spidev devices"
url="https://github.com/cpb-/spi-tools"
arch="all !s390x !ppc64le"
license="GPL-2.0-or-later"
-makedepends="autoconf automake linux-header"
+makedepends="autoconf automake linux-headers"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/cpb-/spi-tools/archive/$pkgver.tar.gz"