[arch-commits] Commit in msgpack-c/trunk (PKGBUILD)

Baptiste Jonglez zorun at archlinux.org
Thu Jun 15 16:25:51 UTC 2017


    Date: Thursday, June 15, 2017 @ 16:25:50
  Author: zorun
Revision: 237231

upgpkg: msgpack-c 2.1.3-1

Modified:
  msgpack-c/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-15 16:25:47 UTC (rev 237230)
+++ PKGBUILD	2017-06-15 16:25:50 UTC (rev 237231)
@@ -3,7 +3,7 @@
 # Contributor: Auguste Pop <auguste [at] gmail [dot] com>
 
 pkgname=msgpack-c
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc='An efficient object serialization library'
 arch=("i686" "x86_64")
@@ -14,13 +14,13 @@
 makedepends=("cmake")
 source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz"
         "test-cflags.patch")
-sha256sums=('4f855ac251e927a478aa69e4d3087ec2d5eb62e034e3a7897c1d5d2df97b7863'
+sha256sums=('beaac1209f33276b5a75e7a02f8689ed44b97209cef82ba0909e06f0c45f6cae'
             '0e6bd401c3ff6f6c68e8beca682b1ecb1b125092a1b1739757294c3c040ba481')
 
 prepare() {
   cd "msgpack-${pkgver}"
   # Remove -Werror when building tests (useless and makes build fail)
-  patch -p0 < ../test-cflags.patch
+  patch -p0 < "$srcdir"/test-cflags.patch
 }
 
 build() {



More information about the arch-commits mailing list