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

Felix Yan fyan at archlinux.org
Wed Aug 13 00:10:36 UTC 2014


    Date: Wednesday, August 13, 2014 @ 02:10:36
  Author: fyan
Revision: 117329

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-13 00:10:10 UTC (rev 117328)
+++ PKGBUILD	2014-08-13 00:10:36 UTC (rev 117329)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-_pkgbasename=libidn
-pkgname=lib32-$_pkgbasename
-pkgver=1.28
-pkgrel=1
-pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (32 bit)"
-url="http://www.gnu.org/software/libidn/"
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-depends=('lib32-glibc' "$_pkgbasename>=$pkgver")
-makedepends=('gcc-multilib')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
-sha1sums=('725587211b229c156e29fa2ad116b0ef71a7ca17')
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32 CC='gcc -m32'
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-libidn/repos/multilib-x86_64/PKGBUILD (from rev 117328, lib32-libidn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-08-13 00:10:36 UTC (rev 117329)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+_pkgbasename=libidn
+pkgname=lib32-$_pkgbasename
+pkgver=1.29
+pkgrel=1
+pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (32 bit)"
+url="http://www.gnu.org/software/libidn/"
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+depends=('lib32-glibc' "$_pkgbasename>=$pkgver")
+makedepends=('gcc-multilib')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
+sha1sums=('e0959eec9a03fd8053379b0aeab447c546c05ab2')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 CC='gcc -m32'
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}




More information about the arch-commits mailing list