T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / xterm
Commits:
c76b9cb3 by T.J. Townsend at 2024-10-25T10:39:08-04:00
upgpkg: 395-1: update to 395
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = xterm
pkgdesc = X Terminal Emulator
- pkgver = 394
+ pkgver = 395
pkgrel = 1
url = https://invisible-island.net/xterm/
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = xterm
depends = libutempter
depends = libxkbfile
optdepends = xorg-mkfontscale: font scaling
- source = https://invisible-mirror.net/archives/xterm/xterm-394.tgz
- source = https://invisible-mirror.net/archives/xterm/xterm-394.tgz.asc
+ source = https://invisible-mirror.net/archives/xterm/xterm-395.tgz
+ source = https://invisible-mirror.net/archives/xterm/xterm-395.tgz.asc
validpgpkeys = 19882D92DDA4C400C22C0D56CC2AF4472167BE03
- sha256sums =
a2a0cb206eb0423dedc34794f5c2d38c83390d2dd1106b66aba0960c3a976c7a
+ sha256sums =
286e3caa5938eae38e202827621567629dfeaae689e8070b413ca11398093dc8
sha256sums = SKIP
pkgname = xterm
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Alexander Baldeck <[email protected]>
pkgname=xterm
-pkgver=394
+pkgver=395
pkgrel=1
pkgdesc="X Terminal Emulator"
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('custom')
depends=('libxft' 'libxaw' 'ncurses' 'luit' 'xbitmaps' 'libutempter'
'libxkbfile')
optdepends=('xorg-mkfontscale: font scaling')
source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha256sums=('a2a0cb206eb0423dedc34794f5c2d38c83390d2dd1106b66aba0960c3a976c7a'
+sha256sums=('286e3caa5938eae38e202827621567629dfeaae689e8070b413ca11398093dc8'
'SKIP')
#validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey
<[email protected]>"
validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # "Thomas E. Dickey
(self-signed w/o SHA1) <[email protected]>"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xterm/-/commit/c76b9cb3c56eefc0995542b0f1ca16d29b6ad4a7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xterm/-/commit/c76b9cb3c56eefc0995542b0f1ca16d29b6ad4a7
You're receiving this email because of your account on gitlab.archlinux.org.