Date: Thursday, February 16, 2023 @ 11:00:03
  Author: dvzrv
Revision: 1400827

archrelease: copy trunk to community-any

Added:
  cxxopts/repos/community-any/PKGBUILD
    (from rev 1400826, cxxopts/trunk/PKGBUILD)
Deleted:
  cxxopts/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-16 10:59:53 UTC (rev 1400826)
+++ PKGBUILD    2023-02-16 11:00:03 UTC (rev 1400827)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-pkgname=cxxopts
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="Lightweight C++ command line option parser"
-arch=(any)
-url="https://github.com/jarro2783/cxxopts";
-license=(MIT)
-makedepends=(cmake)
-source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha512sums=('bfb593f6393160ae3eeff1fe7bc77394606c3af6ae3b785f9740d178514a8fd286556440aa8a2932633f65b6336695fa286d503f3ac544d0f73affd49051e85d')
-b2sums=('0e8d17c2f75fbc3326a67c1787eb80177a72e07e79862288498b4bb97a395269a4b14749db4ea14292b77d6b883f8dc9a33a4001c699e53e51b63c7d14e9ece0')
-
-build() {
-  local cmake_options=(
-    -DCMAKE_INSTALL_PREFIX=/usr
-    -DCMAKE_BUILD_TYPE=None
-    -Wno-dev
-    -B build
-    -S $pkgname-$pkgver
-  )
-
-  cmake "${cmake_options[@]}"
-  cmake --build build --verbose
-}
-
-check() {
-  ctest --test-dir build --output-on-failure
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  install -vDm 644 $pkgname-$pkgver/LICENSE -t 
"$pkgdir/usr/share/licenses/$pkgname/"
-  install -vDm 644 $pkgname-$pkgver/{CHANGELOG,README}.md -t 
"$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: cxxopts/repos/community-any/PKGBUILD (from rev 1400826, 
cxxopts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-16 11:00:03 UTC (rev 1400827)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge <[email protected]>
+
+pkgname=cxxopts
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Lightweight C++ command line option parser"
+arch=(any)
+url="https://github.com/jarro2783/cxxopts";
+license=(MIT)
+makedepends=(cmake)
+source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
+sha512sums=('248e54e23564660467c7ecf50676b86d3cd10ade89e0ac1d23deb71334cb89cc5eb50f624b385d5119a43ca68ff8b1c74af82dc699b5ccfae54d6dcad4fd9447')
+b2sums=('180dd3b308c3f16f332336f126f757b7996b4fdd6ddb53e777cb6768c7981286442ad4ef5759db0f2891ded1a8b9b6cd5c6828672cd25f13e7aea8f98c79dd8d')
+
+build() {
+  local cmake_options=(
+    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_BUILD_TYPE=None
+    -Wno-dev
+    -B build
+    -S $pkgname-$pkgver
+  )
+
+  cmake "${cmake_options[@]}"
+  cmake --build build --verbose
+}
+
+check() {
+  ctest --test-dir build --output-on-failure
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -vDm 644 $pkgname-$pkgver/LICENSE -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+  install -vDm 644 $pkgname-$pkgver/{CHANGELOG,README}.md -t 
"$pkgdir/usr/share/doc/$pkgname/"
+}

Reply via email to