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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Apr 1 21:45:09 UTC 2015


    Date: Wednesday, April 1, 2015 @ 23:45:09
  Author: bpiotrowski
Revision: 130503

upgpkg: yaml-cpp 0.5.2-2

The package doesn't depend on whole boost, just on boost-libs for building.

Modified:
  yaml-cpp/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-01 20:42:40 UTC (rev 130502)
+++ PKGBUILD	2015-04-01 21:45:09 UTC (rev 130503)
@@ -1,15 +1,16 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 # Contributor: Markus Martin <markus at archwyrm.net>
+
 pkgname=yaml-cpp
 pkgver=0.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
 url="http://code.google.com/p/yaml-cpp/"
 arch=('i686' 'x86_64')
 license=('MIT')
-makedepends=('cmake')
-depends=('boost')
+depends=('gcc-libs')
+makedepends=('boost' 'cmake')
 source=(https://github.com/jbeder/yaml-cpp/archive/release-${pkgver}.tar.gz)
 md5sums=('2728af8a15e2b2c407730c45b99b274b')
 



More information about the arch-commits mailing list