summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2024-02-12 19:27:26 +0100
committerSammysHP2024-02-12 19:27:26 +0100
commit35450e0cb5393e47fc1b15f3764b2aedf8ed21ea (patch)
tree3b7358da907795bdfb7061bfdf08da8e4db8bdb0
parent4e3fdccf811560d51f0c6beae9094588f1481170 (diff)
downloadaur-35450e0cb5393e47fc1b15f3764b2aedf8ed21ea.tar.gz
Version 1.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe5721ab30af..bdba62c9756f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = plus42
pkgdesc = Advanced scientific programmable calculator, based on Free42
- pkgver = 1.1.3
+ pkgver = 1.1.4
pkgrel = 1
url = https://thomasokken.com/plus42/
arch = x86_64
license = GPL
depends = gtk3
- source = http://thomasokken.com/plus42/upstream/plus42-upstream-1.1.3.tgz
+ source = http://thomasokken.com/plus42/upstream/plus42-upstream-1.1.4.tgz
source = plus42.desktop
- md5sums = e80b649a9bca1150e9a8750823eff743
+ md5sums = ccd37ce87050e6535dbb0e95eca1a5dc
md5sums = ba6d9ff8d83e9a244b5da63acbfc018e
pkgname = plus42
diff --git a/PKGBUILD b/PKGBUILD
index ecebbea64fb6..bb0330040140 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
pkgname=plus42
-pkgver=1.1.3
+pkgver=1.1.4
pkgrel=1
pkgdesc="Advanced scientific programmable calculator, based on Free42"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('gtk3')
source=("http://thomasokken.com/plus42/upstream/$pkgname-upstream-$pkgver.tgz"
"plus42.desktop")
-md5sums=('e80b649a9bca1150e9a8750823eff743'
+md5sums=('ccd37ce87050e6535dbb0e95eca1a5dc'
'ba6d9ff8d83e9a244b5da63acbfc018e')
build() {