diff options
author | Michel Zou | 2022-05-18 19:10:13 +0200 |
---|---|---|
committer | Michel Zou | 2022-05-18 19:10:13 +0200 |
commit | f6faa989478110d95675272e4bf337ad257a7610 (patch) | |
tree | 3261b403d51c1e04cc72a53094018ac1d22e3b12 | |
parent | 9f23eff11f21258bede3e8aa6d18dbd75e66daae (diff) | |
download | aur-mingw-w64-libiconv.tar.gz |
1.17
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 6 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-libiconv pkgdesc = Provides GNU libiconv.so and libcharset.so (mingw-w64) - pkgver = 1.16 + pkgver = 1.17 pkgrel = 1 url = http://www.gnu.org/software/libiconv/ arch = any @@ -10,8 +10,7 @@ pkgbase = mingw-w64-libiconv options = !strip options = !buildflags options = staticlibs - source = http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz - md5sums = 7d2a800b952942bb2880efb00cfd524c + source = http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.17.tar.gz + sha256sums = 8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313 pkgname = mingw-w64-libiconv - @@ -1,5 +1,5 @@ pkgname=mingw-w64-libiconv -pkgver=1.16 +pkgver=1.17 pkgrel=1 arch=(any) pkgdesc="Provides GNU libiconv.so and libcharset.so (mingw-w64)" @@ -9,7 +9,7 @@ options=(!strip !buildflags staticlibs) license=("LGPL") url="http://www.gnu.org/software/libiconv/" source=("http://ftp.gnu.org/pub/gnu/libiconv/libiconv-$pkgver.tar.gz") -md5sums=('7d2a800b952942bb2880efb00cfd524c') +sha256sums=('8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" @@ -18,8 +18,7 @@ build() { cd "$srcdir/libiconv-$pkgver" for _arch in ${_architectures}; do mkdir -p build-${_arch} && pushd build-${_arch} - ${_arch}-configure \ - --disable-nls + ${_arch}-configure --disable-nls make popd done |