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

Nicola Squartini tensor5 at archlinux.org
Mon Feb 22 08:42:11 UTC 2021


    Date: Monday, February 22, 2021 @ 08:42:11
  Author: tensor5
Revision: 868394

archrelease: copy trunk to community-x86_64

Added:
  qpid-proton/repos/community-x86_64/PKGBUILD
    (from rev 868393, 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-02-22 08:42:04 UTC (rev 868393)
+++ PKGBUILD	2021-02-22 08:42:11 UTC (rev 868394)
@@ -1,39 +0,0 @@
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=qpid-proton
-pkgver=0.32.0
-pkgrel=2
-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=('4d1265308b685d5cdd28fd8746f13704c6e36a8dc35a2c121e07b9db21cabaf440da8dd1cf76892fc366845e7f472af2c29ae94dedee19d53756bba2bd4470b6')
-
-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 868393, qpid-proton/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-22 08:42:11 UTC (rev 868394)
@@ -0,0 +1,39 @@
+# 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
+}



More information about the arch-commits mailing list