diff options
-rw-r--r-- | main/putty/APKBUILD | 3 |
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" |