aboutsummaryrefslogtreecommitdiffstats
path: root/main/putty/APKBUILD
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-04-08 12:15:07 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-04-08 12:26:34 +0000
commit27d98e6838c9cc6201cce93908a9c8b3e8205f7a (patch)
tree5d7c74be8a1a7eb6cbf809be164f5227e592fdd9 /main/putty/APKBUILD
parent8d25ad814b36930f39f2c7d760a90f54c3350720 (diff)
downloadaports-27d98e6838c9cc6201cce93908a9c8b3e8205f7a.tar.bz2
aports-27d98e6838c9cc6201cce93908a9c8b3e8205f7a.tar.xz
main/putty: on arm* and aarch64 needs linux-headers
Diffstat (limited to 'main/putty/APKBUILD')
-rw-r--r--main/putty/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/putty/APKBUILD b/main/putty/APKBUILD
index 4fc1019b93..b225b29c44 100644
--- a/main/putty/APKBUILD
+++ b/main/putty/APKBUILD
@@ -1,11 +1,12 @@
# Maintainer: Jeff Bilyk <jbilyk@alpinelinux.org>
pkgname=putty
pkgver=0.71
-pkgrel=0
+pkgrel=1
pkgdesc="SSH and telnet client"
url="https://www.chiark.greenend.org.uk/~sgtatham/putty/"
arch="all"
license="MIT"
+makedepends="linux-headers"
subpackages="$pkgname-doc"
source="http://the.earth.li/~sgtatham/putty/$pkgver/putty-$pkgver.tar.gz
fix-ppc64le-disable-werror.patch"