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

Bruno Pagani archange at archlinux.org
Sun Apr 14 21:56:58 UTC 2019


    Date: Sunday, April 14, 2019 @ 21:56:58
  Author: archange
Revision: 451659

upgpkg: opendht 1:1.9.1-1

Modified:
  opendht/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-14 21:32:02 UTC (rev 451658)
+++ PKGBUILD	2019-04-14 21:56:58 UTC (rev 451659)
@@ -2,18 +2,18 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=opendht
-pkgver=1.8.1
-pkgrel=2
 epoch=1
+pkgver=1.9.1
+pkgrel=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
-arch=('x86_64')
-depends=('gnutls' 'nettle' 'readline' 'argon2' 'jsoncpp' 'restbed')
-makedepends=('msgpack-c' 'cmake' 'cython' 'systemd' 'cppunit')
+arch=(x86_64)
+url="https://github.com/savoirfairelinux/opendht"
+license=(GPL3)
+depends=(gnutls nettle readline argon2 jsoncpp restbed)
+makedepends=(msgpack-c cmake cython systemd cppunit)
 optdepends=('python: to use the Python bindings')
-url="https://github.com/savoirfairelinux/opendht"
-license=('GPL3')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('96564cd3c7fee711e7bcd71a83fef0e02721b06c1de921abf73b1872e616f962')
+sha256sums=('1a097edde82b8eddcc0ed82b2acb9a59b91cd3bfd7bead677763c5b46a06b1ac')
 
 prepare() {
   mkdir -p build
@@ -46,5 +46,5 @@
 
 package() {
   cd build
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list