[arch-commits] Commit in cpp-hocon/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Thu Oct 18 13:31:08 UTC 2018


    Date: Thursday, October 18, 2018 @ 13:31:08
  Author: shibumi
Revision: 395987

archrelease: copy trunk to community-x86_64

Added:
  cpp-hocon/repos/community-x86_64/PKGBUILD
    (from rev 395986, cpp-hocon/trunk/PKGBUILD)
Deleted:
  cpp-hocon/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-18 13:30:52 UTC (rev 395986)
+++ PKGBUILD	2018-10-18 13:31:08 UTC (rev 395987)
@@ -1,37 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-
-pkgname=cpp-hocon
-pkgver=0.1.6
-pkgrel=3
-pkgdesc="C++ port of the Typesafe Config library"
-arch=('x86_64')
-url="https://github.com/puppetlabs/cpp-hocon"
-license=('APACHE')
-makedepends=('boost' 'cmake' 'leatherman')
-source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/cpp-hocon/archive/$pkgver.tar.gz)
-md5sums=('e76992d0346067756ca66c768f714a87')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Do not treat warnings as errors
-  CXXFLAGS+=' -Wno-error'
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install DESTDIR="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: cpp-hocon/repos/community-x86_64/PKGBUILD (from rev 395986, cpp-hocon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-18 13:31:08 UTC (rev 395987)
@@ -0,0 +1,37 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+
+pkgname=cpp-hocon
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="C++ port of the Typesafe Config library"
+arch=('x86_64')
+url="https://github.com/puppetlabs/cpp-hocon"
+license=('APACHE')
+makedepends=('boost' 'cmake' 'leatherman')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/cpp-hocon/archive/$pkgver.tar.gz")
+sha512sums=('fcc377da7923b77436a6f2787d5b8b1b573f239de4f059c4a5949cbb1a755fd12024b9155f5e44cf60141181942f3e9a2a8fad07ee0b1d516fe2cd4a88d4ac8b')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # Do not treat warnings as errors
+  CXXFLAGS+=' -Wno-error'
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list