[arch-commits] Commit in msgpack-c/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)
Baptiste Jonglez
zorun at archlinux.org
Sat May 12 12:24:11 UTC 2018
Date: Saturday, May 12, 2018 @ 12:24:11
Author: zorun
Revision: 321041
archrelease: copy trunk to community-testing-x86_64
Added:
msgpack-c/repos/community-testing-x86_64/PKGBUILD
(from rev 321040, msgpack-c/trunk/PKGBUILD)
Deleted:
msgpack-c/repos/community-testing-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-12 12:23:51 UTC (rev 321040)
+++ PKGBUILD 2018-05-12 12:24:11 UTC (rev 321041)
@@ -1,36 +0,0 @@
-# Maintainer: Baptiste Jonglez
-# Contributor: Leen Jewel <leenjewel at gmail.com>
-# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
-
-pkgname=msgpack-c
-pkgver=3.0.0
-pkgrel=1
-pkgdesc='An efficient object serialization library'
-arch=("x86_64")
-url='http://msgpack.org/'
-license=("Apache")
-depends=("glibc")
-checkdepends=("gtest")
-makedepends=("cmake")
-source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz")
-sha256sums=('bfbb71b7c02f806393bc3cbc491b40523b89e64f83860c58e3e54af47de176e4')
-
-build() {
- cd "msgpack-${pkgver}"
- cmake -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=None \
- -DMSGPACK_CXX11=ON \
- -DMSGPACK_BUILD_EXAMPLES=OFF \
- .
- make
-}
-
-check() {
- cd "msgpack-${pkgver}"
- make test
-}
-
-package() {
- cd "msgpack-${pkgver}"
- make DESTDIR="$pkgdir" install
-}
Copied: msgpack-c/repos/community-testing-x86_64/PKGBUILD (from rev 321040, msgpack-c/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-12 12:24:11 UTC (rev 321041)
@@ -0,0 +1,36 @@
+# Maintainer: Baptiste Jonglez
+# Contributor: Leen Jewel <leenjewel at gmail.com>
+# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
+
+pkgname=msgpack-c
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='An efficient object serialization library'
+arch=("x86_64")
+url='http://msgpack.org/'
+license=("Apache")
+depends=("glibc")
+checkdepends=("gtest")
+makedepends=("cmake")
+source=("https://github.com/msgpack/msgpack-c/releases/download/cpp-${pkgver}/msgpack-${pkgver}.tar.gz")
+sha256sums=('9859d44d336f9b023a79a3026bb6a558b2ea346107ab4eadba58236048650690')
+
+build() {
+ cd "msgpack-${pkgver}"
+ cmake -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=None \
+ -DMSGPACK_CXX11=ON \
+ -DMSGPACK_BUILD_EXAMPLES=OFF \
+ .
+ make
+}
+
+check() {
+ cd "msgpack-${pkgver}"
+ make test
+}
+
+package() {
+ cd "msgpack-${pkgver}"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list