libpqxx: update to 6.2.5.
This commit is contained in:
parent
366ac342fd
commit
11117a1423
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libpqxx'
|
||||
pkgname=libpqxx
|
||||
version=6.2.4
|
||||
version=6.2.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared --disable-documentation"
|
||||
|
@ -12,7 +12,7 @@ license="BSD-3-Clause"
|
|||
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=91a295d9e06fc36db5d993970aa1928e053a57ec03bf6284a1c534844ed35ed3
|
||||
checksum=36fcf8439ac7f7cc68b21e95b20e921ece4487cda1cc1d09b798a84e7cb3a4b7
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
@ -22,7 +22,6 @@ libpqxx-devel_package() {
|
|||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/bin/pqxx-config
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/lib/libpqxx.so
|
||||
|
|
Loading…
Reference in New Issue