summaryrefslogtreecommitdiff
path: root/extra/boost/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/boost/PKGBUILD')
-rw-r--r--extra/boost/PKGBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD
index a28446d18..15d67acac 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')
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"
@@ -76,7 +78,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.')