libpqxx: update to 6.2.4.
This commit is contained in:
parent
56a99562e8
commit
af3ca8cfd5
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libpqxx'
|
||||
pkgname=libpqxx
|
||||
version=6.2.3
|
||||
version=6.2.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared --disable-documentation"
|
||||
|
@ -9,10 +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"
|
||||
changelog="https://raw.githubusercontent.com/jtv/libpqxx/master/NEWS"
|
||||
distfiles="https://github.com/jtv/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=382b88992c6162c9814388cc8575eb774ffad03d49743a5d9576aa3bffc91dfa
|
||||
checksum=91a295d9e06fc36db5d993970aa1928e053a57ec03bf6284a1c534844ed35ed3
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in New Issue