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

David Runge dvzrv at gemini.archlinux.org
Tue Jan 11 23:37:05 UTC 2022


    Date: Tuesday, January 11, 2022 @ 23:37:05
  Author: dvzrv
Revision: 1101280

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-11 23:36:58 UTC (rev 1101279)
+++ PKGBUILD	2022-01-11 23:37:05 UTC (rev 1101280)
@@ -1,23 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=tomlplusplus
-pkgver=2.5.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=('7394cda2009b37e88f9028ee5d1887120bed7042833c7cb218d7705cdc92273c81a84163ff0be034d3f23c8dd93e63b7615134a4b0e1c580e1e945fae45c7d35')
-b2sums=('75d1252cdc4021d7721afb941c65cc87b5d47a7f18d42b92069190dd4371d5dd26d95c455e0f290bd545d414d67ceb70025d4543b54395f02e6897bbba07fa7e')
-
-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 1101279, tomlplusplus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-11 23:37:05 UTC (rev 1101280)
@@ -0,0 +1,23 @@
+# 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}"
+}



More information about the arch-commits mailing list