Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / 
spdlog


Commits:
ea2e0231 by Brett Cornwall at 2024-01-27T02:05:30-08:00
upgpkg: 1.13.0-1

https://archlinux.org/todo/spdlog-113/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,16 @@
 pkgbase = spdlog
        pkgdesc = Very fast, header-only/compiled, C++ logging library
-       pkgver = 1.12.0
-       pkgrel = 2
+       pkgver = 1.13.0
+       pkgrel = 1
        url = https://github.com/gabime/spdlog
        arch = x86_64
        license = MIT
        makedepends = cmake
        depends = libfmt.so
        provides = libspdlog.so
-       source = 
spdlog-1.12.0.tar.gz::https://github.com/gabime/spdlog/archive/v1.12.0.tar.gz
+       source = 
spdlog-1.13.0.tar.gz::https://github.com/gabime/spdlog/archive/v1.13.0.tar.gz
        source = spdlog_fmt_external.patch
-       source = spdlog_constexpr.patch
-       sha256sums = 
4dccf2d10f410c1e2feaff89966bfc49a1abb29ef6f08246335b110e001e09a9
+       sha256sums = 
534f2ee1a4dcbeb22249856edfb2be76a1cf4f708a20b0ac2ed090ee24cfdbc9
        sha256sums = 
a0eb34b7c6920f0db2587460071f53372663c191cdfe34bf5ea2704c309c745f
-       sha256sums = 
a2519d22ef312d5277b6b890ada5e6c5b5323cb34db618630d1d4e979c5f8722
 
 pkgname = spdlog


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,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')
 url='https://github.com/gabime/spdlog'
@@ -14,19 +14,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() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spdlog/-/commit/ea2e023116a7215b2965f0f71e060dc4a0fae296

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/spdlog/-/commit/ea2e023116a7215b2965f0f71e060dc4a0fae296
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to