Date: Wednesday, February 20, 2019 @ 23:43:00
  Author: bisson
Revision: 346612

archrelease: copy trunk to extra-x86_64

Added:
  xorg-xev/repos/extra-x86_64/PKGBUILD
    (from rev 346611, xorg-xev/trunk/PKGBUILD)
Deleted:
  xorg-xev/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-02-20 23:42:19 UTC (rev 346611)
+++ PKGBUILD    2019-02-20 23:43:00 UTC (rev 346612)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot <[email protected]>
-# Maintainer: Gaetan Bisson <[email protected]>
-
-pkgname=xorg-xev
-pkgver=1.2.2
-pkgrel=2
-pkgdesc='Print contents of X events'
-url='https://xorg.freedesktop.org/'
-arch=('x86_64')
-license=('custom')
-depends=('libx11' 'libxrandr')
-makedepends=('xorg-util-macros' 'xproto')
-source=(https://xorg.freedesktop.org/archive/individual/app/xev-${pkgver}.tar.bz2{,.sig})
-sha256sums=('d94ae62a6c1af56c2961d71f5782076ac4116f0fa4e401420ac7e0db33dc314f'
-            'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
<[email protected]>
-groups=('xorg-apps' 'xorg')
-
-build() {
-       cd xev-${pkgver}
-       ./configure --prefix=/usr
-       make
-}
-
-package() {
-       cd xev-${pkgver}
-       make DESTDIR="${pkgdir}" install
-       install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xorg-xev/repos/extra-x86_64/PKGBUILD (from rev 346611, 
xorg-xev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-02-20 23:43:00 UTC (rev 346612)
@@ -0,0 +1,29 @@
+# Contributor: Jan de Groot <[email protected]>
+# Maintainer: Gaetan Bisson <[email protected]>
+
+pkgname=xorg-xev
+pkgver=1.2.3
+pkgrel=1
+pkgdesc='Print contents of X events'
+url='https://xorg.freedesktop.org/'
+arch=('x86_64')
+license=('custom')
+depends=('libx11' 'libxrandr')
+makedepends=('xorg-util-macros' 'xproto')
+source=(https://xorg.freedesktop.org/archive/individual/app/xev-${pkgver}.tar.bz2{,.sig})
+sha256sums=('66bc4f1cfa1946d62612737815c34164e4ce40fcebd2c9e1d7e7a1117ad3ad09'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
<[email protected]>
+groups=('xorg-apps' 'xorg')
+
+build() {
+       cd xev-${pkgver}
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd xev-${pkgver}
+       make DESTDIR="${pkgdir}" install
+       install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Reply via email to