Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
libpqxx


Commits:
a5ffa101 by Torsten Keßler at 2023-09-03T09:50:46+02:00
upgpkg: 7.6.0-2

Disable docs as they're not installed with make, FS#70764

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -3,13 +3,13 @@
 
 pkgname=libpqxx
 pkgver=7.6.0
-pkgrel=1
+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=('python' 'xmlto' 'doxygen')
+makedepends=('python')
 provides=('libpqxx.so')
 
source=(https://github.com/jtv/libpqxx/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 sha256sums=('8194ce4eff3fee5325963ccc28d3542cfaa54ba1400833d0df6948de3573c118')
@@ -19,7 +19,8 @@ build() {
   cd ${pkgname}-${pkgver}
   ./configure \
     --prefix=/usr \
-    --enable-shared
+    --enable-shared \
+    --disable-doc
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpqxx/-/commit/a5ffa101fa1816f857fb1b14e8e0b89e2c39712e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libpqxx/-/commit/a5ffa101fa1816f857fb1b14e8e0b89e2c39712e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to