diff options
Diffstat (limited to 'extra/boost/PKGBUILD')
-rw-r--r-- | extra/boost/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD index fc5af2bf1..b3b419a10 100644 --- a/extra/boost/PKGBUILD +++ b/extra/boost/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 209650 2014-03-31 11:08:52Z svenstaro $ +# $Id: PKGBUILD 211306 2014-04-18 17:28:07Z andyrtr $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: kevin <kevin@archlinux.org> @@ -10,11 +10,11 @@ pkgbase=boost pkgname=('boost-libs' 'boost') pkgver=1.55.0 _boostver=${pkgver//./_} -pkgrel=5 +pkgrel=6 url="http://www.boost.org/" arch=('i686' 'x86_64') license=('custom') -makedepends=('icu>=52.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi') +makedepends=('icu>=53.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi') source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz 001-log_fix_dump_avx2.patch) sha1sums=('61ed0e57d3c7c8985805bb0682de3f4c65f4b6e5' |