David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
tomlplusplus


Commits:
89cb6955 by David Runge at 2023-10-18T07:27:39+02:00
upgpkg: 3.4.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,17 @@
+pkgbase = tomlplusplus
+       pkgdesc = Header-only TOML config file parser and serializer for C++17
+       pkgver = 3.4.0
+       pkgrel = 1
+       url = https://marzer.github.io/tomlplusplus/
+       arch = x86_64
+       license = MIT
+       makedepends = cmake
+       makedepends = meson
+       depends = gcc-libs
+       depends = glibc
+       provides = libtomlplusplus.so
+       source = 
tomlplusplus-3.4.0.tar.gz::https://github.com/marzer/tomlplusplus/archive/refs/tags/v3.4.0.tar.gz
+       sha512sums = 
c227fc8147c9459b29ad24002aaf6ab2c42fac22ea04c1c52b283a0172581ccd4527b33c1931e0ef0d1db6b6a53f9e9882c6d4231c7f3494cf070d0220741aa5
+       b2sums = 
9495ccd78707ced11744eab7c1c0bf0c0c28e283d186195bb48d1059bae7eb1a874bc964b0fc45210fd73ffd7485ecf3e1159da227d0e1c8ff249e79c08eecf0
+
+pkgname = tomlplusplus


=====================================
PKGBUILD
=====================================
@@ -1,18 +1,21 @@
 # Maintainer: David Runge <[email protected]>
 
 pkgname=tomlplusplus
-pkgver=3.3.0
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="Header-only TOML config file parser and serializer for C++17"
 arch=(x86_64)
 url="https://marzer.github.io/tomlplusplus/";
 license=(MIT)
-depends=(gcc-libs glibc)
+depends=(
+  gcc-libs
+  glibc
+)
 makedepends=(cmake meson)
 provides=(libtomlplusplus.so)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/marzer/$pkgname/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('b3e9933719bdddca9c38ed269f90bccac59407c87f58a885e0ed818aee147758a7279c8c1406516ee95df92a2bde9dd3d6551faf2c84e537315871a9f1a1ff95')
-b2sums=('26031acaa2a26006fdc8888764c3448d360df2251503d4fb044f8904277a6807fe8606bacff78689e0ba891d50e756ebb84fa5c086bf41c1723be64aa3459500')
+sha512sums=('c227fc8147c9459b29ad24002aaf6ab2c42fac22ea04c1c52b283a0172581ccd4527b33c1931e0ef0d1db6b6a53f9e9882c6d4231c7f3494cf070d0220741aa5')
+b2sums=('9495ccd78707ced11744eab7c1c0bf0c0c28e283d186195bb48d1059bae7eb1a874bc964b0fc45210fd73ffd7485ecf3e1159da227d0e1c8ff249e79c08eecf0')
 
 build() {
   arch-meson $pkgname-$pkgver build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tomlplusplus/-/commit/89cb695592dd929c255477a45305233e6aad1073

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


Reply via email to