summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2022-02-27 22:05:39 +0100
committerFabioLolix2022-02-27 22:05:39 +0100
commit30fdf56c2720daa04589309404c34b93a1b8f2f3 (patch)
treec4564ef7aa578bd35e35961f650efb2ceee7015a
parente1088cab3aba8033d2fa1fc41a5dde863a60bf22 (diff)
downloadaur-30fdf56c2720daa04589309404c34b93a1b8f2f3.tar.gz
fix deps
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bd25ba10c38..651b84d2f1f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opendht-git
pkgdesc = C++14 implementation of the Kademlia DHT (Distributed Hash Table)
- pkgver = 2.1.9.5.r1.ga77dc855
- pkgrel = 1
+ pkgver = 2.3.3.r2.gf590980c
+ pkgrel = 2
epoch = 1
url = https://github.com/savoirfairelinux/opendht
arch = x86_64
@@ -13,9 +13,10 @@ pkgbase = opendht-git
arch = aarch64
license = GPL3
makedepends = git
- makedepends = msgpack-c
+ makedepends = msgpack-cxx
makedepends = cmake
makedepends = cython
+ makedepends = python-setuptools
depends = gnutls
depends = nettle
depends = readline
@@ -29,4 +30,3 @@ pkgbase = opendht-git
sha256sums = SKIP
pkgname = opendht-git
-
diff --git a/PKGBUILD b/PKGBUILD
index faae2419b796..ffbf8954d20e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=opendht-git
-pkgver=2.1.9.5.r1.ga77dc855
-pkgrel=1
+pkgver=2.3.3.r2.gf590980c
+pkgrel=2
epoch=1
pkgdesc="C++14 implementation of the Kademlia DHT (Distributed Hash Table)"
arch=(x86_64 i686 pentium4 arm armv6h armv7h aarch64)
url="https://github.com/savoirfairelinux/opendht"
license=(GPL3)
depends=(gnutls nettle readline asio jsoncpp argon2)
-makedepends=(git msgpack-c cmake cython)
+makedepends=(git msgpack-cxx cmake cython python-setuptools )
optdepends=('python: to use the Python bindings')
provides=(opendht)
conflicts=(opendht)