summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2022-02-15 18:08:48 +0100
committerbartus2022-02-15 18:09:19 +0100
commitbff7aba2f6ea63c46810731638cb195238a4ad37 (patch)
tree384a47b94634900216fa0d5952d6be11a95e4543
parent7fa3e5bffa85aa5e50f9281553c96b670bca0e31 (diff)
downloadaur-bff7aba2f6ea63c46810731638cb195238a4ad37.tar.gz
Pop version to boost:1.78
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49304cbaf072..629d80e8bf8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = boost-python2
pkgdesc = Free peer-reviewed portable C++ source libraries
- pkgver = 1.76.0
+ pkgver = 1.78.0
pkgrel = 1
url = https://www.boost.org/
arch = x86_64
@@ -15,11 +15,11 @@ pkgbase = boost-python2
makedepends = openmpi
makedepends = zstd
makedepends = findutils
- source = https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2
+ source = https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.tar.bz2
source = boost-ublas-c++20-iterator.patch::https://github.com/boostorg/ublas/commit/a31e5cffa85f.patch
- sha256sums = f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41
+ sha256sums = 8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc
sha256sums = aa38addb40d5f44b4a8472029b475e7e6aef1c460509eb7d8edf03491dc1b5ee
- b2sums = 45445e6a9725cb99131e0b831b2fac0840d083692c13887b41adeac5cb8b3732026db3641d6be20591a676b78a87fcf363eb9b1508f87ed26039bba6a1ced533
+ b2sums = ed7da98862ec1e0a28472544400e6f44ffadbc967eed969ce6cb62b1c4f0b7a4b98a395269eb374b57326eff9cdb1dd6e47df9d1a9730aff7c926cc44388fb2d
b2sums = e5f6d4884eaa557d5547e7e079c2edb4ed9f2f4cd8579aa32a2150f824a5d04413f2a91e79b3139d5b915da6a46f7835f1438ad53f33096973f1a99f378ec1d3
pkgname = boost-python2-libs
@@ -30,5 +30,5 @@ pkgname = boost-python2-libs
pkgname = boost-python2
pkgdesc = Free peer-reviewed portable C++ source libraries - development headers
depends = python2
- depends = boost-python2-libs=1.76.0
+ depends = boost-python2-libs=1.78.0
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index a09f0ffbeb73..217898b4c8c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgbase=boost-python2
pkgname=('boost-python2-libs' 'boost-python2')
-pkgver=1.76.0
+pkgver=1.78.0
_boostver=${pkgver//./_}
pkgrel=1
pkgdesc='Free peer-reviewed portable C++ source libraries'
@@ -21,9 +21,9 @@ license=('custom')
makedepends=('icu' 'python' 'python2' 'python-numpy' 'python2-numpy' 'bzip2' 'zlib' 'openmpi' 'zstd' 'findutils')
source=("https://boostorg.jfrog.io/artifactory/main/release/${pkgver}/source/boost_${_boostver}.tar.bz2"
"${pkgbase%-python2}-ublas-c++20-iterator.patch::https://github.com/boostorg/ublas/commit/a31e5cffa85f.patch")
-sha256sums=('f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41'
+sha256sums=('8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc'
'aa38addb40d5f44b4a8472029b475e7e6aef1c460509eb7d8edf03491dc1b5ee')
-b2sums=('45445e6a9725cb99131e0b831b2fac0840d083692c13887b41adeac5cb8b3732026db3641d6be20591a676b78a87fcf363eb9b1508f87ed26039bba6a1ced533'
+b2sums=('ed7da98862ec1e0a28472544400e6f44ffadbc967eed969ce6cb62b1c4f0b7a4b98a395269eb374b57326eff9cdb1dd6e47df9d1a9730aff7c926cc44388fb2d'
'e5f6d4884eaa557d5547e7e079c2edb4ed9f2f4cd8579aa32a2150f824a5d04413f2a91e79b3139d5b915da6a46f7835f1438ad53f33096973f1a99f378ec1d3')
prepare() {