libpqxx: update to 6.2.3.

Closes #14150.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-05 21:39:27 -03:00 committed by Enno Boland
parent 20f5ebc61a
commit b747164b3d
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libpqxx'
pkgname=libpqxx
version=6.2.2
version=6.2.3
revision=1
build_style=gnu-configure
configure_args="--enable-shared --disable-documentation"
@ -9,9 +9,10 @@ makedepends="postgresql-libs-devel"
short_desc="C++ connector for PostgreSQL"
maintainer="John Regan <john@jrjrtech.com>"
license="BSD-3-Clause"
#changelog="https://raw.githubusercontent.com/jtv/libpqxx/master/NEWS"
homepage="http://pqxx.org/development/libpqxx"
distfiles="https://github.com/jtv/${pkgname}/archive/${version}.tar.gz"
checksum=610985bd0eba744ec3b425e24d8a003221df6c8d8bf4aac9f7da0390a3a97b6b
checksum=382b88992c6162c9814388cc8575eb774ffad03d49743a5d9576aa3bffc91dfa
post_install() {
vlicense COPYING
@ -23,7 +24,7 @@ libpqxx-devel_package() {
pkg_install() {
vmove usr/bin/pqxx-config
vmove usr/include
vmove usr/lib/*.a
vmove "usr/lib/*.a"
vmove usr/lib/libpqxx.so
vmove usr/lib/pkgconfig
}