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

Bruno Pagani archange at gemini.archlinux.org
Fri Jul 22 13:53:13 UTC 2022


    Date: Friday, July 22, 2022 @ 13:53:12
  Author: archange
Revision: 1255284

upgpkg: opendht 1:2.4.9-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-22 13:52:23 UTC (rev 1255283)
+++ PKGBUILD	2022-07-22 13:53:12 UTC (rev 1255284)
@@ -3,7 +3,7 @@
 
 pkgname=opendht
 epoch=1
-pkgver=2.4.7.2
+pkgver=2.4.9
 pkgrel=1
 pkgdesc="C++17 Distributed Hash Table (DHT) implementation"
 arch=(x86_64)
@@ -14,13 +14,13 @@
 checkdepends=(cppunit)
 optdepends=('python: to use the Python bindings'
             'msgpack-cxx: linking against opendht')
-_commit=4d356b6dcaed3ee0280fc2ef31933dd951b9aba7
+_commit=2c7edb695f4796df77434e2445e3cff9be820c76
 source=(git+${url}#commit=${_commit})
 sha256sums=(SKIP)
 
 pkgver() {
   cd ${pkgname}
-  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./;s/-/+/'
 }
 
 build() {



More information about the arch-commits mailing list