soci: update to 4.0.3.

This commit is contained in:
Đoàn Trần Công Danh 2022-12-01 10:36:29 +07:00
parent c68189fa7b
commit 742924161d
2 changed files with 7 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'soci'
pkgname=soci
version=4.0.1
version=4.0.3
revision=1
build_style=cmake
configure_args="-DCMAKE_CXX_STANDARD=11"
@ -12,15 +12,16 @@ maintainer="John <me@johnnynator.dev>"
license="BSL-1.0"
homepage="http://soci.sourceforge.net/"
distfiles="http://downloads.sourceforge.net/project/soci/soci/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
checksum=bcabd4d7d33bb02e5a88d00121bf556957fa18dc6b04a5532c107a4def7e27d3
checksum=615e5f7e4b52007f3a3b4050a99aadf6346b56b5098eb08b3a650836083c6a33
make_check=no #Would require to setup and run at least mariadb and postgresql
soci-devel_package() {
depends="${sourcepkg}>=${version}_${revision} postgresql-libs-devel libmariadbclient-devel
sqlite-devel unixodbc-devel"
depends="${sourcepkg}>=${version}_${revision} postgresql-libs-devel
libmariadbclient-devel sqlite-devel unixodbc-devel boost-devel"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}

2
srcpkgs/soci/update Normal file
View file

@ -0,0 +1,2 @@
site='https://github.com/SOCI/soci/tags'
pattern='/refs/tags/v?\K[0-9.]+(?=.tar.gz)'