summaryrefslogtreecommitdiff
path: root/extra/putty
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-10 02:21:00 -0700
committerroot <root@rshg054.dnsready.net>2013-08-10 02:21:00 -0700
commit0ade1da67addf154d93c6a6399b0a3d5a18a3336 (patch)
tree0fcd3a26d8b3c5830e46d0872701a89256e3d4f7 /extra/putty
parent7978ce3c736ef00274d5956c378df572315702bd (diff)
Sat Aug 10 02:18:27 PDT 2013
Diffstat (limited to 'extra/putty')
-rw-r--r--extra/putty/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/putty/PKGBUILD b/extra/putty/PKGBUILD
index 5a6f2f536..2dd0523aa 100644
--- a/extra/putty/PKGBUILD
+++ b/extra/putty/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 144938 2011-12-11 04:46:16Z eric $
+# $Id: PKGBUILD 192256 2013-08-09 00:29:07Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=putty
-pkgver=0.62
+pkgver=0.63
pkgrel=1
pkgdesc="A terminal integrated SSH/Telnet client"
arch=('i686' 'x86_64')
@@ -11,17 +11,17 @@ license=('MIT')
depends=('gtk2')
source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
-sha1sums=('5898438614117ee7e3704fc3f30a3c4bf2041380'
- '128cded001647e3b47494dbfb1eeb70cbed49a7c')
+sha1sums=('195c0603ef61082b91276faa8d4246ea472bba3b'
+ '77a3c246485071f7c2ac7101778bdc6bd4918a6b')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}/unix"
+ cd ${pkgname}-${pkgver}/unix
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}/unix"
+ cd ${pkgname}-${pkgver}/unix
make DESTDIR="${pkgdir}" install
install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}