Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qalculate: update to 5.5.0 #53962

Merged
merged 1 commit into from
Jan 16, 2025
Merged
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/libqalculate/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'libqalculate'
# NOTE: keep this package synchronized with 'qalculate-gtk' and 'qalculate-qt'
pkgname=libqalculate
version=5.4.0
version=5.5.0
revision=1
build_style=gnu-configure
hostmakedepends="intltool pkg-config doxygen"
Expand All @@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
homepage="https://qalculate.github.io"
changelog="https://qalculate.github.io/news.html"
distfiles="https://github.com/Qalculate/libqalculate/releases/download/v${version}/libqalculate-${version}.tar.gz"
checksum=1fe956877ff1bbb1f4b470c41cdf3d971cebbeda6a35e92282f0eea5193ac343
checksum=6d58c6092242ea7cfa137d73abe74b0e3e0a2b59e99c5db60d045b82c673f72b

qalculate_package() {
short_desc="Multi-purpose desktop calculator - CLI version"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/qalculate-gtk/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'qalculate-gtk'
# NOTE: keep this package synchronized with 'libqalculate' and 'qalculate-qt'
pkgname=qalculate-gtk
version=5.4.0
version=5.5.0
revision=1
build_style=gnu-configure
hostmakedepends="intltool pkg-config glib-devel"
Expand All @@ -13,4 +13,4 @@ license="GPL-2.0-or-later"
homepage="https://qalculate.github.io"
changelog="https://qalculate.github.io/news.html"
distfiles="https://github.com/Qalculate/qalculate-gtk/releases/download/v${version}/qalculate-gtk-${version}.tar.gz"
checksum=9a112b3bcb348834dff631fa5d8a55f36b0e4caf5d992c21e4b1a72879611331
checksum=89840c16deba524b23512dc6d8d91f74f282c672a2ad001533f4b063d49171dd
4 changes: 2 additions & 2 deletions srcpkgs/qalculate-qt/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'qalculate-qt'
# NOTE: keep this package synchronized with 'libqalculate' and 'qalculate-gtk'
pkgname=qalculate-qt
version=5.4.0
version=5.5.0
revision=1
build_style=qmake
hostmakedepends="intltool pkg-config qt5-qmake qt5-host-tools"
Expand All @@ -13,4 +13,4 @@ license="GPL-2.0-or-later"
homepage="https://qalculate.github.io"
changelog="https://qalculate.github.io/news.html"
distfiles="https://github.com/Qalculate/qalculate-qt/releases/download/v${version}/qalculate-qt-${version}.tar.gz"
checksum=a97d1813bd68562465657136ebe7c3fb925d442efadc5aa14ac3806c152d2816
checksum=e7e97b2fb6fde836eae2e7bc4249d54cd5ecac13c00e56188de0c21664fb4086
Loading