[arch-commits] Commit in xorg-xconsole/trunk (4 files)
Andreas Radke
andyrtr at gemini.archlinux.org
Mon Jul 11 17:24:36 UTC 2022
Date: Monday, July 11, 2022 @ 17:24:35
Author: andyrtr
Revision: 450865
upgpkg: xorg-xconsole 1.0.8-1: upstream update 1.0.8
Added:
xorg-xconsole/trunk/keys/
xorg-xconsole/trunk/keys/pgp/
xorg-xconsole/trunk/keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc
Modified:
xorg-xconsole/trunk/PKGBUILD
-------------------------------------------------------+
PKGBUILD | 18 ++++++++--------
keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc | 1
2 files changed, 11 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-11 17:13:57 UTC (rev 450864)
+++ PKGBUILD 2022-07-11 17:24:35 UTC (rev 450865)
@@ -1,8 +1,9 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=xorg-xconsole
-pkgver=1.0.7
-pkgrel=4
+pkgver=1.0.8
+pkgrel=1
pkgdesc="Monitor system console messages with X"
arch=('x86_64')
url="https://xorg.freedesktop.org/"
@@ -9,19 +10,20 @@
license=('custom')
depends=('libxaw' 'libxmu' 'libxt' 'libx11')
makedepends=('xorg-util-macros')
-source=(https://xorg.freedesktop.org/archive/individual/app/xconsole-${pkgver}.tar.bz2{,.sig})
-sha256sums=('d1144882df207378381bc83927906559defbf7b83a01d52c50ad44234c5851e0'
+source=(https://xorg.freedesktop.org/archive/individual/app/xconsole-${pkgver}.tar.xz{,.sig})
+sha512sums=('93fd8527abed4faaf0f6a3804ab08dbcb926b0aaf67fd814c003b6b1102e2f643be5362a020c7028ae928925ffd423df6eb456d4ed48cf30a4c5f00a7ce648fa'
'SKIP')
-validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A')
+#validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
build() {
- cd "${srcdir}/xconsole-${pkgver}"
+ cd xconsole-${pkgver}
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/xconsole-${pkgver}"
+ cd xconsole-${pkgver}
make DESTDIR="${pkgdir}" install
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}
Added: keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc
===================================================================
(Binary files differ)
Index: xorg-xconsole/trunk/keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc
===================================================================
--- keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc 2022-07-11 17:13:57 UTC (rev 450864)
+++ keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc 2022-07-11 17:24:35 UTC (rev 450865)
Property changes on: xorg-xconsole/trunk/keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
More information about the arch-commits
mailing list