From 62e117c8e033218528a5597de6eb357850ead4f4 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 23 Jan 2013 00:36:48 +0000 Subject: [PATCH] extra/boost to 1.50.0-4 --- extra/boost/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD index 59397ef09..e202ae872 100644 --- a/extra/boost/PKGBUILD +++ b/extra/boost/PKGBUILD @@ -12,10 +12,10 @@ pkgbase=boost pkgname=('boost-libs' 'boost') pkgver=1.50.0 _boostver=${pkgver//./_} -pkgrel=3 +pkgrel=4 arch=('i686' 'x86_64') url="http://www.boost.org/" -makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib') +makedepends=('icu>=50.1.2' 'python' 'python2' 'bzip2' 'zlib') source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz) license=('custom') md5sums=('dbc07ab0254df3dda6300fd737b3f264')