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

David Runge dvzrv at gemini.archlinux.org
Thu Jan 13 21:54:27 UTC 2022


    Date: Thursday, January 13, 2022 @ 21:54:27
  Author: dvzrv
Revision: 1102972

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-13 21:54:20 UTC (rev 1102971)
+++ PKGBUILD	2022-01-13 21:54:27 UTC (rev 1102972)
@@ -1,23 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=tomlplusplus
-pkgver=3.0.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/tomlplusplus/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('46a3d2b063af1ad4e414d61c19873c25ed222291a667b480f684cb43ccb9c67f522717da1530e6d6ca657bef2812135d2f1c4fb9b65f8b2a841fe0ddb66767ce')
-b2sums=('59ce0687c6a8b36177bd7345d2463a50455e393ed725c7dbfb59de5b7b9c5985b800bbf6a6c831429f6a43698fb9cda88925afad2595ff3a2e18caa004c09ad5')
-
-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 1102971, tomlplusplus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-13 21:54:27 UTC (rev 1102972)
@@ -0,0 +1,23 @@
+# 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}"
+}



More information about the arch-commits mailing list