summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbert van der Helm2021-05-03 22:47:18 +0200
committerRobbert van der Helm2021-05-03 22:47:56 +0200
commitc0900cd46b2382edfeab1b4e1cb35d05ffc009b8 (patch)
tree061fcbe7496f7f7d70257e1410fe2faac1787a26
parent5f4ab0a5fa50816791a24258081a79d077a21df7 (diff)
downloadaur-c0900cd46b2382edfeab1b4e1cb35d05ffc009b8.tar.gz
Update a different mirror
The Bintray mirror is gone.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1d31ebe53d8..32f542f7f860 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -53,7 +53,7 @@ pkgbase = lib32-boost-libs
provides = libboost_wave.so
provides = libboost_wserialization.so
options = staticlibs
- source = https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.bz2
+ source = https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.bz2
source = boost-ublas-c++20-iterator.patch::https://github.com/boostorg/ublas/commit/a31e5cffa85f.patch
sha256sums = 953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb
sha256sums = aa38addb40d5f44b4a8472029b475e7e6aef1c460509eb7d8edf03491dc1b5ee
diff --git a/PKGBUILD b/PKGBUILD
index 06fa506e84e0..8bedce993286 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,12 @@ provides=(libboost_atomic.so libboost_chrono.so libboost_container.so
libboost_timer.so libboost_type_erasure.so libboost_unit_test_framework.so
libboost_wave.so libboost_wserialization.so)
options=('staticlibs')
-source=(https://dl.bintray.com/boostorg/release/${pkgver}/source/boost_${_boostver}.tar.bz2
+# FIXME: The repository used in the orignal Arch package seems to be gone. This
+# download is listed on Boost's own download page so it should be safe,
+# but we should check what the regular boost PKGBUILD is doing after
+# that gets updated:
+# https://github.com/archlinux/svntogit-packages/blob/packages/boost/trunk/PKGBUILD
+source=(https://boostorg.jfrog.io/artifactory/main/release/${pkgver}/source/boost_${_boostver}.tar.bz2
boost-ublas-c++20-iterator.patch::https://github.com/boostorg/ublas/commit/a31e5cffa85f.patch)
sha256sums=('953db31e016db7bb207f11432bef7df100516eeb746843fa0486a222e3fd49cb'
'aa38addb40d5f44b4a8472029b475e7e6aef1c460509eb7d8edf03491dc1b5ee')