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

Bruno Pagani archange at gemini.archlinux.org
Tue Mar 15 22:03:04 UTC 2022


    Date: Tuesday, March 15, 2022 @ 22:03:03
  Author: archange
Revision: 1155202

archrelease: copy trunk to community-any

Added:
  cereal/repos/community-any/PKGBUILD
    (from rev 1155201, cereal/trunk/PKGBUILD)
Deleted:
  cereal/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-15 22:02:38 UTC (rev 1155201)
+++ PKGBUILD	2022-03-15 22:03:03 UTC (rev 1155202)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=cereal
-pkgver=1.3.1
-pkgrel=2
-pkgdesc='C++11 library for serialization'
-arch=(any)
-url=https://github.com/USCiLab/cereal
-license=(BSD)
-makedepends=(
-  boost
-  cmake
-  git
-  ninja
-)
-_tag=1de8fe89471d69ea392ea260ce74e079d5f4b415
-source=(git+https://github.com/USCiLab/cereal.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd cereal
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cmake -S cereal -B build -G Ninja \
-    -DCMAKE_BUILD_TYPE='' \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DSKIP_PORTABILITY_TEST=ON \
-    -DTHREAD_SAFE=ON \
-    -DWITH_WERROR=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="${pkgdir}" cmake --install build
-  install -Dm644 ${pkgname}/LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: cereal/repos/community-any/PKGBUILD (from rev 1155201, cereal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-15 22:03:03 UTC (rev 1155202)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=cereal
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='C++11 library for serialization'
+arch=(any)
+url=https://github.com/USCiLab/cereal
+license=(BSD)
+makedepends=(
+  boost
+  cmake
+  git
+  ninja
+)
+_tag=ebef1e929807629befafbb2918ea1a08c7194554
+source=(git+https://github.com/USCiLab/cereal.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd cereal
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cmake -S cereal -B build -G Ninja \
+    -DCMAKE_BUILD_TYPE='' \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DSKIP_PORTABILITY_TEST=ON \
+    -DTHREAD_SAFE=ON \
+    -DWITH_WERROR=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --install build
+  install -Dm644 ${pkgname}/LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list