community/qpid-proton to 0.30.0-1

This commit is contained in:
Kevin Mihelich 2020-01-17 19:01:42 +00:00
parent da200dc824
commit 19d5f5b93d

View file

@ -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}