Date: Tuesday, March 10, 2015 @ 17:22:14
  Author: anatolik
Revision: 129018

upgpkg: msgpack-c 1.0.0-1

Modified:
  msgpack-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-03-10 16:21:06 UTC (rev 129017)
+++ PKGBUILD    2015-03-10 16:22:14 UTC (rev 129018)
@@ -3,7 +3,7 @@
 # Contributor: Auguste Pop <auguste [at] gmail [dot] com>
 
 pkgname=msgpack-c
-pkgver=0.5.9
+pkgver=1.0.0
 _tag=cpp-$pkgver
 pkgrel=1
 pkgdesc='An efficient object serialization library'
@@ -10,17 +10,17 @@
 arch=(i686 x86_64)
 url='http://msgpack.org/'
 license=(Apache)
-depends=(gcc-libs)
+depends=(glibc)
 checkdepends=(gtest)
 
source=($pkgname-$pkgver.zip::https://github.com/msgpack/msgpack-c/archive/$_tag.zip
         fix_test_failure.patch)
-sha1sums=('04829b0555f3e4fa7970a15518e39e6ef87363e0'
+sha1sums=('01544ae0c881baf60e7d022719a5542069f58889'
           'c6abea80cb55279c024d20fc632422c54a603461')
 
 prepare() {
   cd msgpack-c-$_tag
   # upstream fix https://github.com/msgpack/msgpack-c/pull/95
-  patch -p1 < ../fix_test_failure.patch
+  # patch -p1 < ../fix_test_failure.patch
 }
 
 build() {

Reply via email to