From a6a422079264593eeae64a32c8520edc2a9445f7 Mon Sep 17 00:00:00 2001 From: TJ Vanderpoel Date: Fri, 12 Dec 2014 20:03:44 +0000 Subject: [PATCH] msgpack-0.5.9: revision bump, distfiles change Updated distfiles to point at the gnu-configure style release. --- srcpkgs/msgpack/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/msgpack/template b/srcpkgs/msgpack/template index 0bc5fa19e85..ac1df5a81f5 100644 --- a/srcpkgs/msgpack/template +++ b/srcpkgs/msgpack/template @@ -1,17 +1,17 @@ # Template file for 'msgpack' pkgname=msgpack version=0.5.9 -revision=1 -wrksrc="msgpack-c-cpp-${version}" -build_style=cmake +revision=2 +wrksrc="msgpack-${version}" +build_style=gnu-configure hostmakedepends="cmake" makedepends="zlib-devel" short_desc="An efficient binary serialization format" maintainer="Juan RP " license="Apache-2.0" homepage="http://msgpack.org/" -distfiles="https://github.com/msgpack/msgpack-c/archive/cpp-${version}.tar.gz" -checksum=f86bf09323770825cc1c8cc49790cd4eafef6e6f1c9e70cfb3f9159c3501c277 +distfiles="https://github.com/$pkgname/$pkgname-c/releases/download/cpp-$version/$pkgname-$version.tar.gz" +checksum=6139614b4142df3773d74e9d9a4dbb6dd0430103cfa7b083e723cde0ec1e7fdd pre_configure() { sed -i '/INSTALL/s,msgpack.pc,build/msgpack.pc,g' CMakeLists.txt