From 19d5f5b93d237309d19dab03418446df81a3ea33 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 17 Jan 2020 19:01:42 +0000 Subject: [PATCH] community/qpid-proton to 0.30.0-1 --- community/qpid-proton/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/qpid-proton/PKGBUILD b/community/qpid-proton/PKGBUILD index 4005c09d4..afa18f16b 100644 --- a/community/qpid-proton/PKGBUILD +++ b/community/qpid-proton/PKGBUILD @@ -4,15 +4,15 @@ # - disable LTO pkgname=(qpid-proton python2-qpid-proton) -pkgver=0.29.0 -pkgrel=5 +pkgver=0.30.0 +pkgrel=1 pkgdesc='High-performance, lightweight messaging library' arch=('x86_64') url='https://qpid.apache.org/proton' license=('Apache') -makedepends=('cmake' 'doxygen' 'python' 'python2' 'swig' 'jsoncpp') +makedepends=('cmake' 'doxygen' 'python-setuptools' 'python2-setuptools' 'swig' 'jsoncpp') source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz") -sha512sums=('d6b7bc9811230c48b0c10c3cc076a6de6b29c5e22d69556f83e21110eeb9a105d11328b2993694a2e39f0681007b4b3144270ea18efd456a802a08cb564ae4a4') +sha512sums=('0e55d6a2c9803ef72604c50c7b934379092680b5edd52e3641a851f50ba1136bfa83cd30328d2b3235152331109d3204aa32168aa626d6e8e34a590d82553cc8') build() { cd ${pkgname}-${pkgver}