diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-04-29 21:52:25 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2015-04-29 21:52:25 +0200 |
commit | b5b3c4b2cfe659c465830abcd7292f9a55cfebfd (patch) | |
tree | b7fa6284d71424215c920aa90a4bbda0e2dddbfb /main/lksctp-tools | |
parent | 962fd38c60d6cc0923074099047d6532d40ceab1 (diff) | |
download | aports-b5b3c4b2cfe659c465830abcd7292f9a55cfebfd.tar.bz2 aports-b5b3c4b2cfe659c465830abcd7292f9a55cfebfd.tar.xz |
main/lksctp-tools: add linux-headers to makedeps
Diffstat (limited to 'main/lksctp-tools')
-rw-r--r-- | main/lksctp-tools/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lksctp-tools/APKBUILD b/main/lksctp-tools/APKBUILD index e41250872a..14e7a924e2 100644 --- a/main/lksctp-tools/APKBUILD +++ b/main/lksctp-tools/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lksctp-tools pkgver=1.0.16 -pkgrel=0 +pkgrel=1 pkgdesc="User-space access to Linux Kernel SCTP" url="http://lksctp.sourceforge.net" arch="all" license="GPLv2 and GPLv2+ and LGPLv2 and MIT" depends="" depends_dev="" -makedepends="$depends_dev libtool automake autoconf" +makedepends="$depends_dev libtool automake autoconf linux-headers" install="" subpackages="$pkgname-dev $pkgname-doc" source="http://downloads.sourceforge.net/lksctp/lksctp-tools-$pkgver.tar.gz |