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

Baptiste Jonglez zorun at archlinux.org
Thu Jul 20 07:44:59 UTC 2017


    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
===================================================================
--- PKGBUILD	2017-07-20 06:38:48 UTC (rev 245780)
+++ PKGBUILD	2017-07-20 07:44:59 UTC (rev 245781)
@@ -1,6 +1,6 @@
 # Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
 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}"
 



More information about the arch-commits mailing list