mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/qpid-proton to 0.29.0-4
This commit is contained in:
parent
1417c8dab1
commit
bef7139228
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue