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

Bruno Pagani archange at archlinux.org
Mon Mar 15 03:25:47 UTC 2021


    Date: Monday, March 15, 2021 @ 03:25:46
  Author: archange
Revision: 891374

upgpkg: opendht 1:2.1.10-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-15 02:27:32 UTC (rev 891373)
+++ PKGBUILD	2021-03-15 03:25:46 UTC (rev 891374)
@@ -3,7 +3,7 @@
 
 pkgname=opendht
 epoch=1
-pkgver=2.1.9.5
+pkgver=2.1.10
 pkgrel=1
 pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
 arch=(x86_64)
@@ -10,18 +10,11 @@
 url="https://github.com/savoirfairelinux/opendht"
 license=(GPL3)
 depends=(openssl gnutls nettle argon2 readline fmt http-parser jsoncpp libjsoncpp.so)
-makedepends=(msgpack-c cmake cython cppunit restinio)
+makedepends=(msgpack-c cmake cython python-setuptools cppunit restinio)
 optdepends=('python: to use the Python bindings')
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-        ${pkgname}-fix-systemd-makedep.patch::${url}/pull/535.patch)
-sha256sums=('74eb58f0589577a9df378772f1dd2edc1c3f1b16a045057c3bcb120d2c16403f'
-            '7774b345aa48f948bb0dcca3cd4341da53b8a0df8f8ba96440e9a0b0776e40e9')
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('917e5f691199349d6884a68c26645840914c18e72b2e21d97817618ddc55fb81')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../${pkgname}-fix-systemd-makedep.patch
-}
-
 build() {
   cmake -B build -S ${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=None \



More information about the arch-commits mailing list