[arch-commits] Commit in libpqxx/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at gemini.archlinux.org
Thu Sep 9 19:58:25 UTC 2021


    Date: Thursday, September 9, 2021 @ 19:58:25
  Author: anthraxx
Revision: 423687

archrelease: copy trunk to extra-x86_64

Added:
  libpqxx/repos/extra-x86_64/PKGBUILD
    (from rev 423686, libpqxx/trunk/PKGBUILD)
Deleted:
  libpqxx/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-09 19:58:22 UTC (rev 423686)
+++ PKGBUILD	2021-09-09 19:58:25 UTC (rev 423687)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=libpqxx
-pkgver=7.5.2
-pkgrel=1
-pkgdesc='C++ client API for PostgreSQL'
-url='http://pqxx.org/development/libpqxx/'
-arch=('x86_64')
-license=('custom')
-depends=('postgresql-libs>=9.1')
-makedepends=('python' 'xmlto' 'doxygen')
-provides=('libpqxx.so')
-source=(https://github.com/jtv/libpqxx/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('62e140667fb1bc9b61fa01cbf46f8ff73236eba6f3f7fbcf98108ce6bbc18dcd')
-b2sums=('80af924b5bafe20933daa79ffa45fb4a5c5bd4c6ba538103d5f7535fb70bc0f12446e20cbd3e41cefe3d8f0d603de90e3b97df5af121e9ac82e35ad726cededd')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --enable-shared
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make prefix="${pkgdir}/usr" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libpqxx/repos/extra-x86_64/PKGBUILD (from rev 423686, libpqxx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-09 19:58:25 UTC (rev 423687)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=libpqxx
+pkgver=7.6.0
+pkgrel=1
+pkgdesc='C++ client API for PostgreSQL'
+url='http://pqxx.org/development/libpqxx/'
+arch=('x86_64')
+license=('custom')
+depends=('postgresql-libs>=9.1')
+makedepends=('python' 'xmlto' 'doxygen')
+provides=('libpqxx.so')
+source=(https://github.com/jtv/libpqxx/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('8194ce4eff3fee5325963ccc28d3542cfaa54ba1400833d0df6948de3573c118')
+b2sums=('61e974e3c13c8c4ba958b1b20a63e3cb142bc02b6d527da99fe5ad892a3479adc326e523258051fbd1a453e505f7944267851ff4333fb6300204780ffdbfe6e7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --enable-shared
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make prefix="${pkgdir}/usr" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list