summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cd65628dcba..bd1c97ac6487 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kalk
pkgdesc = Kalk is a powerful cross-platfrom calculator application built with the Kirigami framework
- pkgver = 22.06
+ pkgver = 22.09
pkgrel = 1
url = https://invent.kde.org/plasma-mobile/kalk
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = kalk
depends = gmp
depends = mpfr
depends = qt5-feedback
- source = http://download.kde.org/stable/plasma-mobile/22.06/kalk-22.06.tar.xz
- sha256sums = 6a2b23e57a0e5ab09ed18ee565f0976bcd8dc2bdece5b64be14c4949adcb8325
+ source = http://download.kde.org/stable/plasma-mobile/22.09/kalk-22.09.tar.xz
+ sha256sums = d83d102aeb4dc66bf12c9e05e928eace2d0712ac738bdf18545d6a35b61c9169
pkgname = kalk
diff --git a/PKGBUILD b/PKGBUILD
index 1513273c8e9f..51e3f6a966ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Castro < gustawho [ at ] gmail [ dot ] com >
pkgname=kalk
-pkgver=22.06
+pkgver=22.09
pkgrel=1
pkgdesc="Kalk is a powerful cross-platfrom calculator application built with the Kirigami framework"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -11,7 +11,7 @@ depends=('ki18n' 'kconfig' 'kcoreaddons' 'knotifications' 'kirigami2' 'kunitconv
'kdbusaddons' 'plasma-framework' 'gmp' 'mpfr' 'qt5-feedback')
makedepends=('qt5-tools' 'qt5-svg' 'extra-cmake-modules')
source=("http://download.kde.org/stable/plasma-mobile/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('6a2b23e57a0e5ab09ed18ee565f0976bcd8dc2bdece5b64be14c4949adcb8325')
+sha256sums=('d83d102aeb4dc66bf12c9e05e928eace2d0712ac738bdf18545d6a35b61c9169')
build() {
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -B build -S "${pkgname}-${pkgver}"