community/qpid-proton to 0.29.0-4

This commit is contained in:
Kevin Mihelich 2019-09-14 23:54:56 +00:00
parent 1417c8dab1
commit bef7139228

View file

@ -5,7 +5,7 @@
pkgname=(qpid-proton python2-qpid-proton)
pkgver=0.29.0
pkgrel=3
pkgrel=4
pkgdesc='High-performance, lightweight messaging library'
arch=('x86_64')
url='https://qpid.apache.org/proton'
@ -32,7 +32,7 @@ build() {
}
package_qpid-proton() {
depends=('jsoncpp' 'python' 'ruby')
depends=('jsoncpp' 'libjsoncpp.so' 'python' 'ruby')
cd ${pkgname}-${pkgver}/build
make DESTDIR="${pkgdir}" install