Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
opendht


Commits:
13809061 by Jelle van der Waa at 2024-05-24T16:58:22+02:00
upgpkg: 1:3.1.9-3: use cython for building

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = opendht
        pkgdesc = C++17 Distributed Hash Table (DHT) implementation
        pkgver = 3.1.9
-       pkgrel = 2
+       pkgrel = 3
        epoch = 1
        url = https://github.com/savoirfairelinux/opendht
        arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = opendht
        makedepends = msgpack-cxx
        makedepends = asio
        makedepends = restinio
-       makedepends = cython0
+       makedepends = cython
        makedepends = python-setuptools
        depends = glibc
        depends = gnutls


=====================================
PKGBUILD
=====================================
@@ -4,13 +4,13 @@
 pkgname=opendht
 epoch=1
 pkgver=3.1.9
-pkgrel=2
+pkgrel=3
 pkgdesc="C++17 Distributed Hash Table (DHT) implementation"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht";
 license=(GPL3)
 depends=(glibc gnutls nettle readline argon2 jsoncpp libjsoncpp.so fmt 
http-parser openssl)
-makedepends=(git cmake msgpack-cxx asio restinio cython0 python-setuptools)
+makedepends=(git cmake msgpack-cxx asio restinio cython python-setuptools)
 checkdepends=(cppunit)
 optdepends=('python: to use the Python bindings'
             'msgpack-cxx: linking against opendht')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opendht/-/commit/138090611c56a21ed779bf36e77438d8fc9cc03b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opendht/-/commit/138090611c56a21ed779bf36e77438d8fc9cc03b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to