summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorluros1012020-02-25 10:15:55 +0100
committerluros1012020-02-25 10:15:55 +0100
commit6a9dbb58242557bfb12fdc8d55e28bc832cf8b3f (patch)
treeae5060e506a343f8cac9c251a90edef67d2a95e6 /PKGBUILD
parent3d70fbd5231e40bab2b6a5594c5956cff1698167 (diff)
downloadaur-boost171.tar.gz
Fixing: Provides boost
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0099fdd73415..1356652e0f97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lukas Rose <public@lrose.de>
pkgname=boost171
pkgver=1.71.0
-pkgrel=1
+pkgrel=2
pkgdesc="Free peer-reviewed portable C++ source libraries"
arch=('i686' 'x86_64')
url="https://www.boost.org/"
@@ -9,7 +9,7 @@ license=('Boost Software License - Version 1.0')
optdepends=('python: for python bindings' 'python2: for python2 bindings')
makedepends=('gzip' 'icu' 'openmpi' 'python' 'python-numpy' 'zlib' 'zstd')
conflicts=('boost' 'boost-libs')
-provides=('boost' 'boost-libs')
+provides=('boost-libs')
source=("https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.gz")
sha256sums=('96b34f7468f26a141f6020efb813f1a2f3dfb9797ecf76a7d7cbd843cc95f5bd')