Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libqalculate
Commits:
09837a83 by Antonio Rojas at 2026-01-19T21:33:43+01:00
upgpkg: 5.9.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libqalculate
pkgdesc = Multi-purpose desktop calculator
- pkgver = 5.8.2
+ pkgver = 5.9.0
pkgrel = 1
url = https://qalculate.github.io/
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = libqalculate
depends = mpfr
depends = readline
optdepends = gnuplot: for plotting support
- source = git+https://github.com/Qalculate/libqalculate#tag=v5.8.2
- sha256sums =
459103f59bdb36a803cf63b18fd55dbfa741ee1e28f9c11b50a40afbad79b96b
+ source = git+https://github.com/Qalculate/libqalculate#tag=v5.9.0
+ sha256sums =
f6c24962c20ca0a081f2a7081119dac5148416d6e4d198671c5e1f487fbb20c6
pkgname = libqalculate
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Eric Bélanger <[email protected]>
pkgname=libqalculate
-pkgver=5.8.2
+pkgver=5.9.0
pkgrel=1
pkgdesc='Multi-purpose desktop calculator'
arch=(x86_64)
@@ -21,7 +21,7 @@ makedepends=(doxygen
intltool)
optdepends=('gnuplot: for plotting support')
source=(git+https://github.com/Qalculate/libqalculate#tag=v$pkgver)
-sha256sums=('459103f59bdb36a803cf63b18fd55dbfa741ee1e28f9c11b50a40afbad79b96b')
+sha256sums=('f6c24962c20ca0a081f2a7081119dac5148416d6e4d198671c5e1f487fbb20c6')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libqalculate/-/commit/09837a83b93fdf8e67efacf59ff8ff0ebcf1128d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libqalculate/-/commit/09837a83b93fdf8e67efacf59ff8ff0ebcf1128d
You're receiving this email because of your account on gitlab.archlinux.org.