Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
msgpack-cxx
Commits:
031103c1 by Antonio Rojas at 2024-03-31T00:52:35+01:00
upgpkg: 6.1.0-1: Update to 6.1.0, needed by new jami
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = msgpack-cxx
pkgdesc = An efficient object serialization library for C++
- pkgver = 5.0.0
- pkgrel = 2
+ pkgver = 6.1.0
+ pkgrel = 1
url = https://msgpack.org/
arch = any
license = BSL-1.0
@@ -9,11 +9,9 @@ pkgbase = msgpack-cxx
makedepends = doxygen
makedepends = graphviz
depends = boost
- source =
https://github.com/msgpack/msgpack-c/releases/download/cpp-5.0.0/msgpack-cxx-5.0.0.tar.gz
- source =
LICENSE-msgpack-cxx-5.0.0::https://raw.githubusercontent.com/msgpack/msgpack-c/cpp_master/COPYING
- source = msgpack-cxx-tests-gcc-13.patch
- b2sums =
e631a47e8d39b6ad9c2dd5e782fbbd5044c177e18c619fb52d1293e2c5f2ea7e766e7b26ce6cac36a2ff98217143e12456e0541992afb4f78597ffd3852f2acf
+ source =
https://github.com/msgpack/msgpack-c/releases/download/cpp-6.1.0/msgpack-cxx-6.1.0.tar.gz
+ source =
LICENSE-msgpack-cxx-6.1.0::https://raw.githubusercontent.com/msgpack/msgpack-c/cpp_master/COPYING
+ b2sums =
14c6e28ab02957e6313a01002d05c23e2599f433656c8ea8033eb338c6e8b97d10e00a91e1e67bc3b944c3f9b46ad1ea11fc6905d50554699caeed7bd9cbc8f7
b2sums =
f39585a8a06390e7677a46fd62c1836d2873ceb6e66927803fcbf42a572b5c6c0948b5191708bf1fe04c79b94de574d1d1ef19eaca28e81326af6ef1757c1d94
- b2sums =
e4772d80efe00c87e5ad43c21d0f853329cfed72ca347dea40851c013fde8e88a62effd1f5eaafc99882210811ee0b4e9658f13993753f294a6202333043ab59
pkgname = msgpack-cxx
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Konstantin Gizdov <arch at kge dot pw>
pkgname='msgpack-cxx'
-pkgver=5.0.0
-pkgrel=2
+pkgver=6.1.0
+pkgrel=1
pkgdesc='An efficient object serialization library for C++'
arch=("any")
url='https://msgpack.org/'
@@ -10,16 +10,9 @@ license=('BSL-1.0')
makedepends=('cmake' 'doxygen' 'graphviz')
depends=('boost')
source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/${pkgname}-${pkgver}.tar.gz"
-
"LICENSE-${pkgname}-${pkgver}::https://raw.githubusercontent.com/msgpack/msgpack-c/cpp_master/COPYING"
- "${pkgname}-tests-gcc-13.patch")
-b2sums=('e631a47e8d39b6ad9c2dd5e782fbbd5044c177e18c619fb52d1293e2c5f2ea7e766e7b26ce6cac36a2ff98217143e12456e0541992afb4f78597ffd3852f2acf'
-
'f39585a8a06390e7677a46fd62c1836d2873ceb6e66927803fcbf42a572b5c6c0948b5191708bf1fe04c79b94de574d1d1ef19eaca28e81326af6ef1757c1d94'
-
'e4772d80efe00c87e5ad43c21d0f853329cfed72ca347dea40851c013fde8e88a62effd1f5eaafc99882210811ee0b4e9658f13993753f294a6202333043ab59')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
- patch -Np1 -i "${srcdir}/${pkgname}-tests-gcc-13.patch"
-}
+
"LICENSE-${pkgname}-${pkgver}::https://raw.githubusercontent.com/msgpack/msgpack-c/cpp_master/COPYING")
+b2sums=('14c6e28ab02957e6313a01002d05c23e2599f433656c8ea8033eb338c6e8b97d10e00a91e1e67bc3b944c3f9b46ad1ea11fc6905d50554699caeed7bd9cbc8f7'
+
'f39585a8a06390e7677a46fd62c1836d2873ceb6e66927803fcbf42a572b5c6c0948b5191708bf1fe04c79b94de574d1d1ef19eaca28e81326af6ef1757c1d94')
build() {
local cmake_args=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msgpack-cxx/-/commit/031103c19a23bf14bade161a52216ac9490139e6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msgpack-cxx/-/commit/031103c19a23bf14bade161a52216ac9490139e6
You're receiving this email because of your account on gitlab.archlinux.org.