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

Levente Polyak anthraxx at archlinux.org
Wed May 12 23:52:06 UTC 2021


    Date: Wednesday, May 12, 2021 @ 23:52:06
  Author: anthraxx
Revision: 415104

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-12 23:52:03 UTC (rev 415103)
+++ PKGBUILD	2021-05-12 23:52:06 UTC (rev 415104)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=libpqxx
-pkgver=6.4.5
-pkgrel=2
-pkgdesc='C++ client API for PostgreSQL'
-url='http://pqxx.org/development/libpqxx/'
-arch=('x86_64')
-license=('custom')
-depends=('postgresql-libs>=9.1')
-makedepends=('python2' 'xmlto' 'doxygen')
-provides=('libpqxx.so')
-source=(https://github.com/jtv/libpqxx/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('86921fdb0fe54495a79d5af2c96f2c771098c31e9b352d0834230fd2799ad362')
-sha512sums=('b6f79c4af93876eaf859626c2deae3b23bd4fa1a438390bc01513ccc48b90565d59588f6977e7475bb7b8dbeb8b1c8ef2a4737d8eb4d15682531fbf78590ed5e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed 's|python|python2|' -i tools/splitconfig
-}
-
-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 415103, libpqxx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-12 23:52:06 UTC (rev 415104)
@@ -0,0 +1,33 @@
+# 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:



More information about the arch-commits mailing list