[arch-commits] Commit in xorg-xwud/repos/extra-x86_64 (PKGBUILD PKGBUILD keys)

Andreas Radke andyrtr at gemini.archlinux.org
Mon Jul 11 18:33:56 UTC 2022


    Date: Monday, July 11, 2022 @ 18:33:56
  Author: andyrtr
Revision: 450877

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xwud/repos/extra-x86_64/PKGBUILD
    (from rev 450876, xorg-xwud/trunk/PKGBUILD)
  xorg-xwud/repos/extra-x86_64/keys/
Deleted:
  xorg-xwud/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 18:33:43 UTC (rev 450876)
+++ PKGBUILD	2022-07-11 18:33:56 UTC (rev 450877)
@@ -1,28 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=xorg-xwud
-pkgver=1.0.5
-pkgrel=3
-pkgdesc="X Window System image undumping utility"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/"
-license=('custom')
-depends=('libx11')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(https://xorg.freedesktop.org/archive/individual/app/xwud-${pkgver}.tar.bz2{,.sig})
-sha512sums=('27a0ce7481978ae6cd94b0d94374af72185e270d68f2496620e148bb00945427c4827138d9efc48745e6382e3da3390ed0cdff7dbd02dcf9706e8ecccae97184'
-            'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
-
-build() {
-  cd xwud-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd xwud-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xwud/repos/extra-x86_64/PKGBUILD (from rev 450876, xorg-xwud/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 18:33:56 UTC (rev 450877)
@@ -0,0 +1,29 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xwud
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="X Window System image undumping utility"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xwud-${pkgver}.tar.xz{,.sig})
+sha512sums=('a7b964d9ef13e4726b2ef84dcc1040cdf510c8031c3e6e1dc1c711e65d9e56f1fc5921a7af3dbbd898b861c79e9da6242da23c2e73816e39152ae719052293e9'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+
+build() {
+  cd xwud-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xwud-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list