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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jun 26 20:57:37 UTC 2022


    Date: Sunday, June 26, 2022 @ 20:57:36
  Author: arojas
Revision: 1239579

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-26 20:57:19 UTC (rev 1239578)
+++ PKGBUILD	2022-06-26 20:57:36 UTC (rev 1239579)
@@ -1,42 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Zhuoyun Wei <wzyboy at wzyboy.org>
-
-pkgname=lib32-libnghttp2
-pkgver=1.47.0
-pkgrel=1
-pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
-arch=(x86_64)
-url='https://nghttp2.org/'
-license=(MIT)
-depends=(lib32-glibc libnghttp2)
-source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
-sha512sums=('ad6266a15789fec966db6be8ac0b9ee6cca257a3bb91fdd34a58acf0e472643a571941b5974d16c98f6ac5bfa6a03c4b70a6dff222fb0cd50909178b7e94ce48')
-
-build() {
-  cd nghttp2-$pkgver
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  autoreconf -i
-  ./configure \
-    --prefix=/usr \
-    --disable-examples \
-    --disable-python-bindings \
-    --enable-lib-only \
-    --libdir=/usr/lib32
-  make
-}
-
-check() {
-  cd nghttp2-$pkgver
-  make check
-}
-
-package() {
-  cd nghttp2-$pkgver/lib
-
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/include
-  install -Dm644 ../COPYING -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: lib32-libnghttp2/repos/multilib-x86_64/PKGBUILD (from rev 1239578, lib32-libnghttp2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-26 20:57:36 UTC (rev 1239579)
@@ -0,0 +1,42 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei <wzyboy at wzyboy.org>
+
+pkgname=lib32-libnghttp2
+pkgver=1.48.0
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(lib32-glibc libnghttp2)
+source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
+sha512sums=('77c22371290f77e8a538b9efea225d23567cc27cb60b71703cbcb057839b5f117cf50796aa82bf4518f22b38a5773e90a1c273eafff4b17c435ac5858bdf7c6f')
+
+build() {
+  cd nghttp2-$pkgver
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  autoreconf -i
+  ./configure \
+    --prefix=/usr \
+    --disable-examples \
+    --disable-python-bindings \
+    --enable-lib-only \
+    --libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver/lib
+
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/include
+  install -Dm644 ../COPYING -t "$pkgdir"/usr/share/licenses/$pkgname
+}



More information about the arch-commits mailing list