[arch-commits] Commit in lib32-libidn2/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon May 17 06:38:51 UTC 2021
Date: Monday, May 17, 2021 @ 06:38:51
Author: foutrelis
Revision: 935997
archrelease: copy trunk to multilib-x86_64
Added:
lib32-libidn2/repos/multilib-x86_64/PKGBUILD
(from rev 935996, lib32-libidn2/trunk/PKGBUILD)
Deleted:
lib32-libidn2/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 91 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-17 06:38:46 UTC (rev 935996)
+++ PKGBUILD 2021-05-17 06:38:51 UTC (rev 935997)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx at archlinux.org>
-# Contributor: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Daurnimator <quae at daurnimator.com>
-
-pkgname=lib32-libidn2
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='Free software implementation of IDNA2008, Punycode and TR46'
-url='https://www.gnu.org/software/libidn/#libidn2'
-arch=('x86_64')
-license=('GPL2' 'LGPL3')
-depends=('libidn2' 'lib32-glibc' 'lib32-libunistring')
-makedepends=('gtk-doc' 'ruby-ronn')
-source=(https://ftp.gnu.org/gnu/libidn/libidn2-${pkgver}.tar.gz{,.sig})
-sha256sums=('e1cb1db3d2e249a6a3eb6f0946777c2e892d5c5dc7bd91c74394fc3a01cab8b5'
- 'SKIP')
-validpgpkeys=('1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <tim.ruehsen at gmx.de>
-
-prepare() {
- cd libidn2-${pkgver}
- autoreconf -fvi
-}
-
-build() {
- cd libidn2-${pkgver}
- export CC='gcc -m32'
- export CXX='g++ -m32'
- export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
- ./configure \
- --prefix=/usr \
- --libdir=/usr/lib32
- make
-}
-
-check() {
- cd libidn2-${pkgver}
- make check
-}
-package() {
- cd libidn2-${pkgver}
- make DESTDIR="${pkgdir}" install
- rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:
Copied: lib32-libidn2/repos/multilib-x86_64/PKGBUILD (from rev 935996, lib32-libidn2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-17 06:38:51 UTC (rev 935997)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak <anthraxx at archlinux.org>
+# Contributor: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Daurnimator <quae at daurnimator.com>
+
+pkgname=lib32-libidn2
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Free software implementation of IDNA2008, Punycode and TR46'
+url='https://www.gnu.org/software/libidn/#libidn2'
+arch=('x86_64')
+license=('GPL2' 'LGPL3')
+depends=('libidn2' 'lib32-glibc' 'lib32-libunistring')
+makedepends=('gtk-doc' 'ruby-ronn')
+source=(https://ftp.gnu.org/gnu/libidn/libidn2-${pkgver}.tar.gz{,.sig})
+sha256sums=('8af684943836b8b53965d5f5b6714ef13c26c91eaa36ce7d242e3d21f5d40f2d'
+ 'SKIP')
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C' # Simon Josefsson <simon at josefsson.org>
+ '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <tim.ruehsen at gmx.de>
+
+prepare() {
+ cd libidn2-${pkgver}
+ autoreconf -fvi
+}
+
+build() {
+ cd libidn2-${pkgver}
+ export CC='gcc -m32'
+ export CXX='g++ -m32'
+ export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+ ./configure \
+ --prefix=/usr \
+ --libdir=/usr/lib32
+ make
+}
+
+check() {
+ cd libidn2-${pkgver}
+ make check
+}
+package() {
+ cd libidn2-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list