Package Details: boost-stacktrace-backtrace 1.86.0-1

Git Clone URL: https://aur.archlinux.org/boost-stacktrace-backtrace.git (read-only, click to copy)
Package Base: boost-stacktrace-backtrace
Description: Boost.stacktrace backtrace variant
Upstream URL: https://www.boost.org/
Licenses: custom
Provides: libboost_stacktrace_backtrace.so
Submitter: xantares
Maintainer: leejuyuu
Last Packager: leejuyuu
Votes: 1
Popularity: 0.000000
First Submitted: 2019-11-30 15:36 (UTC)
Last Updated: 2024-11-03 15:54 (UTC)

Latest Comments

leejuyuu commented on 2024-11-03 15:55 (UTC)

@RayeS Thanks for the patch! The package has been updated.

RayeS commented on 2024-11-02 22:28 (UTC) (edited on 2024-11-02 22:28 (UTC) by RayeS)

diff --git a/PKGBUILD b/PKGBUILD
index ff8efb5..c017828 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: xantares

 pkgname=boost-stacktrace-backtrace
-pkgver=1.83.0
+pkgver=1.86.0
 _boostver=${pkgver//./_}
 pkgrel=1
 pkgdesc='Boost.stacktrace backtrace variant'
@@ -16,7 +16,7 @@ options=('staticlibs')
 provides=(libboost_stacktrace_backtrace.so)

 source=("https://boostorg.jfrog.io/artifactory/main/release/$pkgver/source/boost_$_boostver.tar.gz")
-sha256sums=('c0685b68dd44cc46574cce86c4e17c0f611b15e195be9848dfd0769a0a207628')
+sha256sums=('2575e74ffc3ef1cd0babac2c1ee8bdb5782a0ee672b1912da40e5b4b591ca01f')

 build() {
   cd boost_$_boostver