[arch-commits] Commit in tomlplusplus/trunk (PKGBUILD)

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


    Date: Monday, April 25, 2022 @ 09:55:21
  Author: dvzrv
Revision: 1189991

upgpkg: tomlplusplus 3.1.0-1: Upgrade to 3.1.0.

Remove unneeded quotes and curly braces.

Modified:
  tomlplusplus/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 08:57:17 UTC (rev 1189990)
+++ PKGBUILD	2022-04-25 09:55:21 UTC (rev 1189991)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=tomlplusplus
-pkgver=3.0.1
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Header-only TOML config file parser and serializer for C++17"
 arch=(any)
@@ -8,16 +8,16 @@
 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')
+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
+  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}"
+  install -vDm 644 $pkgname-$pkgver/LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
 }



More information about the arch-commits mailing list