summaryrefslogtreecommitdiff
path: root/extra/boost
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-01 09:30:54 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-01 09:30:54 +0200
commitde07e6523dc20f8974ff7252fa3cd85889edcd31 (patch)
tree68fbecb38319faa111bf4ada3bc10deb2c426d09 /extra/boost
parente1e2e8d3cae181f786ecc988e86152a99ad882a8 (diff)
parentc623429f33c434cb1cb11974d9e71f48dd5a881f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/bitcoin/PKGBUILD community/gnash/PKGBUILD community/picard/PKGBUILD community/python2-tagpy/PKGBUILD community/sigil/PKGBUILD extra/avogadro/PKGBUILD extra/barcode/PKGBUILD extra/libpst/PKGBUILD extra/mkvtoolnix/PKGBUILD extra/vigra/PKGBUILD
Diffstat (limited to 'extra/boost')
-rw-r--r--extra/boost/PKGBUILD12
-rw-r--r--extra/boost/boost-1.53.0-python3.patch (renamed from extra/boost/boost-1.52.0-python3.patch)0
2 files changed, 6 insertions, 6 deletions
diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD
index 9fb33d90f..023748a1a 100644
--- a/extra/boost/PKGBUILD
+++ b/extra/boost/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 180862 2013-03-27 13:30:16Z stephane $
+# $Id: PKGBUILD 181117 2013-03-31 19:16:40Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Contributor: kevin <kevin@archlinux.org>
@@ -8,16 +8,16 @@
pkgbase=boost
pkgname=('boost-libs' 'boost')
-pkgver=1.52.0
+pkgver=1.53.0
_boostver=${pkgver//./_}
-pkgrel=3
+pkgrel=2
url="http://www.boost.org/"
arch=('i686' 'x86_64' 'mips64el')
license=('custom')
makedepends=('icu>=51.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
- boost-1.52.0-python3.patch)
-sha1sums=('1120430030315b0a94b6d63fc04662960db2444c'
+ boost-1.53.0-python3.patch)
+sha1sums=('0e4ef26cc7780c6bbc63987ef2f29be920e2395b'
'34026072a7cb2534164f20e77bb71a5c75093307')
_stagedir="${srcdir}/stagedir"
@@ -29,7 +29,7 @@ build() {
# Fix build errors with python 3
sed -i "/PYTHON_ROOT/s/print sys.prefix/print(sys.prefix)/g" bootstrap.sh
- patch -Np1 -i ../boost-1.52.0-python3.patch
+ patch -Np1 -i ../boost-1.53.0-python3.patch
# Shut up strict aliasing warnings
echo "using gcc : : : <compileflags>-fno-strict-aliasing ;" >> ./tools/build/v2/user-config.jam
diff --git a/extra/boost/boost-1.52.0-python3.patch b/extra/boost/boost-1.53.0-python3.patch
index 8d2f59269..8d2f59269 100644
--- a/extra/boost/boost-1.52.0-python3.patch
+++ b/extra/boost/boost-1.53.0-python3.patch