[arch-commits] Commit in tomlplusplus/repos/community-any (PKGBUILD PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Tue Aug 30 08:59:26 UTC 2022


    Date: Tuesday, August 30, 2022 @ 08:59:26
  Author: dvzrv
Revision: 1288500

archrelease: copy trunk to community-any

Added:
  tomlplusplus/repos/community-any/PKGBUILD
    (from rev 1288499, tomlplusplus/trunk/PKGBUILD)
Deleted:
  tomlplusplus/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 08:59:16 UTC (rev 1288499)
+++ PKGBUILD	2022-08-30 08:59:26 UTC (rev 1288500)
@@ -1,23 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=tomlplusplus
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="Header-only TOML config file parser and serializer for C++17"
-arch=(any)
-url="https://marzer.github.io/tomlplusplus/"
-license=(MIT)
-makedepends=(cmake meson)
-source=($pkgname-$pkgver.tar.gz::https://github.com/marzer/$pkgname/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('b5223fa978b606f6b14fa74495884ccd491fa6017ef44b2ac9a384fa1df7100745145163e2a139255927fb51e5ecd779ee2643c19579eab6e4533b15e75c9be9')
-b2sums=('cdefc3141ae64babe01d5314398509f962f0988f3fcd7806a8b843ea4c2c9f477ea9e1c91266cbe70cbf5d996bb87c7a4d4cac4b935f9ba7f90aeda8e6790be6')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-  install -vDm 644 $pkgname-$pkgver/LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: tomlplusplus/repos/community-any/PKGBUILD (from rev 1288499, tomlplusplus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-30 08:59:26 UTC (rev 1288500)
@@ -0,0 +1,23 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=tomlplusplus
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Header-only TOML config file parser and serializer for C++17"
+arch=(any)
+url="https://marzer.github.io/tomlplusplus/"
+license=(MIT)
+makedepends=(cmake meson)
+source=($pkgname-$pkgver.tar.gz::https://github.com/marzer/$pkgname/archive/refs/tags/v$pkgver.tar.gz)
+sha512sums=('091c26a024b3a2ae6251038a99758acca8623f18a0137e662df43f865e7e77e255cb79d22acd5962bcb0feb8e9abf21ea4968bd61e8dd61f8ca3413a920d2ba9')
+b2sums=('02696434c0dc8b6c354509373b76d1f795a611754abfbe5148533ff3bb34706a95a12e90ab8aeb9bc984e646ea6491b99a4aa643a9c6c5741749251d6241d7fb')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  install -vDm 644 $pkgname-$pkgver/LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



More information about the arch-commits mailing list