Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
putty
Commits:
a1027105 by Christian Hesse at 2026-05-22T13:33:10+02:00
upgpkg: 0.84-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,35 @@
pkgbase = putty
pkgdesc = A terminal integrated SSH/Telnet client
- pkgver = 0.83
+ pkgver = 0.84
pkgrel = 1
url = https://putty.software/
arch = x86_64
license = MIT
makedepends = cmake
makedepends = git
+ makedepends = halibut
+ depends = glibc
depends = gtk3
- source = git+https://git.tartarus.org/simon/putty.git#tag=0.83
+ depends = libgdk-3.so
+ depends = libgtk-3.so
+ depends = glib2
+ depends = libglib-2.0.so
+ depends = libgobject-2.0.so
+ depends = cairo
+ depends = libcairo.so
+ depends = libpangocairo-1.0.so
+ depends = libpango-1.0.so
+ depends = gdk-pixbuf2
+ depends = libgdk_pixbuf-2.0.so
+ depends = pango
+ depends = libpangocairo-1.0.so
+ depends = libpango-1.0.so
+ source = git+https://git.tartarus.org/simon/putty.git#tag=0.84
source = putty.desktop
source = putty.png
source = putty.xpm
validpgpkeys = F412BA3AA30FDC0E77B4E3871993D21BCAD1AA77
- sha256sums =
724a98bdb93c8849808d4d41a8454ce8ac06aebbf85d5f542a60eb951e2216f6
+ sha256sums =
9cd9a84497535baa5df5a675c367bfe2bdbf0cbcec54f24993e2110bf66f94ab
sha256sums =
4a8af81fe8ac702ad298606076088f237b83beed82cc089a32f314888b67cf2c
sha256sums =
93ba8ea8abf942f4de1c6cd167d4b5c2d6246fb1aa39dc49571cc18d167460c1
sha256sums =
d65139883171ed0119d9778ff4a89e6a8151a5ae97fcf8dc7cafb59df424377f
=====================================
PKGBUILD
=====================================
@@ -2,20 +2,26 @@
# Contributor: Eric Bélanger <[email protected]>
pkgname=putty
-pkgver=0.83
+pkgver=0.84
pkgrel=1
pkgdesc='A terminal integrated SSH/Telnet client'
arch=('x86_64')
url='https://putty.software/'
license=('MIT')
-depends=('gtk3')
-makedepends=('cmake' 'git')
+depends=(
+ 'glibc'
+ 'gtk3' 'libgdk-3.so' 'libgtk-3.so'
+ 'glib2' 'libglib-2.0.so' 'libgobject-2.0.so'
+ 'cairo' 'libcairo.so' 'libpangocairo-1.0.so' 'libpango-1.0.so'
+ 'gdk-pixbuf2' 'libgdk_pixbuf-2.0.so'
+ 'pango' 'libpangocairo-1.0.so' 'libpango-1.0.so')
+makedepends=('cmake' 'git' 'halibut')
validpgpkeys=('F412BA3AA30FDC0E77B4E3871993D21BCAD1AA77') # PuTTY Releases
<[email protected]>
source=("git+https://git.tartarus.org/simon/putty.git#tag=${pkgver}"
'putty.desktop'
'putty.png'
'putty.xpm')
-sha256sums=('724a98bdb93c8849808d4d41a8454ce8ac06aebbf85d5f542a60eb951e2216f6'
+sha256sums=('9cd9a84497535baa5df5a675c367bfe2bdbf0cbcec54f24993e2110bf66f94ab'
'4a8af81fe8ac702ad298606076088f237b83beed82cc089a32f314888b67cf2c'
'93ba8ea8abf942f4de1c6cd167d4b5c2d6246fb1aa39dc49571cc18d167460c1'
'd65139883171ed0119d9778ff4a89e6a8151a5ae97fcf8dc7cafb59df424377f')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/putty/-/commit/a1027105ca3203e5db8d4231191053cbcea043a7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/putty/-/commit/a1027105ca3203e5db8d4231191053cbcea043a7
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help