mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 09:22:17 +08:00
Downgraded libidn to 1.16
This commit is contained in:
parent
90797bd368
commit
35bcb6232e
@ -5,8 +5,9 @@
|
|||||||
|
|
||||||
_pkgbasename=libidn
|
_pkgbasename=libidn
|
||||||
pkgname=lib32-$_pkgbasename
|
pkgname=lib32-$_pkgbasename
|
||||||
pkgver=1.22
|
pkgver=1.16
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
|
_epoch=1
|
||||||
pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (32-bit)"
|
pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (32-bit)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.gnu.org/software/libidn/"
|
url="http://www.gnu.org/software/libidn/"
|
||||||
@ -15,7 +16,8 @@ depends=('lib32-gcc-libs' $_pkgbasename)
|
|||||||
makedepends=('gcc-multilib')
|
makedepends=('gcc-multilib')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
source=(http://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
|
source=(http://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz)
|
||||||
sha1sums=('8358e897c24d534438f6b5694c25e85889d860c3')
|
sha1sums=('33ff88e7111f07f3bb8aa888fdc7848bb319d4ce')
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export CC="gcc -m32"
|
export CC="gcc -m32"
|
||||||
|
Loading…
Reference in New Issue
Block a user