* update libqalculate to 5.5.0-1

This commit is contained in:
Alexander Baldeck 2025-02-16 16:19:50 +01:00
parent 5fa8658caf
commit e24719c8f1
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = libqalculate pkgbase = libqalculate
pkgdesc = Multi-purpose desktop calculator pkgdesc = Multi-purpose desktop calculator
pkgver = 5.4.0.1 pkgver = 5.5.0
pkgrel = 1 pkgrel = 1
url = https://qalculate.github.io/ url = https://qalculate.github.io/
arch = x86_64 arch = x86_64
@ -21,7 +21,7 @@ pkgbase = libqalculate
depends = mpfr depends = mpfr
depends = readline depends = readline
optdepends = gnuplot: for plotting support optdepends = gnuplot: for plotting support
source = git+https://github.com/Qalculate/libqalculate#tag=v5.4.0.1 source = git+https://github.com/Qalculate/libqalculate#tag=v5.5.0
sha256sums = 74b1aa75c7e47cccf8fdf9d88648c65f5284e54f1baee8928b5d55002dd8d297 sha256sums = 9f0ca82ba2578641ffe473655f7be8367ed2cebe619b6853e5635d00ce40934b
pkgname = libqalculate pkgname = libqalculate

View File

@ -3,7 +3,7 @@
# Contributor: Eric Bélanger <eric@archlinux.org> # Contributor: Eric Bélanger <eric@archlinux.org>
pkgname=libqalculate pkgname=libqalculate
pkgver=5.4.0.1 pkgver=5.5.0
pkgrel=1 pkgrel=1
pkgdesc='Multi-purpose desktop calculator' pkgdesc='Multi-purpose desktop calculator'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -22,7 +22,7 @@ makedepends=(doxygen
intltool) intltool)
optdepends=('gnuplot: for plotting support') optdepends=('gnuplot: for plotting support')
source=(git+https://github.com/Qalculate/libqalculate#tag=v$pkgver) source=(git+https://github.com/Qalculate/libqalculate#tag=v$pkgver)
sha256sums=('74b1aa75c7e47cccf8fdf9d88648c65f5284e54f1baee8928b5d55002dd8d297') sha256sums=('9f0ca82ba2578641ffe473655f7be8367ed2cebe619b6853e5635d00ce40934b')
prepare() { prepare() {
cd $pkgname cd $pkgname