[arch-commits] Commit in mmtf-cpp/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Feb 9 08:53:48 UTC 2020


    Date: Sunday, February 9, 2020 @ 08:53:48
  Author: arojas
Revision: 375025

Add missing msgpack-c dependency

Modified:
  mmtf-cpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 08:30:12 UTC (rev 375024)
+++ PKGBUILD	2020-02-09 08:53:48 UTC (rev 375025)
@@ -2,12 +2,12 @@
 
 pkgname=mmtf-cpp
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The pure C++ implementation of the MMTF API, decoder and encoder"
 arch=(any)
 url="http://mmtf.rcsb.org/"
 license=(MIT)
-depends=()
+depends=(msgpack-c)
 makedepends=(cmake)
 source=($pkgname-$pkgver.tar.gz::"https://github.com/rcsb/mmtf-cpp/archive/v$pkgver.tar.gz")
 sha256sums=('881f69c4bb56605fa63fd5ca50842facc4947f686cbf678ad04930674d714f40')



More information about the arch-commits mailing list