mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/boost to 1.52.0-1
This commit is contained in:
parent
6904760df9
commit
8f33300f9d
1 changed files with 5 additions and 5 deletions
|
@ -10,15 +10,15 @@
|
|||
|
||||
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')
|
||||
makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib')
|
||||
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz)
|
||||
license=('custom')
|
||||
md5sums=('dbc07ab0254df3dda6300fd737b3f264')
|
||||
sha1sums=('1120430030315b0a94b6d63fc04662960db2444c')
|
||||
|
||||
_stagedir="${srcdir}/stagedir"
|
||||
|
||||
|
@ -78,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 python bindings'
|
||||
'python2: for python2 bindings'
|
||||
'boost-build: to use boost jam for building your project.')
|
||||
|
||||
|
|
Loading…
Reference in a new issue