Skip to content

Commit

Permalink
Change source URL of package 'boost'
Browse files Browse the repository at this point in the history
  • Loading branch information
ezamlinsky committed Apr 5, 2020
1 parent 94b4cb4 commit 92d82bb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions boost/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ makedepends=(
'gcc-libs'
'glibc'
'icu'
#'openmpi'
#'python'
#'python-numpy'
'python2'
Expand All @@ -38,7 +39,7 @@ makedepends=(
#==============================================================================#
# Package sources and integrity #
#==============================================================================#
source=("https://dl.bintray.com/boostorg/release/${pkgver}/source/boost_${pkgver//./_}.tar.bz2")
source=("https://dl.bintray.com/boostorg/release/${pkgver}/source/${pkgbase}_${pkgver//./_}.tar.bz2")
sha256sums=('59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722')

#==============================================================================#
Expand Down Expand Up @@ -82,8 +83,8 @@ build() {
'debug-symbols=off'
'variant=release'
'threading=multi'
'link=shared'
'runtime-link=shared,static'
'link=shared,static'
'runtime-link=shared'
'--stagedir=release'
'--layout=system'
'--build-dir=build'
Expand All @@ -107,6 +108,10 @@ build() {
package_boost() {
pkgdesc='Free peer-reviewed portable C++ source libraries - development headers'
depends=("boost-libs=$pkgver")
optdepends=(
'python: for python bindings'
'python2: for python2 bindings'
)

# Change directory to source directory
cd ${pkgbase}_${pkgver//./_}
Expand Down

0 comments on commit 92d82bb

Please sign in to comment.