diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-03 10:15:48 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-03 10:15:48 +0200 |
commit | f3a4e8da400567018b5d73b66cd67b8da0d280b8 (patch) | |
tree | d5155fde8d7050660d85895ac9cb185c580c9f7e /community/yaml-cpp/PKGBUILD | |
parent | 20bbe9abadb460e01df2d5eefabdd199033274a5 (diff) | |
parent | 32b069e79cb891e99962cbac53e2950c11ea403f (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/python-simplejson/PKGBUILD
community/teeworlds/PKGBUILD
core/openldap/PKGBUILD
core/zlib/PKGBUILD
extra/soprano/PKGBUILD
extra/ucommon/PKGBUILD
Diffstat (limited to 'community/yaml-cpp/PKGBUILD')
-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 e87b249b8..47a77d7db 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' 'mips64el') 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 |