* update spdlog to 1.13.0-1

This commit is contained in:
Alexander Baldeck 2024-02-29 08:44:52 +01:00
parent eff1af6953
commit fce03a6a26

View File

@ -4,8 +4,8 @@
# Contributor: Michael Yang
pkgname=spdlog
pkgver=1.12.0
pkgrel=2
pkgver=1.13.0
pkgrel=1
pkgdesc='Very fast, header-only/compiled, C++ logging library'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/gabime/spdlog'
@ -15,19 +15,16 @@ makedepends=('cmake')
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz"
"spdlog_fmt_external.patch"
"spdlog_constexpr.patch"
)
provides=(
'libspdlog.so'
)
sha256sums=('4dccf2d10f410c1e2feaff89966bfc49a1abb29ef6f08246335b110e001e09a9'
'a0eb34b7c6920f0db2587460071f53372663c191cdfe34bf5ea2704c309c745f'
'a2519d22ef312d5277b6b890ada5e6c5b5323cb34db618630d1d4e979c5f8722')
sha256sums=('534f2ee1a4dcbeb22249856edfb2be76a1cf4f708a20b0ac2ed090ee24cfdbc9'
'a0eb34b7c6920f0db2587460071f53372663c191cdfe34bf5ea2704c309c745f')
prepare() {
cd "$pkgname-$pkgver"
patch -p1 <../spdlog_fmt_external.patch
patch -p1 <../spdlog_constexpr.patch
}
build() {