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

Baptiste Jonglez zorun at archlinux.org
Sun Apr 8 21:53:40 UTC 2018


    Date: Sunday, April 8, 2018 @ 21:53:40
  Author: zorun
Revision: 315343

archrelease: copy trunk to community-any

Added:
  catch2/repos/community-any/PKGBUILD
    (from rev 315342, catch2/trunk/PKGBUILD)
Deleted:
  catch2/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-08 21:53:27 UTC (rev 315342)
+++ PKGBUILD	2018-04-08 21:53:40 UTC (rev 315343)
@@ -1,38 +0,0 @@
-# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
-# Contributor: Bart Verhagen <barrie.verhagen at gmail dot com>
-pkgname='catch2'
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later"
-arch=('any')
-url="https://github.com/catchorg/catch2"
-license=('Boost')
-makedepends=("cmake")
-source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('3938bc896f8de570bc56d25606fc128437ee53590a95cf3e005710176a1a1ce4')
-
-build() {
-  cd "$srcdir/Catch2-$pkgver"
-
-  mkdir -p build
-  cd build
-  cmake .. \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCATCH_USE_VALGRIND=OFF \
-    -DCATCH_BUILD_EXAMPLES=OFF \
-    -DCATCH_ENABLE_COVERAGE=OFF \
-    -DCATCH_ENABLE_WERROR=OFF \
-    -DBUILD_TESTING=ON
-  make
-}
-
-check() {
-  cd "$srcdir/Catch2-$pkgver"
-  build/SelfTest
-}
-
-package() {
-  cd "$srcdir/Catch2-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-}

Copied: catch2/repos/community-any/PKGBUILD (from rev 315342, catch2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-08 21:53:40 UTC (rev 315343)
@@ -0,0 +1,38 @@
+# Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
+# Contributor: Bart Verhagen <barrie.verhagen at gmail dot com>
+pkgname='catch2'
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later"
+arch=('any')
+url="https://github.com/catchorg/catch2"
+license=('Boost')
+makedepends=("cmake")
+source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('e93aacf012579093fe6b4e686ff0488975cabee1e6b4e4f27a0acd898e8f09fd')
+
+build() {
+  cd "$srcdir/Catch2-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCATCH_USE_VALGRIND=OFF \
+    -DCATCH_BUILD_EXAMPLES=OFF \
+    -DCATCH_ENABLE_COVERAGE=OFF \
+    -DCATCH_ENABLE_WERROR=OFF \
+    -DBUILD_TESTING=ON
+  make
+}
+
+check() {
+  cd "$srcdir/Catch2-$pkgver"
+  build/SelfTest
+}
+
+package() {
+  cd "$srcdir/Catch2-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list