diff --git a/mingw-w64-cloog/PKGBUILD b/mingw-w64-cloog/PKGBUILD index 7ffd56ec07..0a56f0ae0d 100644 --- a/mingw-w64-cloog/PKGBUILD +++ b/mingw-w64-cloog/PKGBUILD @@ -4,7 +4,7 @@ _realname=cloog _mingw_suff=mingw-w64-${CARCH} pkgname=("${_mingw_suff}-${_realname}") pkgver=0.18.1 -pkgrel=1 +pkgrel=2 groups=("${_mingw_suff}") pkgdesc="Library that generates loops for scanning polyhedra" arch=('any') diff --git a/mingw-w64-gmp/PKGBUILD b/mingw-w64-gmp/PKGBUILD index 412b1f9d7e..bc1dfc7686 100644 --- a/mingw-w64-gmp/PKGBUILD +++ b/mingw-w64-gmp/PKGBUILD @@ -4,7 +4,7 @@ _realname=gmp _mingw_suff=mingw-w64-${CARCH} pkgname=("${_mingw_suff}-${_realname}") pkgver=6.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="A free library for arbitrary precision arithmetic" arch=('any') groups=("${_mingw_suff}") diff --git a/mingw-w64-isl/PKGBUILD b/mingw-w64-isl/PKGBUILD index c559c95662..79eaf68a18 100644 --- a/mingw-w64-isl/PKGBUILD +++ b/mingw-w64-isl/PKGBUILD @@ -4,7 +4,7 @@ _realname=isl _mingw_suff=mingw-w64-${CARCH} pkgname=("${_mingw_suff}-${_realname}") pkgver=0.12.1 -pkgrel=1 +pkgrel=2 pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints" arch=('any') url="http://freecode.com/projects/isl" @@ -14,7 +14,7 @@ makedepends=("${_mingw_suff}-gmp") options=('staticlibs') license=('MIT') source=(http://isl.gforge.inria.fr/${_realname}-${pkgver}.tar.bz2 -#ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/${_realname}-$pkgver.tar.bz2 + #ftp://ftp.linux.student.kuleuven.be/pub/people/skimo/isl/${_realname}-$pkgver.tar.bz2 isl-0.12.1-no-undefined.patch) md5sums=('27d381085ff1b5733c3e8a9b6ad24a4d' 'ca9a6f7dd457cfa1cd33597d23046fe9') @@ -27,10 +27,10 @@ prepare() { build() { cd "$srcdir/${_realname}-$pkgver" ./configure --prefix=${MINGW_PREFIX} \ - --build=${MINGW_CHOST} \ - --enable-static \ - --disable-shared \ - --with-gmp-prefix=${MINGW_PREFIX} + --build=${MINGW_CHOST} \ + --enable-static \ + --disable-shared \ + --with-gmp-prefix=${MINGW_PREFIX} make } diff --git a/mingw-w64-mpc/PKGBUILD b/mingw-w64-mpc/PKGBUILD index 73b76b3e82..41e26bd538 100644 --- a/mingw-w64-mpc/PKGBUILD +++ b/mingw-w64-mpc/PKGBUILD @@ -4,7 +4,7 @@ _realname=mpc _mingw_suff=mingw-w64-${CARCH} pkgname="${_mingw_suff}-${_realname}" pkgver=1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Multiple precision complex arithmetic library (mingw-w64)" groups=("${_mingw_suff}") url='http://www.multiprecision.org' diff --git a/mingw-w64-mpfr/PKGBUILD b/mingw-w64-mpfr/PKGBUILD index 6894543e55..c9d88914b0 100644 --- a/mingw-w64-mpfr/PKGBUILD +++ b/mingw-w64-mpfr/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${_mingw_suff}-${_realname}") _pkgver=3.1.2 _patchlevel=p5 pkgver=${_pkgver}.${_patchlevel} -pkgrel=1 +pkgrel=2 pkgdesc="Multiple-precision floating-point library" arch=('any') url="http://www.mpfr.org/" @@ -31,9 +31,9 @@ build() { ./configure --build=${MINGW_CHOST} \ --prefix=${MINGW_PREFIX} \ - --enable-static \ - --disable-shared \ - --with-gmp=${MINGW_PREFIX} + --enable-static \ + --disable-shared \ + --with-gmp=${MINGW_PREFIX} make }