[arch-commits] Commit in lib32-libidn/repos/multilib-testing-x86_64 (4 files)

Christian Hesse eworm at gemini.archlinux.org
Wed Jun 22 07:14:03 UTC 2022


    Date: Wednesday, June 22, 2022 @ 07:14:03
  Author: eworm
Revision: 1238912

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libidn/repos/multilib-testing-x86_64/PKGBUILD
    (from rev 1238911, lib32-libidn/trunk/PKGBUILD)
  lib32-libidn/repos/multilib-testing-x86_64/keys/
Deleted:
  lib32-libidn/repos/multilib-testing-x86_64/PKGBUILD
  lib32-libidn/repos/multilib-testing-x86_64/keys/

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-22 07:14:01 UTC (rev 1238911)
+++ PKGBUILD	2022-06-22 07:14:03 UTC (rev 1238912)
@@ -1,34 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-_pkgbasename=libidn
-pkgname=lib32-$_pkgbasename
-pkgver=1.39
-pkgrel=1
-pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (32 bit)"
-url="https://www.gnu.org/software/libidn/"
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-depends=('lib32-glibc' "$_pkgbasename>=$pkgver")
-source=("https://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C'  # Simon Josefsson <simon at josefsson.org>
-              'B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE'  # Simon Josefsson <simon at josefsson.org>
-              '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <tim.ruehsen at gmx.de>
-sha256sums=('2c8f083b3fc67438e47479d6555fe38d404f41da4c0464add3b46fbf58907312'
-            'SKIP')
-
-build() {
-  cd ${_pkgbasename}-${pkgver}
-
-  ./configure \
-    CC='gcc -m32' \
-    --prefix=/usr \
-    --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${_pkgbasename}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}

Copied: lib32-libidn/repos/multilib-testing-x86_64/PKGBUILD (from rev 1238911, lib32-libidn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-22 07:14:03 UTC (rev 1238912)
@@ -0,0 +1,34 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+_pkgbasename=libidn
+pkgname=lib32-$_pkgbasename
+pkgver=1.40
+pkgrel=1
+pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (32 bit)"
+url="https://www.gnu.org/software/libidn/"
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+depends=('lib32-glibc' "$_pkgbasename>=$pkgver")
+source=("https://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C'  # Simon Josefsson <simon at josefsson.org>
+              'B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE'  # Simon Josefsson <simon at josefsson.org>
+              '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <tim.ruehsen at gmx.de>
+sha256sums=('527f673b8043d7189c056dd478b07af82492ecf118aa3e0ef0dc98c11af79991'
+            'SKIP')
+
+build() {
+  cd ${_pkgbasename}-${pkgver}
+
+  ./configure \
+    CC='gcc -m32' \
+    --prefix=/usr \
+    --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}



More information about the arch-commits mailing list