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

2020-12-21 Thread Bruno Pagani via arch-commits
Date: Monday, December 21, 2020 @ 23:38:52
  Author: archange
Revision: 781659

upgpkg: opendht 1:2.1.9.5-1

Modified:
  opendht/trunk/PKGBUILD

--+
 PKGBUILD |   24 
 1 file changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-21 23:37:16 UTC (rev 781658)
+++ PKGBUILD2020-12-21 23:38:52 UTC (rev 781659)
@@ -3,8 +3,8 @@
 
 pkgname=opendht
 epoch=1
-pkgver=2.1.6
-pkgrel=3
+pkgver=2.1.9.5
+pkgrel=1
 pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht";
@@ -12,16 +12,18 @@
 depends=(openssl gnutls nettle argon2 readline fmt http-parser jsoncpp 
libjsoncpp.so)
 makedepends=(msgpack-c cmake cython cppunit restinio)
 optdepends=('python: to use the Python bindings')
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('53f362f75a5dda2e88eb145671d01b2998cc5f55d9e1e37fa28b18a324f1159c')
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+${pkgname}-fix-systemd-makedep.patch::${url}/pull/535.patch)
+sha256sums=('74eb58f0589577a9df378772f1dd2edc1c3f1b16a045057c3bcb120d2c16403f'
+'7774b345aa48f948bb0dcca3cd4341da53b8a0df8f8ba96440e9a0b0776e40e9')
 
 prepare() {
-  mkdir -p build
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../${pkgname}-fix-systemd-makedep.patch
 }
 
 build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake -B build -S ${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=None \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
@@ -38,15 +40,13 @@
 -DOPENDHT_PROXY_SERVER=ON \
 -DOPENDHT_PROXY_CLIENT=ON \
 -DOPENDHT_PUSH_NOTIFICATIONS=ON
-  make
+  make -C build
 }
 
 #check() {
-#  cd build
-#  make test
+#  make -C build test
 #}
 
 package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
+  make -C build DESTDIR="${pkgdir}" install
 }


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

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 17:40:56
  Author: felixonmars
Revision: 752756

upgpkg: opendht 1:2.1.6-3: Python 3.9 rebuild

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:40:54 UTC (rev 752755)
+++ PKGBUILD2020-11-12 17:40:56 UTC (rev 752756)
@@ -4,7 +4,7 @@
 pkgname=opendht
 epoch=1
 pkgver=2.1.6
-pkgrel=2
+pkgrel=3
 pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht";


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

2020-10-28 Thread Bruno Pagani via arch-commits
Date: Wednesday, October 28, 2020 @ 07:26:17
  Author: archange
Revision: 735269

fmt 7.1 rebuild

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 07:12:12 UTC (rev 735268)
+++ PKGBUILD2020-10-28 07:26:17 UTC (rev 735269)
@@ -4,7 +4,7 @@
 pkgname=opendht
 epoch=1
 pkgver=2.1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht";


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

2020-09-25 Thread Bruno Pagani via arch-commits
Date: Friday, September 25, 2020 @ 23:22:43
  Author: archange
Revision: 712351

upgpkg: opendht 1:2.1.6-1

Modified:
  opendht/trunk/PKGBUILD

--+
 PKGBUILD |   28 +---
 1 file changed, 13 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-25 23:18:04 UTC (rev 712350)
+++ PKGBUILD2020-09-25 23:22:43 UTC (rev 712351)
@@ -3,24 +3,20 @@
 
 pkgname=opendht
 epoch=1
-pkgver=1.10.1
-pkgrel=7
-pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
+pkgver=2.1.6
+pkgrel=1
+pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht";
 license=(GPL3)
-depends=(gnutls nettle readline argon2 restbed jsoncpp libjsoncpp.so)
-makedepends=(msgpack-c cmake cython systemd cppunit)
+depends=(openssl gnutls nettle argon2 readline fmt http-parser jsoncpp 
libjsoncpp.so)
+makedepends=(msgpack-c cmake cython cppunit restinio)
 optdepends=('python: to use the Python bindings')
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
- 
opendht-gcc10.patch::"https://github.com/savoirfairelinux/opendht/commit/e58fc4ef.patch";)
-sha512sums=('d0ab4aa376ecd4ac57af78a1491cd0f466021790ebea0e00032a503d61127f323cb37f04d94f2a35797dc52051407708f49ed99be558003acc102ff017dbdf29'
-
'ed43ee79f350f8b86119e4336de5a28eab4c4d6eedb578d714dd51a1c8109c0a31756ea0cf807d3c6e636b8ccfb52c8c43f81220b4fd5105bd200ae76e175977')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('53f362f75a5dda2e88eb145671d01b2998cc5f55d9e1e37fa28b18a324f1159c')
 
 prepare() {
   mkdir -p build
-
-  patch -d $pkgname-$pkgver -p1 -i ../opendht-gcc10.patch # Fix build with GCC 
10
 }
 
 build() {
@@ -33,10 +29,12 @@
 -DOPENDHT_DOCUMENTATION=OFF \
 -DOPENDHT_STATIC=OFF \
 -DOPENDHT_SYSTEMD=ON \
+-DOPENDHT_SYSTEMD_UNIT_FILE_LOCATION=/usr/lib/systemd/system/ \
 -DOPENDHT_LTO=ON \
 -DOPENDHT_TOOLS=ON \
 -DOPENDHT_INDEX=ON \
 -DOPENDHT_PYTHON=ON \
+-DOPENDHT_HTTP=ON \
 -DOPENDHT_PROXY_SERVER=ON \
 -DOPENDHT_PROXY_CLIENT=ON \
 -DOPENDHT_PUSH_NOTIFICATIONS=ON
@@ -43,10 +41,10 @@
   make
 }
 
