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

Maxime Gauduin alucryd at archlinux.org
Fri Jun 28 06:25:01 UTC 2019


    Date: Friday, June 28, 2019 @ 06:25:00
  Author: alucryd
Revision: 485638

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-28 06:24:54 UTC (rev 485637)
+++ PKGBUILD	2019-06-28 06:25:00 UTC (rev 485638)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=lib32-expat
-pkgver=2.2.6
-pkgrel=2
-pkgdesc='An XML Parser library written in C (32 bit)'
-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=R_${pkgver//./_})
-sha512sums=(SKIP)
-
-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 485637, lib32-expat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-28 06:25:00 UTC (rev 485638)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=lib32-expat
+pkgver=2.2.7
+pkgrel=1
+pkgdesc='An XML Parser library written in C (32 bit)'
+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=R_${pkgver//./_})
+sha512sums=(SKIP)
+
+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