[arch-commits] Commit in lib32-expat/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Oct 27 14:40:38 UTC 2020


    Date: Tuesday, October 27, 2020 @ 14:40:38
  Author: alucryd
Revision: 734459

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-expat/repos/multilib-x86_64/PKGBUILD
    (from rev 734458, lib32-expat/trunk/PKGBUILD)
Deleted:
  lib32-expat/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |  113 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 57 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-27 14:40:33 UTC (rev 734458)
+++ PKGBUILD	2020-10-27 14:40:38 UTC (rev 734459)
@@ -1,56 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=lib32-expat
-pkgver=2.2.9
-pkgrel=1
-pkgdesc='An XML Parser library'
-arch=(x86_64)
-url=https://libexpat.github.io/
-license=(custom)
-depends=(
-  expat
-  lib32-glibc
-)
-makedepends=(
-  docbook2x
-  git
-)
-source=(git+https://github.com/libexpat/libexpat.git#tag=a7bc26b69768f7fb24f0c7976fae24b157b85b13)
-sha512sums=(SKIP)
-
-pkgver() {
-  cd libexpat
-
-  git describe --tags | sed 's/R_//; s/_/./g'
-}
-
-prepare() {
-  cd libexpat/expat
-
-  autoreconf -fiv
-}
-
-build() {
-  cd libexpat/expat
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure \
-    --prefix=/usr \
-    --libdir=/usr/lib32 \
-    --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd libexpat/expat
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share/man,share/doc}
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s expat "${pkgdir}"/usr/share/licenses/lib32-expat
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-expat/repos/multilib-x86_64/PKGBUILD (from rev 734458, lib32-expat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-27 14:40:38 UTC (rev 734459)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=lib32-expat
+pkgver=2.2.10
+pkgrel=1
+pkgdesc='An XML Parser library'
+arch=(x86_64)
+url=https://libexpat.github.io/
+license=(custom)
+depends=(
+  expat
+  lib32-glibc
+)
+makedepends=(
+  docbook2x
+  git
+)
+_tag=162e16b0a7392a20ecdb2a4d0d13b5a03a7b2380
+source=(git+https://github.com/libexpat/libexpat.git#tag=${_tag})
+sha512sums=(SKIP)
+
+pkgver() {
+  cd libexpat
+
+  git describe --tags | sed 's/R_//; s/_/./g'
+}
+
+prepare() {
+  cd libexpat/expat
+
+  autoreconf -fiv
+}
+
+build() {
+  cd libexpat/expat
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+    --prefix=/usr \
+    --libdir=/usr/lib32 \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd libexpat/expat
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share/man,share/doc}
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s expat "${pkgdir}"/usr/share/licenses/lib32-expat
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list