[arch-commits] Commit in libxau/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Andreas Radke
andyrtr at gemini.archlinux.org
Sat May 21 20:35:19 UTC 2022
Date: Saturday, May 21, 2022 @ 20:35:18
Author: andyrtr
Revision: 446363
archrelease: copy trunk to extra-x86_64
Added:
libxau/repos/extra-x86_64/PKGBUILD
(from rev 446362, libxau/trunk/PKGBUILD)
Deleted:
libxau/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-21 20:35:12 UTC (rev 446362)
+++ PKGBUILD 2022-05-21 20:35:18 UTC (rev 446363)
@@ -1,30 +0,0 @@
-# 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.9
-pkgrel=3
-pkgdesc="X11 authorisation library"
-arch=('x86_64')
-url="https://xorg.freedesktop.org/"
-depends=('glibc')
-makedepends=('xorgproto')
-license=('custom')
-source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2{,.sig})
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
-sha512sums=('3ca454ba466a807ea28b0f715066d73dc76ad312697b121d43e4d5766215052e9b7ffb8fe3ed3e496fa3f2a13f164ac692ff85cc428e26731b679f0f06a1d562'
- 'SKIP')
-
-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 446362, libxau/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-21 20:35:18 UTC (rev 446363)
@@ -0,0 +1,30 @@
+# 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.9
+pkgrel=4
+pkgdesc="X11 authorisation library"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+depends=('glibc')
+makedepends=('xorgproto')
+license=('custom')
+source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2{,.sig})
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+sha512sums=('3ca454ba466a807ea28b0f715066d73dc76ad312697b121d43e4d5766215052e9b7ffb8fe3ed3e496fa3f2a13f164ac692ff85cc428e26731b679f0f06a1d562'
+ 'SKIP')
+
+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