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

David Runge dvzrv at gemini.archlinux.org
Mon Apr 25 09:55:31 UTC 2022


    Date: Monday, April 25, 2022 @ 09:55:30
  Author: dvzrv
Revision: 1189992

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 09:55:21 UTC (rev 1189991)
+++ PKGBUILD	2022-04-25 09:55:30 UTC (rev 1189992)
@@ -1,23 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=tomlplusplus
-pkgver=3.0.1
-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/tomlplusplus/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('bfb05d16715d1e8b54177e905c0a83470e7472c9c474874d70528558bbf0b0ba0daae67e1e44d99c45de3f87918bca57e889caba2e3da5e351045aee7e6a144b')
-b2sums=('942a6dd172778ee78f7099e6488d97523a741c0dcf421ca46464b992274f0c9a41d6a15651ab87ba641b8f4a73e022a2c81be349067acac112cd23c7eb505dfc')
-
-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 1189991, tomlplusplus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 09:55:30 UTC (rev 1189992)
@@ -0,0 +1,23 @@
+# 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/"
+}



More information about the arch-commits mailing list