Date: Sunday, January 1, 2017 @ 19:46:42 Author: bpiotrowski Revision: 285143
upgpkg: boost 1.63.0-1 new upstream release Modified: boost/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-01 18:27:41 UTC (rev 285142) +++ PKGBUILD 2017-01-01 19:46:42 UTC (rev 285143) @@ -9,15 +9,15 @@ pkgbase=boost pkgname=('boost-libs' 'boost') -pkgver=1.62.0 +pkgver=1.63.0 _boostver=${pkgver//./_} -pkgrel=4 +pkgrel=1 url='http://www.boost.org/' arch=('i686' 'x86_64') license=('custom') -makedepends=('icu>=55.1' 'python>=3.5' 'python<3.6' 'python2' 'bzip2' 'zlib' 'openmpi') +makedepends=('icu>=55.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi') source=(https://downloads.sourceforge.net/project/${pkgbase}/${pkgbase}/${pkgver}/${pkgbase}_${_boostver}.tar.bz2) -sha1sums=('5fd97433c3f859d8cbab1eaed4156d3068ae3648') +sha256sums=('beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0') build() { export _stagedir="${srcdir}/stagedir" @@ -77,7 +77,7 @@ runtime-link=shared \ link=shared,static \ toolset=gcc \ - python=3.5 \ + python=3.6 \ cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" \ cxxflags="${CPPFLAGS} ${CXXFLAGS} -std=c++14 -fPIC -O3" \ linkflags="${LDFLAGS}" \