Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
qalculate-qt
Commits:
2cb16f9b by Antonio Rojas at 2026-01-19T22:02:01+01:00
upgpkg: 5.9.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qalculate-qt
pkgdesc = Qt frontend for libqalculate
- pkgver = 5.8.2
+ pkgver = 5.9.0
pkgrel = 1
url = https://qalculate.github.io/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = qalculate-qt
depends = libqalculate
depends = qt6-base
depends = qt6-svg
- source = git+https://github.com/Qalculate/qalculate-qt#tag=v5.8.2
- sha256sums =
92674b05c1d646b7aaa4908ab45b9654bfa87ddd90113c3e5ea68eb1089b638c
+ source = git+https://github.com/Qalculate/qalculate-qt#tag=v5.9.0
+ sha256sums =
9745ef2ab6e546a488129d6f7c565001035f491d21698548e79fa41af990c663
pkgname = qalculate-qt
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=qalculate-qt
-pkgver=5.8.2
+pkgver=5.9.0
pkgrel=1
pkgdesc='Qt frontend for libqalculate'
arch=(x86_64)
@@ -15,7 +15,7 @@ depends=(gcc-libs
makedepends=(git
qt6-tools)
source=(git+https://github.com/Qalculate/qalculate-qt#tag=v$pkgver)
-sha256sums=('92674b05c1d646b7aaa4908ab45b9654bfa87ddd90113c3e5ea68eb1089b638c')
+sha256sums=('9745ef2ab6e546a488129d6f7c565001035f491d21698548e79fa41af990c663')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qalculate-qt/-/commit/2cb16f9b477a1f274f6c9891cf6e9becd603787c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qalculate-qt/-/commit/2cb16f9b477a1f274f6c9891cf6e9becd603787c
You're receiving this email because of your account on gitlab.archlinux.org.