summaryrefslogtreecommitdiff
path: root/extra/boost
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-01-29 11:08:24 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-01-29 11:08:24 +0100
commitbf57d1e5a2a6f53ec61f15f32571940a9eb56ac7 (patch)
treeb38e9c719501ca5196d4d7911cdef911c2fff54b /extra/boost
parent7d9481bb12f77bde4df2e923b4e932773b8d74f9 (diff)
parent2cb7f65fb24926493d457f6931e421e27aa629da (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/bitcoin/PKGBUILD community/fcron/PKGBUILD community/glob2/PKGBUILD community/gnash/PKGBUILD core/file/PKGBUILD core/findutils/PKGBUILD core/texinfo/PKGBUILD core/which/PKGBUILD extra/boost/PKGBUILD extra/libpst/PKGBUILD extra/mkvtoolnix/PKGBUILD extra/samba/PKGBUILD libre/linux-libre/PKGBUILD
Diffstat (limited to 'extra/boost')
-rw-r--r--extra/boost/PKGBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD
index c1f17feea..05000c1f0 100644
--- a/extra/boost/PKGBUILD
+++ b/extra/boost/PKGBUILD
@@ -1,20 +1,22 @@
-# $Id: PKGBUILD 175865 2013-01-23 00:12:56Z eric $
-# Maintainer: kevin <kevin@archlinux.org>
+# $Id: PKGBUILD 176283 2013-01-28 16:48:15Z stephane $
+# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
+# Maintainer: Ionut Biru <ibiru@archlinux.org>
+# Contributor: kevin <kevin@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Kritoke <kritoke@gamebox.net>
# Contributor: Luca Roccia <little_rock@users.sourceforge.net>
pkgbase=boost
pkgname=('boost-libs' 'boost')
-pkgver=1.50.0
+pkgver=1.52.0
_boostver=${pkgver//./_}
-pkgrel=4
+pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
url="http://www.boost.org/"
-makedepends=('icu>=50.1.2' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz)
license=('custom')
-md5sums=('dbc07ab0254df3dda6300fd737b3f264')
+sha1sums=('1120430030315b0a94b6d63fc04662960db2444c')
_stagedir="${srcdir}/stagedir"
@@ -77,7 +79,7 @@ build() {
package_boost() {
pkgdesc="Free peer-reviewed portable C++ source libraries - Development"
depends=("boost-libs=${pkgver}")
- optdepends=('python3: for python bindings'
+ optdepends=('python: for python3 bindings'
'python2: for python2 bindings'
'boost-build: to use boost jam for building your project.')