[arch-commits] Commit in qpid-proton/repos/community-x86_64 (PKGBUILD PKGBUILD)

Nicola Squartini tensor5 at gemini.archlinux.org
Sun Aug 15 01:58:20 UTC 2021


    Date: Sunday, August 15, 2021 @ 01:58:19
  Author: tensor5
Revision: 998681

archrelease: copy trunk to community-x86_64

Added:
  qpid-proton/repos/community-x86_64/PKGBUILD
    (from rev 998680, qpid-proton/trunk/PKGBUILD)
Deleted:
  qpid-proton/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-15 01:57:48 UTC (rev 998680)
+++ PKGBUILD	2021-08-15 01:58:19 UTC (rev 998681)
@@ -1,39 +0,0 @@
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=qpid-proton
-pkgver=0.33.0
-pkgrel=1
-pkgdesc='High-performance, lightweight messaging library'
-arch=('x86_64')
-url='https://qpid.apache.org/proton'
-license=('Apache')
-depends=('libjsoncpp.so' 'python')
-makedepends=('cmake' 'doxygen' 'go' 'python-setuptools' 'python-sphinx' 'python-wheel' 'swig')
-source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz")
-sha512sums=('d82cade354fd01f2cf7a3e0c17d48cdfa3bde263c8571762cdeb0b4da6ef2d6fd6f97cdba4fa4e8fc1b5368c54ccd2ca860fb56f46f58091c91deab843a17cf2')
-
-build() {
-    cd ${pkgname}-${pkgver}
-
-    mkdir build
-    cd build
-    cmake \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DLIB_SUFFIX='' \
-        -DSYSINSTALL_BINDINGS=ON \
-        -DENABLE_TOX_TEST=OFF \
-        ..
-    make
-}
-
-check() {
-    cd ${pkgname}-${pkgver}/build
-
-    make test
-}
-
-package() {
-    cd ${pkgname}-${pkgver}/build
-
-    make DESTDIR="${pkgdir}" install
-}

Copied: qpid-proton/repos/community-x86_64/PKGBUILD (from rev 998680, qpid-proton/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-15 01:58:19 UTC (rev 998681)
@@ -0,0 +1,39 @@
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=qpid-proton
+pkgver=0.35.0
+pkgrel=1
+pkgdesc='High-performance, lightweight messaging library'
+arch=('x86_64')
+url='https://qpid.apache.org/proton'
+license=('Apache')
+depends=('libjsoncpp.so' 'python')
+makedepends=('cmake' 'doxygen' 'go' 'python-setuptools' 'python-sphinx' 'python-wheel' 'swig')
+source=("https://www.apache.org/dist/qpid/proton/${pkgver}/qpid-proton-${pkgver}.tar.gz")
+sha512sums=('1031e3d45854107a516699e1d18269c6acb22549b2709c1fc1cd25eb870096de109077445f1b400edf231bb21a476a268e2d6674e986fc50e92a281549085543')
+
+build() {
+    cd ${pkgname}-${pkgver}
+
+    mkdir build
+    cd build
+    cmake \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DLIB_SUFFIX='' \
+        -DSYSINSTALL_BINDINGS=ON \
+        -DENABLE_TOX_TEST=OFF \
+        ..
+    make
+}
+
+check() {
+    cd ${pkgname}-${pkgver}/build
+
+    make test
+}
+
+package() {
+    cd ${pkgname}-${pkgver}/build
+
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list