diff options
author | root <root@rshg054.dnsready.net> | 2013-05-03 00:51:22 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-03 00:51:22 -0700 |
commit | 32b069e79cb891e99962cbac53e2950c11ea403f (patch) | |
tree | ccb58e89ee57f636178752583b6f107d0bd36a91 /community/yaml-cpp | |
parent | 8b09f76ed1ea968a2473faf8f56250eea0fdc3cc (diff) |
Fri May 3 00:51:21 PDT 2013
Diffstat (limited to 'community/yaml-cpp')
-rw-r--r-- | community/yaml-cpp/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/yaml-cpp/PKGBUILD b/community/yaml-cpp/PKGBUILD index b7a741c64..c2fc7add7 100644 --- a/community/yaml-cpp/PKGBUILD +++ b/community/yaml-cpp/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 82853 2013-01-25 03:41:30Z svenstaro $ +# $Id: PKGBUILD 89824 2013-05-02 16:13:14Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Markus Martin <markus@archwyrm.net> pkgname=yaml-cpp -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=1 pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec" url="http://code.google.com/p/yaml-cpp/" @@ -10,7 +10,7 @@ arch=('i686' 'x86_64') license=('MIT') makedepends=('cmake' 'boost') source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz) -md5sums=('c6d96190434d5959d814c603f98512c6') +md5sums=('0fa47a5ed8fedefab766592785c85ee7') build() { cd $srcdir/$pkgname-$pkgver |