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
4 changes: 2 additions & 2 deletions srcpkgs/sdbus-c++/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'sdbus-c++'
pkgname=sdbus-c++
version=2.2.1
version=2.3.1
revision=1
build_style=cmake
configure_args="
Expand All @@ -15,7 +15,7 @@ license="LGPL-2.1-only"
homepage="https://github.com/Kistler-Group/sdbus-cpp"
changelog="https://raw.githubusercontent.com/Kistler-Group/sdbus-cpp/refs/heads/master/ChangeLog"
distfiles="https://github.com/Kistler-Group/sdbus-cpp/archive/v${version}.tar.gz"
checksum=da69a0104beb6e51415a59f1571a47beb1eacc65cc6027b250eb1cf13ff4f802
checksum=3a289eded586c26d06c1387de72c7bf7c809527a70d51ba6401fe61059b19626

sdbus-c++-devel_package() {
depends="${sourcepkg}>=${version}_${revision} basu-devel"
Expand Down
2 changes: 2 additions & 0 deletions srcpkgs/sdbus-c++/update
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this necessary, it seems to work just fine with the default?

$ ./xbps-src update-check sdbus-c++
sdbus-c++-2.2.1 -> sdbus-c++-2.3.0
sdbus-c++-2.2.1 -> sdbus-c++-2.3.1

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
site="https://github.com/Kistler-Group/sdbus-cpp/releases"
pattern="/releases/tag/v\K[\d.]+"