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

Nicola Squartini tensor5 at archlinux.org
Tue Jul 28 00:56:18 UTC 2020


    Date: Tuesday, July 28, 2020 @ 00:56:17
  Author: tensor5
Revision: 665585

upgpkg: qpid-proton 0.31.0-1

Modified:
  qpid-proton/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-28 00:56:17 UTC (rev 665584)
+++ PKGBUILD	2020-07-28 00:56:17 UTC (rev 665585)
@@ -1,16 +1,17 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=qpid-proton
-pkgver=0.30.0
-pkgrel=5
+pkgver=0.31.0
+pkgrel=1
 pkgdesc='High-performance, lightweight messaging library'
 arch=('x86_64')
 url='https://qpid.apache.org/proton'
 license=('Apache')
-depends=('libjsoncpp.so' 'python' 'ruby')
-makedepends=('cmake' 'doxygen' 'python-setuptools' 'swig')
+depends=('libjsoncpp.so' 'python')
+makedepends=('cmake' 'doxygen' 'go' 'python-setuptools' 'python-sphinx' 'python-wheel' 'swig')
+checkdepends=('python-tox')
 source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz")
-sha512sums=('0e55d6a2c9803ef72604c50c7b934379092680b5edd52e3641a851f50ba1136bfa83cd30328d2b3235152331109d3204aa32168aa626d6e8e34a590d82553cc8')
+sha512sums=('39487c34ae6ae1cc0c2f57f2ffb2bdf48a554e9ba8439a5c3f9776205cdb138f71284c9fc7626e4bbee3110ccce7da61ddb45f51ebddfede981ada0872074202')
 
 build() {
     cd ${pkgname}-${pkgver}
@@ -25,6 +26,12 @@
     make
 }
 
+check() {
+    cd ${pkgname}-${pkgver}/build
+
+    make test
+}
+
 package() {
     cd ${pkgname}-${pkgver}/build
 



More information about the arch-commits mailing list