[arch-commits] Commit in libxau/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Feb 6 08:19:44 UTC 2018


    Date: Tuesday, February 6, 2018 @ 08:19:43
  Author: heftig
Revision: 315943

archrelease: copy trunk to extra-x86_64

Added:
  libxau/repos/extra-x86_64/PKGBUILD
    (from rev 315942, libxau/trunk/PKGBUILD)
Deleted:
  libxau/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-06 08:19:18 UTC (rev 315942)
+++ PKGBUILD	2018-02-06 08:19:43 UTC (rev 315943)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Alexander Baldeck <alexander at archlinux.org>
-
-pkgname=libxau
-pkgver=1.0.8
-pkgrel=2
-pkgdesc="X11 authorisation library"
-arch=('i686' 'x86_64')
-url="https://xorg.freedesktop.org/"
-depends=('glibc' 'xproto>=7.0.18')
-makedepends=('pkgconfig')
-license=('custom')
-source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2)
-sha256sums=('fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2')
-
-build() {
-  cd libXau-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd libXau-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libxau/repos/extra-x86_64/PKGBUILD (from rev 315942, libxau/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-06 08:19:43 UTC (rev 315943)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=libxau
+pkgver=1.0.8
+pkgrel=3
+pkgdesc="X11 authorisation library"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+depends=('glibc' 'xproto')
+makedepends=('pkgconfig')
+license=('custom')
+source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2)
+sha256sums=('fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2')
+
+build() {
+  cd libXau-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd libXau-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list