[arch-commits] Commit in xorg-xkbutils/trunk (4 files)

Andreas Radke andyrtr at gemini.archlinux.org
Tue Jul 12 18:01:27 UTC 2022


    Date: Tuesday, July 12, 2022 @ 18:01:27
  Author: andyrtr
Revision: 450960

upgpkg: xorg-xkbutils 1.0.5-1: upstream update 1.0.5

Added:
  xorg-xkbutils/trunk/keys/
  xorg-xkbutils/trunk/keys/pgp/
  xorg-xkbutils/trunk/keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc
Modified:
  xorg-xkbutils/trunk/PKGBUILD

-------------------------------------------------------+
 PKGBUILD                                              |   17 +++++++++-------
 keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc |    1 
 2 files changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-12 17:57:16 UTC (rev 450959)
+++ PKGBUILD	2022-07-12 18:01:27 UTC (rev 450960)
@@ -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-xkbutils
-pkgver=1.0.4
-pkgrel=5
+pkgver=1.0.5
+pkgrel=1
 pkgdesc="XKB utility demos"
 arch=('x86_64')
 url="https://xorg.freedesktop.org/"
@@ -10,17 +11,19 @@
 depends=('libxaw' 'libxt' 'libx11')
 makedepends=('xorg-util-macros' 'xorgproto')
 groups=('xorg-apps' 'xorg')
-source=(https://xorg.freedesktop.org/archive/individual/app/xkbutils-${pkgver}.tar.bz2)
-sha512sums=('5bb6cb52ac02a4ec18332559853815585ca86e00e8c6452483af10c4db75811fe00952575dbbad5b7d03b9d6498830fb45d617b1b3c5c1cea8445f1131856a4d')
+source=(https://xorg.freedesktop.org/archive/individual/app/xkbutils-${pkgver}.tar.xz{,.sig})
+sha512sums=('0d8d460f5e015e9034292688437511068dab61216c2493f2981cfb63aaa012976ac9435c1586a22c0940fbfcb779b48dce9b85832303fe2b854aa945b814ac77'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith at oracle.com>
 
 build() {
-  cd "${srcdir}/xkbutils-${pkgver}"
+  cd xkbutils-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/xkbutils-${pkgver}"
+  cd xkbutils-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }

Added: keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc
===================================================================
(Binary files differ)

Index: xorg-xkbutils/trunk/keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc
===================================================================
--- keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc	2022-07-12 17:57:16 UTC (rev 450959)
+++ keys/pgp/4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.asc	2022-07-12 18:01:27 UTC (rev 450960)

Property changes on: xorg-xkbutils/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