mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/qpid-proton to 0.30.0-1
This commit is contained in:
parent
da200dc824
commit
19d5f5b93d
1 changed files with 4 additions and 4 deletions
|
@ -4,15 +4,15 @@
|
||||||
# - disable LTO
|
# - disable LTO
|
||||||
|
|
||||||
pkgname=(qpid-proton python2-qpid-proton)
|
pkgname=(qpid-proton python2-qpid-proton)
|
||||||
pkgver=0.29.0
|
pkgver=0.30.0
|
||||||
pkgrel=5
|
pkgrel=1
|
||||||
pkgdesc='High-performance, lightweight messaging library'
|
pkgdesc='High-performance, lightweight messaging library'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://qpid.apache.org/proton'
|
url='https://qpid.apache.org/proton'
|
||||||
license=('Apache')
|
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")
|
source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz")
|
||||||
sha512sums=('d6b7bc9811230c48b0c10c3cc076a6de6b29c5e22d69556f83e21110eeb9a105d11328b2993694a2e39f0681007b4b3144270ea18efd456a802a08cb564ae4a4')
|
sha512sums=('0e55d6a2c9803ef72604c50c7b934379092680b5edd52e3641a851f50ba1136bfa83cd30328d2b3235152331109d3204aa32168aa626d6e8e34a590d82553cc8')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
|
|
Loading…
Reference in a new issue