summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2023-12-07 20:13:30 +0100
committerSammysHP2023-12-07 20:13:30 +0100
commit8718b0521ffe951e0b4929da49d599e2f025a489 (patch)
tree27a60805999ba72d96e727dee2a21b1a6ea56ff2
parente932dee14053c8fe29096ca157325b560290fafb (diff)
downloadaur-8718b0521ffe951e0b4929da49d599e2f025a489.tar.gz
Version 1.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98678d5eec61..8bd4607b10f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = plus42
pkgdesc = Advanced scientific programmable calculator, based on Free42
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://thomasokken.com/plus42/
arch = x86_64
license = GPL
depends = gtk3
- source = http://thomasokken.com/plus42/upstream/plus42-upstream-1.1.1.tgz
+ source = http://thomasokken.com/plus42/upstream/plus42-upstream-1.1.2.tgz
source = plus42.desktop
- md5sums = 156f9f3aeb7bdbd26d342cff351a8375
+ md5sums = a5f9c6fa14a925846d37d470b117ea18
md5sums = ba6d9ff8d83e9a244b5da63acbfc018e
pkgname = plus42
diff --git a/PKGBUILD b/PKGBUILD
index fd823bde100c..5ce32c945c8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
pkgname=plus42
-pkgver=1.1.1
+pkgver=1.1.2
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=('156f9f3aeb7bdbd26d342cff351a8375'
+md5sums=('a5f9c6fa14a925846d37d470b117ea18'
'ba6d9ff8d83e9a244b5da63acbfc018e')
build() {