summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-02-21 01:50:10 +0100
committerBaptiste Jonglez2016-02-21 01:53:42 +0100
commit75bf9fb7d1f1862fd8e367aa5ba34194eae662f9 (patch)
tree23a97b5dc7b7e03b58a434c4580d3cd046634b94
parent8378a21b829b59aa3f687cec1c6657db8230c865 (diff)
downloadaur-75bf9fb7d1f1862fd8e367aa5ba34194eae662f9.tar.gz
opendht: Revert msgpack-c to makedepends (once again)
Commit e6a84380e57c44220d4fb63d21353dd3b8d24668 brought msgpack-c to depends, but this was a mistake: msgpack-c is not necessary for using opendht, since only msgpack-c headers are used, the shared library is not. Instead, packages that depend on opendht should add msgpack-c to their makedepends. See a related confusion here: https://bugs.archlinux.org/task/48277
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d43b091a730..359e8f99c1a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Tue Feb 16 21:09:57 UTC 2016
+# Sun Feb 21 00:50:10 UTC 2016
pkgbase = opendht-git
pkgdesc = A C++11 implementation of the Kademlia DHT (Distributed Hash Table)
- pkgver = 20160215
+ pkgver = 20160219
pkgrel = 1
url = https://github.com/savoirfairelinux/opendht
arch = i686
arch = x86_64
license = GPL3
makedepends = git
+ makedepends = msgpack-c
depends = gnutls
depends = nettle
- depends = msgpack-c
depends = readline
provides = opendht
conflicts = opendht
diff --git a/PKGBUILD b/PKGBUILD
index 973b5145ad9a..e5c490af8423 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=opendht-git
-pkgver=20160215
+pkgver=20160219
pkgrel=1
pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
arch=('i686' 'x86_64')
-depends=('gnutls' 'nettle' 'msgpack-c' 'readline')
-makedepends=('git')
+depends=('gnutls' 'nettle' 'readline')
+makedepends=('git' 'msgpack-c')
url="https://github.com/savoirfairelinux/opendht"
license=('GPL3')
source=("git://github.com/savoirfairelinux/opendht")