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

Antonio Rojas arojas at gemini.archlinux.org
Tue Aug 31 18:34:40 UTC 2021


    Date: Tuesday, August 31, 2021 @ 18:34:40
  Author: arojas
Revision: 1010157

Depend on msgpack-cxx

Modified:
  mmtf-cpp/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-31 18:24:42 UTC (rev 1010156)
+++ PKGBUILD	2021-08-31 18:34:40 UTC (rev 1010157)
@@ -2,17 +2,17 @@
 
 pkgname=mmtf-cpp
 pkgver=1.0.0
-pkgrel=3
-pkgdesc="The pure C++ implementation of the MMTF API, decoder and encoder"
+pkgrel=4
+pkgdesc='The pure C++ implementation of the MMTF API, decoder and encoder'
 arch=(any)
-url="http://mmtf.rcsb.org/"
+url='http://mmtf.rcsb.org/'
 license=(MIT)
-depends=(msgpack-c)
+depends=(msgpack-cxx)
 makedepends=(cmake)
 conflicts=(libmmtf)
 provides=(libmmtf)
 replaces=(libmmtf)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/rcsb/mmtf-cpp/archive/v$pkgver.tar.gz")
+source=(https://github.com/rcsb/mmtf-cpp/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('881f69c4bb56605fa63fd5ca50842facc4947f686cbf678ad04930674d714f40')
 
 build() {



More information about the arch-commits mailing list