-check() {
-  cd build
-  make test
-}
+#check() {
+#  cd build
+#  make test
+#}
 
 package() {
   cd build


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

2020-07-15 Thread Antonio Rojas via arch-commits
Date: Thursday, July 16, 2020 @ 06:51:44
  Author: arojas
Revision: 664100

jsoncpp 1.8.3 rebuild

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-16 06:43:40 UTC (rev 664099)
+++ PKGBUILD2020-07-16 06:51:44 UTC (rev 664100)
@@ -4,7 +4,7 @@
 pkgname=opendht
 epoch=1
 pkgver=1.10.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht";
@@ -12,11 +12,15 @@
 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")
-sha512sums=(d0ab4aa376ecd4ac57af78a1491cd0f466021790ebea0e00032a503d61127f323cb37f04d94f2a35797dc52051407708f49ed99be558003acc102ff017dbdf29)
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
+ 
opendht-gcc10.patch::"https://github.com/savoirfairelinux/opendht/commit/e58fc4ef.patch";)
+sha512sums=('d0ab4aa376ecd4ac57af78a1491cd0f466021790ebea0e00032a503d61127f323cb37f04d94f2a35797dc52051407708f49ed99be558003acc102ff017dbdf29'
+
'ed43ee79f350f8b86119e4336de5a28eab4c4d6eedb578d714dd51a1c8109c0a31756ea0cf807d3c6e636b8ccfb52c8c43f81220b4fd5105bd200ae76e175977')
 
 prepare() {
   mkdir -p build
+
+  patch -d $pkgname-$pkgver -p1 -i ../opendht-gcc10.patch # Fix build with GCC 
10
 }
 
 build() {


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

2020-05-04 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 5, 2020 @ 06:03:06
  Author: foutrelis
Revision: 624830

nettle 3.6 rebuild

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 05:54:23 UTC (rev 624829)
+++ PKGBUILD2020-05-05 06:03:06 UTC (rev 624830)
@@ -4,7 +4,7 @@
 pkgname=opendht
 epoch=1
 pkgver=1.10.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht";


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

2020-04-05 Thread Bruno Pagani via arch-commits
Date: Sunday, April 5, 2020 @ 20:58:42
  Author: archange
Revision: 611986

jsoncpp 1.9.2 rebuild

(Revert PKGBUILD to repo version)

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-05 20:45:42 UTC (rev 611985)
+++ PKGBUILD2020-04-05 20:58:42 UTC (rev 611986)
@@ -3,17 +3,17 @@
 
 pkgname=opendht
 epoch=1
-pkgver=2.0.0rc2
-pkgrel=1
-pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
+pkgver=1.10.1
+pkgrel=5
+pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht";
 license=(GPL3)
-depends=(openssl gnutls nettle argon2 readline fmt http-parser jsoncpp 
libjsoncpp.so)
-makedepends=(msgpack-c cmake cython cppunit restinio)
+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")
-sha256sums=('f47979d30b1dc88c6a8c0a898d1a3ebe7cfa2c96f6b766802286201b4e8af87e')
+sha512sums=(d0ab4aa376ecd4ac57af78a1491cd0f466021790ebea0e00032a503d61127f323cb37f04d94f2a35797dc52051407708f49ed99be558003acc102ff017dbdf29)
 
 prepare() {
   mkdir -p build
@@ -33,7 +33,6 @@
 -DOPENDHT_TOOLS=ON \
 -DOPENDHT_INDEX=ON \
 -DOPENDHT_PYTHON=ON \
--DOPENDHT_HTTP=ON \
 -DOPENDHT_PROXY_SERVER=ON \
 -DOPENDHT_PROXY_CLIENT=ON \
 -DOPENDHT_PUSH_NOTIFICATIONS=ON


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

2020-02-16 Thread Bruno Pagani via arch-commits
Date: Sunday, February 16, 2020 @ 23:54:44
  Author: archange
Revision: 573738

upgpkg: opendht 1:2.0.0rc2-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-16 23:54:16 UTC (rev 573737)
+++ PKGBUILD2020-02-16 23:54:44 UTC (rev 573738)
@@ -3,17 +3,17 @@
 
 pkgname=opendht
 epoch=1
-pkgver=1.10.1
-pkgrel=4
-pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
+pkgver=2.0.0rc2
+pkgrel=1
+pkgdesc="C++14 Distributed Hash Table (DHT) implementation"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht";
 license=(GPL3)
-depends=(gnutls nettle readline argon2 restbed jsoncpp libjsoncpp.so)
-makedepends=(msgpack-c cmake cython systemd cppunit)
+depends=(openssl gnutls nettle argon2 readline fmt http-parser jsoncpp 
libjsoncpp.so)
+makedepends=(msgpack-c cmake cython cppunit restinio)
 optdepends=('python: to use the Python bindings')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=(d0ab4aa376ecd4ac57af78a1491cd0f466021790ebea0e00032a503d61127f323cb37f04d94f2a35797dc52051407708f49ed99be558003acc102ff017dbdf29)
+sha256sums=('f47979d30b1dc88c6a8c0a898d1a3ebe7cfa2c96f6b766802286201b4e8af87e')
 
 prepare() {
   mkdir -p build
@@ -33,6 +33,7 @@
 -DOPENDHT_TOOLS=ON \
 -DOPENDHT_INDEX=ON \
 -DOPENDHT_PYTHON=ON \
+-DOPENDHT_HTTP=ON \
 -DOPENDHT_PROXY_SERVER=ON \
 -DOPENDHT_PROXY_CLIENT=ON \
 -DOPENDHT_PUSH_NOTIFICATIONS=ON


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

2019-11-04 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 14:55:50
  Author: felixonmars
Revision: 524088

Python 3.8 rebuild

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 14:54:50 UTC (rev 524087)
+++ PKGBUILD2019-11-04 14:55:50 UTC (rev 524088)
@@ -4,7 +4,7 @@
 pkgname=opendht
 epoch=1
 pkgver=1.10.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht";


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

2019-11-04 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 10:39:29
  Author: felixonmars
Revision: 524026

Python 3.8 rebuild

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 10:38:43 UTC (rev 524025)
+++ PKGBUILD2019-11-04 10:39:29 UTC (rev 524026)
@@ -4,7 +4,7 @@
 pkgname=opendht
 epoch=1
 pkgver=1.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht";


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

2019-09-15 Thread Bruno Pagani via arch-commits
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
===
--- PKGBUILD2019-09-15 18:13:48 UTC (rev 510778)
+++ PKGBUILD2019-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")


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

2019-09-14 Thread Baptiste Jonglez via arch-commits
Date: Saturday, September 14, 2019 @ 08:24:44
  Author: zorun
Revision: 510474

upgpkg: opendht 1:1.10.1-2

jsoncpp rebuild 
https://www.archlinux.org/todo/jsoncpp-191-soname-bump-plus-add-soname-depends-on-libjsoncppso/

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-14 08:10:37 UTC (rev 510473)
+++ PKGBUILD2019-09-14 08:24:44 UTC (rev 510474)
@@ -4,12 +4,12 @@
 pkgname=opendht
 epoch=1
 pkgver=1.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht";
 license=(GPL3)
-depends=(gnutls nettle readline argon2 jsoncpp restbed)
+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")


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

2019-08-31 Thread Bruno Pagani via arch-commits
Date: Saturday, August 31, 2019 @ 15:14:07
  Author: archange
Revision: 505713

upgpkg: opendht 1:1.10.1-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-31 13:29:36 UTC (rev 505712)
+++ PKGBUILD2019-08-31 15:14:07 UTC (rev 505713)
@@ -3,8 +3,8 @@
 
 pkgname=opendht
 epoch=1
-pkgver=1.9.5
-pkgrel=2
+pkgver=1.10.1
+pkgrel=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht";
@@ -13,7 +13,7 @@
 makedepends=(msgpack-c cmake cython systemd cppunit)
 optdepends=('python: to use the Python bindings')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7712f158754234be39d2839d3677525eaf1e753505fc965e24b49d9088ff9415')
+sha512sums=(d0ab4aa376ecd4ac57af78a1491cd0f466021790ebea0e00032a503d61127f323cb37f04d94f2a35797dc52051407708f49ed99be558003acc102ff017dbdf29)
 
 prepare() {
   mkdir -p build


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

2019-07-01 Thread Bruno Pagani via arch-commits
Date: Monday, July 1, 2019 @ 21:15:51
  Author: archange
Revision: 487219

poppler 0.78 / nettle 3.5 rebuild

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-01 21:12:50 UTC (rev 487218)
+++ PKGBUILD2019-07-01 21:15:51 UTC (rev 487219)
@@ -4,7 +4,7 @@
 pkgname=opendht
 epoch=1
 pkgver=1.9.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht";


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

2019-07-01 Thread Bruno Pagani via arch-commits
Date: Monday, July 1, 2019 @ 21:07:43
  Author: archange
Revision: 487213

upgpkg: opendht 1:1.9.5-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-07-01 21:06:33 UTC (rev 487212)
+++ PKGBUILD2019-07-01 21:07:43 UTC (rev 487213)
@@ -3,8 +3,8 @@
 
 pkgname=opendht
 epoch=1
-pkgver=1.9.4
-pkgrel=2
+pkgver=1.9.5
+pkgrel=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht";
@@ -13,7 +13,7 @@
 makedepends=(msgpack-c cmake cython systemd cppunit)
 optdepends=('python: to use the Python bindings')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('f94f1400d90b174d7299714634099013b80ab80ec2bc4f574c790c612d859891')
+sha256sums=('7712f158754234be39d2839d3677525eaf1e753505fc965e24b49d9088ff9415')
 
 prepare() {
   mkdir -p build


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

2019-06-30 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 30, 2019 @ 11:44:00
  Author: foutrelis
Revision: 486270

poppler 0.78 / nettle 3.5 rebuild

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-30 11:36:09 UTC (rev 486269)
+++ PKGBUILD2019-06-30 11:44:00 UTC (rev 486270)
@@ -4,7 +4,7 @@
 pkgname=opendht
 epoch=1
 pkgver=1.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=(x86_64)
 url="https://github.com/savoirfairelinux/opendht";


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

2019-05-02 Thread Bruno Pagani via arch-commits
Date: Thursday, May 2, 2019 @ 19:42:09
  Author: archange
Revision: 457810

upgpkg: opendht 1:1.9.4-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-02 19:35:53 UTC (rev 457809)
+++ PKGBUILD2019-05-02 19:42:09 UTC (rev 457810)
@@ -3,7 +3,7 @@
 
 pkgname=opendht
 epoch=1
-pkgver=1.9.3
+pkgver=1.9.4
 pkgrel=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(msgpack-c cmake cython systemd cppunit)
 optdepends=('python: to use the Python bindings')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7e330818b4dd095f9e8416bf2684e03fde22db0b8e5b9b08c39cc4e1a893855a')
+sha256sums=('f94f1400d90b174d7299714634099013b80ab80ec2bc4f574c790c612d859891')
 
 prepare() {
   mkdir -p build


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

2019-04-30 Thread Bruno Pagani via arch-commits
Date: Tuesday, April 30, 2019 @ 10:25:49
  Author: archange
Revision: 456732

upgpkg: opendht 1:1.9.3-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-30 10:25:30 UTC (rev 456731)
+++ PKGBUILD2019-04-30 10:25:49 UTC (rev 456732)
@@ -3,7 +3,7 @@
 
 pkgname=opendht
 epoch=1
-pkgver=1.9.2
+pkgver=1.9.3
 pkgrel=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(msgpack-c cmake cython systemd cppunit)
 optdepends=('python: to use the Python bindings')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('86d9a360f1821cf489e73310095521840f3addb3fa5c1902917509a4fff53b74')
+sha256sums=('7e330818b4dd095f9e8416bf2684e03fde22db0b8e5b9b08c39cc4e1a893855a')
 
 prepare() {
   mkdir -p build


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

2019-04-20 Thread Bruno Pagani via arch-commits
Date: Saturday, April 20, 2019 @ 11:33:54
  Author: archange
Revision: 452081

upgpkg: opendht 1:1.9.2-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 11:26:02 UTC (rev 452080)
+++ PKGBUILD2019-04-20 11:33:54 UTC (rev 452081)
@@ -3,7 +3,7 @@
 
 pkgname=opendht
 epoch=1
-pkgver=1.9.1
+pkgver=1.9.2
 pkgrel=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(msgpack-c cmake cython systemd cppunit)
 optdepends=('python: to use the Python bindings')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('1a097edde82b8eddcc0ed82b2acb9a59b91cd3bfd7bead677763c5b46a06b1ac')
+sha256sums=('86d9a360f1821cf489e73310095521840f3addb3fa5c1902917509a4fff53b74')
 
 prepare() {
   mkdir -p build


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

2019-04-14 Thread Bruno Pagani via arch-commits
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
===
--- PKGBUILD2019-04-14 21:32:02 UTC (rev 451658)
+++ PKGBUILD2019-04-14 21:56:58 UTC (rev 451659)
@@ -2,18 +2,18 @@
 # Maintainer: Bruno Pagani 
 
 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
 }


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

2019-03-26 Thread Bruno Pagani via arch-commits
Date: Tuesday, March 26, 2019 @ 14:25:38
  Author: archange
Revision: 443552

FS#62132

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-26 13:45:06 UTC (rev 443551)
+++ PKGBUILD2019-03-26 14:25:38 UTC (rev 443552)
@@ -3,7 +3,7 @@
 
 pkgname=opendht
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')
@@ -31,6 +31,7 @@
 -DOPENDHT_SYSTEMD=ON \
 -DOPENDHT_LTO=ON \
 -DOPENDHT_TOOLS=ON \
+-DOPENDHT_INDEX=ON \
 -DOPENDHT_PYTHON=ON \
 -DOPENDHT_PROXY_SERVER=ON \
 -DOPENDHT_PROXY_CLIENT=ON \


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

2019-02-04 Thread Bruno Pagani via arch-commits
Date: Monday, February 4, 2019 @ 14:39:41
  Author: archange
Revision: 429573

upgpkg: opendht 1:1.8.1-1

Upstream update + clean PKGBUILD

Modified:
  opendht/trunk/PKGBUILD

--+
 PKGBUILD |   37 ++---
 1 file changed, 14 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-04 14:39:04 UTC (rev 429572)
+++ PKGBUILD2019-02-04 14:39:41 UTC (rev 429573)
@@ -1,7 +1,9 @@
 # Maintainer: Baptiste Jonglez 
+# Maintainer: Bruno Pagani 
+
 pkgname=opendht
-pkgver=1.7.4
-pkgrel=4
+pkgver=1.8.1
+pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')
@@ -10,18 +12,19 @@
 optdepends=('python: to use the Python bindings')
 url="https://github.com/savoirfairelinux/opendht";
 license=('GPL3')
-source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('d82601b31841c611c7a6e65bd7b63e8d21a6961b0db64b8fbc518c9574c52745')
-sha512sums=('be526c696f51471f58278ed53b0167311c2c0dca1db87da711bad9987922a6b5608a71508bd36011da27b3438964a3ee2406439c17c77db8c157c65222faa04e')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('96564cd3c7fee711e7bcd71a83fef0e02721b06c1de921abf73b1872e616f962')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  msg2 'Building...'
-  mkdir -p build
   cd build
-  cmake .. \
+  cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
 -DOPENDHT_TESTS=ON \
 -DOPENDHT_DOCUMENTATION=OFF \
 -DOPENDHT_STATIC=OFF \
@@ -31,28 +34,16 @@
 -DOPENDHT_PYTHON=ON \
 -DOPENDHT_PROXY_SERVER=ON \
 -DOPENDHT_PROXY_CLIENT=ON \
--DOPENDHT_PUSH_NOTIFICATIONS=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
+-DOPENDHT_PUSH_NOTIFICATIONS=ON
   make
 }
 
 check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
   cd build
   make test
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  msg2 'Installing...'
   cd build
   make DESTDIR="$pkgdir" install
-  cd ..
-
-  msg2 'Installing documentation...'
-  install -D -m644 README.md "${pkgdir}/usr/share/doc/opendht/README.md"
 }
-
-# vim:set ts=2 sw=2 et:


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

2019-01-10 Thread Felix Yan via arch-commits
Date: Friday, January 11, 2019 @ 07:28:06
  Author: felixonmars
Revision: 422244

Readline 8.0 rebuild

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-11 07:28:04 UTC (rev 422243)
+++ PKGBUILD2019-01-11 07:28:06 UTC (rev 422244)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
 pkgver=1.7.4
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')


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

2018-11-02 Thread Baptiste Jonglez via arch-commits
Date: Friday, November 2, 2018 @ 09:31:15
  Author: zorun
Revision: 401203

upgpkg: opendht 1:1.7.4-3

Rebuild

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-02 09:25:41 UTC (rev 401202)
+++ PKGBUILD2018-11-02 09:31:15 UTC (rev 401203)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
 pkgver=1.7.4
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')


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

2018-08-03 Thread Baptiste Jonglez via arch-commits
Date: Friday, August 3, 2018 @ 10:00:23
  Author: zorun
Revision: 367516

upgpkg: opendht 1:1.7.4-2

python 3.7 rebuild

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-03 09:56:41 UTC (rev 367515)
+++ PKGBUILD2018-08-03 10:00:23 UTC (rev 367516)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
 pkgver=1.7.4
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')


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

2018-08-03 Thread Baptiste Jonglez via arch-commits
Date: Friday, August 3, 2018 @ 09:48:37
  Author: zorun
Revision: 367508

upgpkg: opendht 1:1.7.4-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-03 09:44:36 UTC (rev 367507)
+++ PKGBUILD2018-08-03 09:48:37 UTC (rev 367508)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.7.3
-pkgrel=2
+pkgver=1.7.4
+pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 url="https://github.com/savoirfairelinux/opendht";
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('957ddfd4acd366625bd0d1a22fceaad42e3768cdb391134f4dc100946f477227')
-sha512sums=('ee7af8aec5749965b4e46eb5ef9b4b4aac98b22930de6b239c51ec629abca67af017a99f3b282286a10dab1ef623ff761069566cc9fe1973d1cd06cbd2dee8a7')
+sha256sums=('d82601b31841c611c7a6e65bd7b63e8d21a6961b0db64b8fbc518c9574c52745')
+sha512sums=('be526c696f51471f58278ed53b0167311c2c0dca1db87da711bad9987922a6b5608a71508bd36011da27b3438964a3ee2406439c17c77db8c157c65222faa04e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-07-25 Thread Baptiste Jonglez via arch-commits
Date: Thursday, July 26, 2018 @ 06:16:10
  Author: zorun
Revision: 363461

upgpkg: opendht 1:1.7.3-2

Python 3.7 rebuild

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 06:15:54 UTC (rev 363460)
+++ PKGBUILD2018-07-26 06:16:10 UTC (rev 363461)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
 pkgver=1.7.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')


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

2018-07-25 Thread Baptiste Jonglez via arch-commits
Date: Thursday, July 26, 2018 @ 06:15:32
  Author: zorun
Revision: 363459

upgpkg: opendht 1:1.7.3-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 06:03:04 UTC (rev 363458)
+++ PKGBUILD2018-07-26 06:15:32 UTC (rev 363459)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.7.3rc4
-pkgrel=2
+pkgver=1.7.3
+pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 url="https://github.com/savoirfairelinux/opendht";
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('5fced76228ca2603cd9f80a5537fc568cc9f19d139107a03dc1f0c40e9489476')
-sha512sums=('894499d4a49b664fb5372e36453fcd03f0aa5600be3e58eb03304422725de8caddbf03251d7c02d0a98c2bb82d7c31029d09fb244f24afe8cca03994cf9fd959')
+sha256sums=('957ddfd4acd366625bd0d1a22fceaad42e3768cdb391134f4dc100946f477227')
+sha512sums=('ee7af8aec5749965b4e46eb5ef9b4b4aac98b22930de6b239c51ec629abca67af017a99f3b282286a10dab1ef623ff761069566cc9fe1973d1cd06cbd2dee8a7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-07-08 Thread Evangelos Foutras via arch-commits
Date: Sunday, July 8, 2018 @ 14:10:47
  Author: foutrelis
Revision: 354935

Python 3.7 rebuild

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 14:02:15 UTC (rev 354934)
+++ PKGBUILD2018-07-08 14:10:47 UTC (rev 354935)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
 pkgver=1.7.3rc4
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')


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

2018-06-14 Thread Baptiste Jonglez via arch-commits
Date: Friday, June 15, 2018 @ 06:30:42
  Author: zorun
Revision: 343273

upgpkg: opendht 1:1.7.3rc4-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-15 04:01:58 UTC (rev 343272)
+++ PKGBUILD2018-06-15 06:30:42 UTC (rev 343273)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.7.3rc4
+pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 url="https://github.com/savoirfairelinux/opendht";
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('5030f011eba421f67847ee94d906aabbdf409268cdc1119e15bb8f2863ed0bbc')
-sha512sums=('dcb70c8f38f067f1035cbfdc7897a8245bacaef547afa48652e56e39e4641f7bb1ea6bc2bf3e46f8454cdbe3743eab318eca9fb6a02921d5f5fa792748a14cd1')
+sha256sums=('5fced76228ca2603cd9f80a5537fc568cc9f19d139107a03dc1f0c40e9489476')
+sha512sums=('894499d4a49b664fb5372e36453fcd03f0aa5600be3e58eb03304422725de8caddbf03251d7c02d0a98c2bb82d7c31029d09fb244f24afe8cca03994cf9fd959')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-05-11 Thread Baptiste Jonglez via arch-commits
Date: Saturday, May 12, 2018 @ 00:58:28
  Author: zorun
Revision: 320921

upgpkg: opendht 1:1.7.2-2

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-12 00:56:04 UTC (rev 320920)
+++ PKGBUILD2018-05-12 00:58:28 UTC (rev 320921)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
 pkgver=1.7.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')


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

2018-05-11 Thread Baptiste Jonglez via arch-commits
Date: Saturday, May 12, 2018 @ 00:55:50
  Author: zorun
Revision: 320919

upgpkg: opendht 1:1.7.2-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-12 00:52:53 UTC (rev 320918)
+++ PKGBUILD2018-05-12 00:55:50 UTC (rev 320919)
@@ -1,6 +1,6 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
@@ -11,8 +11,8 @@
 url="https://github.com/savoirfairelinux/opendht";
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('411d8ceeefed6837e426638a8d4de3e16bf91647ef244014fc2cbbb39805f397')
-sha512sums=('259eacd018254a7bb72e56f107f88a3ada2853229e8c9f810e85343e5d689b710155cacaf16009973afe0c2d48a1a58153765fefe60de1b145aef5bcc9b52b47')
+sha256sums=('5030f011eba421f67847ee94d906aabbdf409268cdc1119e15bb8f2863ed0bbc')
+sha512sums=('dcb70c8f38f067f1035cbfdc7897a8245bacaef547afa48652e56e39e4641f7bb1ea6bc2bf3e46f8454cdbe3743eab318eca9fb6a02921d5f5fa792748a14cd1')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-04-21 Thread Baptiste Jonglez via arch-commits
Date: Saturday, April 21, 2018 @ 20:21:10
  Author: zorun
Revision: 317255

upgpkg: opendht 1:1.7.1-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-21 15:06:48 UTC (rev 317254)
+++ PKGBUILD2018-04-21 20:21:10 UTC (rev 317255)
@@ -1,6 +1,6 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
@@ -11,8 +11,8 @@
 url="https://github.com/savoirfairelinux/opendht";
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('bfac984414607bd2b15ee72dc78f42de3ccdcfa4e7beb69d606554cd2e5fe7f1')
-sha512sums=('3c65d1a1d0b430e6d72442c62a406091552977ad2699fcd24e3758db1ba218762efbe65c222041104252152b7f7f73d54243c0e79701c1875ce087aab5f12f5f')
+sha256sums=('411d8ceeefed6837e426638a8d4de3e16bf91647ef244014fc2cbbb39805f397')
+sha512sums=('259eacd018254a7bb72e56f107f88a3ada2853229e8c9f810e85343e5d689b710155cacaf16009973afe0c2d48a1a58153765fefe60de1b145aef5bcc9b52b47')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-04-15 Thread Baptiste Jonglez via arch-commits
Date: Sunday, April 15, 2018 @ 14:39:47
  Author: zorun
Revision: 316350

upgpkg: opendht 1:1.7.0-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-15 14:37:03 UTC (rev 316349)
+++ PKGBUILD2018-04-15 14:39:47 UTC (rev 316350)
@@ -1,6 +1,6 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.7.0rc6
+pkgver=1.7.0
 pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
@@ -11,8 +11,8 @@
 url="https://github.com/savoirfairelinux/opendht";
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('c1e870022ef3e3a83dd2e1d37c62e365c4b5e5bb8e54da858479d40c9a6d73e8')
-sha512sums=('a69c1879a7d78a60a3b0aca762d7b344619775c657590567904aa4076824ec453fee77fd0ff58c074748a01f937b314bd4041e098bf841a5108cfe7382537d42')
+sha256sums=('bfac984414607bd2b15ee72dc78f42de3ccdcfa4e7beb69d606554cd2e5fe7f1')
+sha512sums=('3c65d1a1d0b430e6d72442c62a406091552977ad2699fcd24e3758db1ba218762efbe65c222041104252152b7f7f73d54243c0e79701c1875ce087aab5f12f5f')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-04-12 Thread Baptiste Jonglez via arch-commits
Date: Thursday, April 12, 2018 @ 20:37:01
  Author: zorun
Revision: 316129

upgpkg: opendht 1:1.7.0rc6-1

Also enable tests and change build type to avoid overriding cflags

Modified:
  opendht/trunk/PKGBUILD

--+
 PKGBUILD |   19 ++-
 1 file changed, 14 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-12 20:35:21 UTC (rev 316128)
+++ PKGBUILD2018-04-12 20:37:01 UTC (rev 316129)
@@ -1,18 +1,18 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.7.0rc5
+pkgver=1.7.0rc6
 pkgrel=1
 epoch=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')
+makedepends=('msgpack-c' 'cmake' 'cython' 'systemd' 'cppunit')
 optdepends=('python: to use the Python bindings')
 url="https://github.com/savoirfairelinux/opendht";
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('504621eb88dd1a9ab9d179e9cc86959e3484dd1f0d0e486131c833aaa260545d')
-sha512sums=('259b3bd0d9b2fabaf93a875e8f4082d0cc9ce9e35b6726b554e6485688dc825d014fad2bf4464bc55f80941f2f0ae365fbea7f6ee0ecda5e08c9d680bf335bc3')
+sha256sums=('c1e870022ef3e3a83dd2e1d37c62e365c4b5e5bb8e54da858479d40c9a6d73e8')
+sha512sums=('a69c1879a7d78a60a3b0aca762d7b344619775c657590567904aa4076824ec453fee77fd0ff58c074748a01f937b314bd4041e098bf841a5108cfe7382537d42')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -21,10 +21,13 @@
   mkdir -p build
   cd build
   cmake .. \
--DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_BUILD_TYPE=None \
+-DOPENDHT_TESTS=ON \
+-DOPENDHT_DOCUMENTATION=OFF \
 -DOPENDHT_STATIC=OFF \
 -DOPENDHT_SYSTEMD=ON \
 -DOPENDHT_LTO=ON \
+-DOPENDHT_TOOLS=ON \
 -DOPENDHT_PYTHON=ON \
 -DOPENDHT_PROXY_SERVER=ON \
 -DOPENDHT_PROXY_CLIENT=ON \
@@ -34,6 +37,12 @@
   make
 }
 
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd build
+  make test
+}
+
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 


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

2018-04-08 Thread Baptiste Jonglez via arch-commits
Date: Sunday, April 8, 2018 @ 08:35:57
  Author: zorun
Revision: 315043

upgpkg: opendht 1:1.7.0rc5-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-08 07:35:53 UTC (rev 315042)
+++ PKGBUILD2018-04-08 08:35:57 UTC (rev 315043)
@@ -1,6 +1,6 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.7.0rc4
+pkgver=1.7.0rc5
 pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
@@ -11,8 +11,8 @@
 url="https://github.com/savoirfairelinux/opendht";
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('17dbfcd16a699047bdd03586f4329f408c56c7bede42d28e25344c777fa0058b')
-sha512sums=('38cd7923e4530ce86d62cba452ff9d09c4406a2b1e4559bc309b62ba12c1810bdf8029a08fd6b347634b03cccd9ae4bf776dca72c5562b0a447ce57da20907ee')
+sha256sums=('504621eb88dd1a9ab9d179e9cc86959e3484dd1f0d0e486131c833aaa260545d')
+sha512sums=('259b3bd0d9b2fabaf93a875e8f4082d0cc9ce9e35b6726b554e6485688dc825d014fad2bf4464bc55f80941f2f0ae365fbea7f6ee0ecda5e08c9d680bf335bc3')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-03-31 Thread Baptiste Jonglez via arch-commits
Date: Saturday, March 31, 2018 @ 21:11:30
  Author: zorun
Revision: 313638

upgpkg: opendht 1:1.7.0rc4-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-31 21:03:14 UTC (rev 313637)
+++ PKGBUILD2018-03-31 21:11:30 UTC (rev 313638)
@@ -1,18 +1,18 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.6.0rc2
+pkgver=1.7.0rc4
 pkgrel=1
 epoch=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')
+makedepends=('msgpack-c' 'cmake' 'cython' 'systemd')
 optdepends=('python: to use the Python bindings')
 url="https://github.com/savoirfairelinux/opendht";
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('1e561e92ae7aacc2591b36caed89ca6701b30a43af6b046090f48c765b3ace06')
-sha512sums=('c12763350d63a63122fcfbe52d3d17644279f24a8ae3154db0e4924f050c4c32c027a238ea79940e647ab538f8aaa87f2bed139f6404551c27ca637e25ebdd86')
+sha256sums=('17dbfcd16a699047bdd03586f4329f408c56c7bede42d28e25344c777fa0058b')
+sha512sums=('38cd7923e4530ce86d62cba452ff9d09c4406a2b1e4559bc309b62ba12c1810bdf8029a08fd6b347634b03cccd9ae4bf776dca72c5562b0a447ce57da20907ee')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-02-21 Thread Baptiste Jonglez via arch-commits
Date: Wednesday, February 21, 2018 @ 22:37:40
  Author: zorun
Revision: 296847

upgpkg: opendht 1:1.6.0rc2-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-21 22:28:10 UTC (rev 296846)
+++ PKGBUILD2018-02-21 22:37:40 UTC (rev 296847)
@@ -1,6 +1,6 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.6.0rc1
+pkgver=1.6.0rc2
 pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
@@ -11,8 +11,8 @@
 url="https://github.com/savoirfairelinux/opendht";
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('9c0d46399182e6d701854efa95fd225a541b5ed743a1f2c3c0f22125e4bd65e2')
-sha512sums=('7db850afe9eebd580c7be97f591d8d3f36828387a9aedbd3c5ca48212251f9e650131dd6d81cd487ae3e58212f106abf6ea2a16e710297068778ffd25c8ebbd9')
+sha256sums=('1e561e92ae7aacc2591b36caed89ca6701b30a43af6b046090f48c765b3ace06')
+sha512sums=('c12763350d63a63122fcfbe52d3d17644279f24a8ae3154db0e4924f050c4c32c027a238ea79940e647ab538f8aaa87f2bed139f6404551c27ca637e25ebdd86')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-02-01 Thread Baptiste Jonglez via arch-commits
Date: Friday, February 2, 2018 @ 07:45:19
  Author: zorun
Revision: 288533

opendht: update to 1.6.0rc1

Modified:
  opendht/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-02 07:44:48 UTC (rev 288532)
+++ PKGBUILD2018-02-02 07:45:19 UTC (rev 288533)
@@ -1,17 +1,18 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.6.0rc1
+pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')
-depends=('gnutls' 'nettle' 'readline' 'argon2')
+depends=('gnutls' 'nettle' 'readline' 'argon2' 'jsoncpp' 'restbed')
 makedepends=('msgpack-c' 'cmake' 'cython')
 optdepends=('python: to use the Python bindings')
 url="https://github.com/savoirfairelinux/opendht";
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('a5848d94c46d8ef502860320879e177ffe480e9caa1d03422971a6e5a5604d33')
+sha256sums=('9c0d46399182e6d701854efa95fd225a541b5ed743a1f2c3c0f22125e4bd65e2')
+sha512sums=('7db850afe9eebd580c7be97f591d8d3f36828387a9aedbd3c5ca48212251f9e650131dd6d81cd487ae3e58212f106abf6ea2a16e710297068778ffd25c8ebbd9')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -21,7 +22,13 @@
   cd build
   cmake .. \
 -DCMAKE_BUILD_TYPE=Release \
+-DOPENDHT_STATIC=OFF \
+-DOPENDHT_SYSTEMD=ON \
+-DOPENDHT_LTO=ON \
 -DOPENDHT_PYTHON=ON \
+-DOPENDHT_PROXY_SERVER=ON \
+-DOPENDHT_PROXY_CLIENT=ON \
+-DOPENDHT_PUSH_NOTIFICATIONS=ON \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib
   make


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

2017-12-28 Thread Christian Hesse via arch-commits
Date: Thursday, December 28, 2017 @ 20:21:06
  Author: eworm
Revision: 276610

upgpkg: opendht 1:1.5.0-2

rebuilt for argon2 20171227-1 (soname bump)

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-28 20:14:55 UTC (rev 276609)
+++ PKGBUILD2017-12-28 20:21:06 UTC (rev 276610)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
 arch=('x86_64')


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

2017-12-07 Thread Baptiste Jonglez via arch-commits
Date: Thursday, December 7, 2017 @ 21:34:45
  Author: zorun
Revision: 273192

upgpkg: opendht 1:1.5.0-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-07 21:32:45 UTC (rev 273191)
+++ PKGBUILD2017-12-07 21:34:45 UTC (rev 273192)
@@ -1,6 +1,6 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.4.1
+pkgver=1.5.0
 pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
@@ -11,7 +11,7 @@
 url="https://github.com/savoirfairelinux/opendht";
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('9a6f9aa05f854079f56ee4ab9b9c3cc359c94eaedbd01c69e4356d471247adc9')
+sha256sums=('a5848d94c46d8ef502860320879e177ffe480e9caa1d03422971a6e5a5604d33')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-10-30 Thread Baptiste Jonglez
Date: Monday, October 30, 2017 @ 20:54:33
  Author: zorun
Revision: 264822

upgpkg: opendht 1:1.4.1-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-30 20:47:13 UTC (rev 264821)
+++ PKGBUILD2017-10-30 20:54:33 UTC (rev 264822)
@@ -1,6 +1,6 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.3.6
+pkgver=1.4.1
 pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
@@ -11,7 +11,7 @@
 url="https://github.com/savoirfairelinux/opendht";
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('7e888748741a0a2cc44639c580f29fa4c58cddbf08622626b754f0c9b99a4392')
+sha256sums=('9a6f9aa05f854079f56ee4ab9b9c3cc359c94eaedbd01c69e4356d471247adc9')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-08-15 Thread Baptiste Jonglez
Date: Tuesday, August 15, 2017 @ 21:40:43
  Author: zorun
Revision: 251199

upgpkg: opendht 1:1.3.6-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 21:18:11 UTC (rev 251198)
+++ PKGBUILD2017-08-15 21:40:43 UTC (rev 251199)
@@ -1,6 +1,6 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
@@ -11,7 +11,7 @@
 url="https://github.com/savoirfairelinux/opendht";
 license=('GPL3')
 
source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('b58e5f85d2b969efc121899d266e45989ab2238deceea1c00ab01ff2100c7df5')
+sha256sums=('7e888748741a0a2cc44639c580f29fa4c58cddbf08622626b754f0c9b99a4392')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-07-20 Thread Baptiste Jonglez
Date: Thursday, July 20, 2017 @ 07:44:59
  Author: zorun
Revision: 245781

upgpkg: opendht 1:1.3.5-1

Modified:
  opendht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-20 06:38:48 UTC (rev 245780)
+++ PKGBUILD2017-07-20 07:44:59 UTC (rev 245781)
@@ -1,6 +1,6 @@
 # Maintainer: Baptiste Jonglez 
 pkgname=opendht
-pkgver=1.3.4
+pkgver=1.3.5
 pkgrel=1
 epoch=1
 pkgdesc="A C++11 implementation of the Kademlia DHT (Distributed Hash Table)"
@@ -10,16 +10,9 @@
 optdepends=('python: to use the Python bindings')
 url="https://github.com/savoirfairelinux/opendht";
 license=('GPL3')
-source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";
-"0001-network-prevent-sending-packets-larger-than-1280-byt.patch")
-sha256sums=('348e956b55bc377310de214846b96aa7557239bc8c2dffc70a97295de081b354'
-'fb586a26828da442d041e4457fc0da1a2f6c21525e0630a7f7c912625b8b6d8d')
+source=("https://github.com/savoirfairelinux/opendht/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('b58e5f85d2b969efc121899d266e45989ab2238deceea1c00ab01ff2100c7df5')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p1 < 
"${srcdir}/0001-network-prevent-sending-packets-larger-than-1280-byt.patch"
-}
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"