summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2022-05-31 12:32:33 -0400
committerTed Alff2022-05-31 12:32:33 -0400
commit010fed3682b3841ecefe403ccbb31ad934526551 (patch)
tree6a285aca659ed5e6ce7079feaad7d99592771933 /PKGBUILD
parent5c41fb68ddd6942ccaf037a141e28a6290b206fb (diff)
downloadaur-010fed3682b3841ecefe403ccbb31ad934526551.tar.gz
Version bump 4.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43893c1db11d..1b5071c90694 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qalculate-qt
pkgname=${_pkgname}5
-pkgver=4.1.1
+pkgver=4.2.0
pkgrel=1
pkgdesc='Qt5 frontend for libqalculate'
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
@@ -13,7 +13,7 @@ makedepends=('qt5-tools')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
source=("https://github.com/Qalculate/qalculate-qt/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('463e506331e8a49ec5ee355fe74da25d7a5cae945f5228081603be1f6d31f49f')
+sha256sums=('1c62e419bb1f4c16aa428f68281bee3c44a12dde865e0a0b22e53b09f79a0a36')
build() {
cd "${_pkgname}-${pkgver}"