Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -2732,7 +2732,7 @@ libges-1.0.so.0 gst1-editing-services-1.6.2_1
libykneomgr.so.0 libykneomgr-0.1.8_1
libopenshot-audio.so.10 libopenshot-audio-0.4.0_1
libopenshot.so.27 libopenshot-0.4.0_1
libpqxx-6.3.so libpqxx-6.3.3_1
libpqxx-8.0.so libpqxx-8.0.2_1
libndpi.so.5 ndpi-5.0_1
libKF5WidgetsAddons.so.5 kwidgetsaddons-5.26.0_1
libsearpc.so.1 libsearpc-3.0.7_1
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/biblioteq/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'biblioteq'
pkgname=biblioteq
version=2026.07.31
revision=1
revision=2
build_style=qmake
build_helper=qmake6
hostmakedepends="qt6-tools qt6-base"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/biboumi/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'biboumi'
pkgname=biboumi
version=9.0
revision=5
revision=6
build_style=cmake
configure_args="-DWITHOUT_SYSTEMD=1"
conf_files="/etc/biboumi/biboumi.cfg"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/cppdb/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'cppdb'
pkgname=cppdb
version=0.3.1
revision=2
revision=3
build_style=cmake
makedepends="libpqxx-devel"
short_desc="SQL Connectivity Library"
Expand Down
7 changes: 5 additions & 2 deletions srcpkgs/libpqxx/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'libpqxx'
pkgname=libpqxx
version=6.4.3
version=8.0.2
revision=1
build_style=gnu-configure
configure_args="--enable-shared --disable-documentation"
Expand All @@ -12,7 +12,10 @@ 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=0c70d6986a93f07876f173cfc606f9ced2711bcfbd53e59842e682d48a281138
checksum=028c5fba4982e759fe182af1103ccd08b02bb4e1f9f12a551e01d21cac0c4440

# tests require a postgresql server
make_check=no

post_install() {
vlicense COPYING
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/postgis-postgresql17/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'postgis-postgresql17'
pkgname=postgis-postgresql17
version=3.6.3
revision=1
revision=2
build_style=gnu-configure
_major="${pkgname#postgis-postgresql}"
configure_args="
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/postgis-postgresql18/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'postgis-postgresql18'
pkgname=postgis-postgresql18
version=3.6.3
revision=1
revision=2
build_style=gnu-configure
_major="${pkgname#postgis-postgresql}"
configure_args="
Expand Down