pg_top: update to 4.1.3.

This commit is contained in:
Leah Neukirchen 2025-07-02 19:15:16 +02:00
parent 4bd34f0be1
commit cd6f7952dc

View file

@ -1,6 +1,6 @@
# Template file for 'pg_top' # Template file for 'pg_top'
pkgname=pg_top pkgname=pg_top
version=4.1.2 version=4.1.3
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="python3-docutils" hostmakedepends="python3-docutils"
@ -9,8 +9,9 @@ short_desc="'top' for PostgreSQL"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://pg_top.gitlab.io/" homepage="https://pg_top.gitlab.io/"
changelog="https://gitlab.com/pg_top/pg_top/-/raw/main/HISTORY.rst"
distfiles="https://gitlab.com/pg_top/pg_top/-/archive/v${version}/${pkgname}-v${version}.tar.gz" distfiles="https://gitlab.com/pg_top/pg_top/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
checksum=f01b9bdff3da4eaf53283ce868fe0dcedbc5c7df80b4f1893e23a5defcda93ba checksum=2e1e9d8e7b085576d9609d2e3e333e7b212f24d7ebffff9131bb555ef396a65f
post_extract() { post_extract() {
vsed -i 's/rst2man.py/rst2man/g' CMakeLists.txt vsed -i 's/rst2man.py/rst2man/g' CMakeLists.txt