summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2022-10-03 15:55:17 +0200
committerSammysHP2022-10-03 15:55:17 +0200
commit4431077a59d272fb8ae4e50c49699b78cdf20d94 (patch)
treedc4959ee30abaf38a938b418b0035fa2d0ee3fcb
parent2435b75efe1f5baf833de67fa94b3ceac46a4e3e (diff)
downloadaur-4431077a59d272fb8ae4e50c49699b78cdf20d94.tar.gz
Version 1.0.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bff2e66c0e92..3b0d460695dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = plus42
pkgdesc = Advanced scientific programmable calculator, based on Free42
- pkgver = 1.0.10
+ pkgver = 1.0.11
pkgrel = 1
url = https://thomasokken.com/plus42/
arch = x86_64
license = GPL
depends = gtk3
- source = http://thomasokken.com/plus42/upstream/plus42-upstream-1.0.10.tgz
+ source = http://thomasokken.com/plus42/upstream/plus42-upstream-1.0.11.tgz
source = plus42.desktop
- md5sums = 112de66340bfbca60468445cf6352726
+ md5sums = 6dde85cb9cf91d27036e7611d2af9bf0
md5sums = ba6d9ff8d83e9a244b5da63acbfc018e
pkgname = plus42
diff --git a/PKGBUILD b/PKGBUILD
index 6031b5374fb7..4affdfe7a9d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
pkgname=plus42
-pkgver=1.0.10
+pkgver=1.0.11
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=('112de66340bfbca60468445cf6352726'
+md5sums=('6dde85cb9cf91d27036e7611d2af9bf0'
'ba6d9ff8d83e9a244b5da63acbfc018e')
build() {