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

Bruno Pagani archange at gemini.archlinux.org
Sat Apr 9 11:05:04 UTC 2022


    Date: Saturday, April 9, 2022 @ 11:05:03
  Author: archange
Revision: 1183112

upgpkg: opendht 1:2.4.0-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-09 09:01:23 UTC (rev 1183111)
+++ PKGBUILD	2022-04-09 11:05:03 UTC (rev 1183112)
@@ -3,8 +3,8 @@
 
 pkgname=opendht
 epoch=1
-pkgver=2.3.5
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht"
@@ -14,7 +14,7 @@
 checkdepends=(cppunit)
 optdepends=('python: to use the Python bindings'
             'msgpack-cxx: linking against opendht')
-_commit=90022ee3e8640f0d6165c7471b2e87b5209abf7c
+_commit=bb7611fc3db688ad966170016b584c480227749f
 source=(git+${url}#commit=${_commit})
 sha256sums=(SKIP)
 
@@ -33,7 +33,6 @@
     -DOPENDHT_STATIC=OFF \
     -DOPENDHT_SYSTEMD=ON \
     -DOPENDHT_SYSTEMD_UNIT_FILE_LOCATION=/usr/lib/systemd/system/ \
-    -DOPENDHT_LTO=ON \
     -DOPENDHT_INDEX=ON \
     -DOPENDHT_PYTHON=ON \
     -DOPENDHT_HTTP=ON \



More information about the arch-commits mailing list