[arch-commits] Commit in qpid-proton/trunk (PKGBUILD)

Nicola Squartini tensor5 at archlinux.org
Wed Jun 13 14:23:55 UTC 2018


    Date: Wednesday, June 13, 2018 @ 14:23:54
  Author: tensor5
Revision: 342897

upgpkg: qpid-proton 0.23.0-1

Modified:
  qpid-proton/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-13 14:10:44 UTC (rev 342896)
+++ PKGBUILD	2018-06-13 14:23:54 UTC (rev 342897)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini <tensor5 at gmail.com>
 
 pkgname=(qpid-proton python2-qpid-proton)
-pkgver=0.22.0
+pkgver=0.23.0
 pkgrel=1
 pkgdesc='High-performance, lightweight messaging library'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('Apache')
 makedepends=('cmake' 'doxygen' 'python' 'python2' 'swig')
 source=("http://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz")
-sha512sums=('abcc0c18e7f657433e11ee6d7093d11048f2607dc3e531352c037df4dad841d7f8a465fc30a049110c9d208709b04d38545ab1825709ac25774fc9e1bfef43e7')
+sha512sums=('5000916c9b44c799bdcd78932def57b13b9c24cd73885c9e3c769e2b1d55c7f7851feef439d6e9c7ae9be4a602e3370ec78cf51a551b4e0ccdcacf91e18dd8bd')
 
 build() {
     cd ${pkgname}-${pkgver}
@@ -24,7 +24,7 @@
         ..
     make
 
-    cd proton-c/bindings/python/dist
+    cd python/dist
     python2 setup.py build
 }
 
@@ -38,6 +38,6 @@
 package_python2-qpid-proton() {
     depends=('python2')
 
-    cd qpid-proton-${pkgver}/build/proton-c/bindings/python/dist
+    cd qpid-proton-${pkgver}/build/python/dist
     python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1
 }



More information about the arch-commits mailing list