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

Bruno Pagani archange at archlinux.org
Sun Sep 15 18:18:50 UTC 2019


    Date: Sunday, September 15, 2019 @ 18:18:49
  Author: archange
Revision: 510779

Style change

Modified:
  opendht/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-15 18:13:48 UTC (rev 510778)
+++ PKGBUILD	2019-09-15 18:18:49 UTC (rev 510779)
@@ -9,7 +9,7 @@
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht"
 license=(GPL3)
-depends=('gnutls' 'nettle' 'readline' 'argon2' 'restbed' 'jsoncpp' 'libjsoncpp.so')
+depends=(gnutls nettle readline argon2 restbed jsoncpp libjsoncpp.so)
 makedepends=(msgpack-c cmake cython systemd cppunit)
 optdepends=('python: to use the Python bindings')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")



More information about the arch-commits mailing list