summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2022-11-17 20:00:49 +0100
committerSammysHP2022-11-17 20:00:49 +0100
commit4917457640583f98464511417eda7a4119b50295 (patch)
treeed9cd1c786585b10e3bc2340ff512ab907e685c3
parent5aec8278dc32242709df480780c4ca52971e6ca4 (diff)
downloadaur-4917457640583f98464511417eda7a4119b50295.tar.gz
Version 1.0.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36397fe79174..1d50d7438bf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = plus42
pkgdesc = Advanced scientific programmable calculator, based on Free42
- pkgver = 1.0.12
+ pkgver = 1.0.13
pkgrel = 1
url = https://thomasokken.com/plus42/
arch = x86_64
license = GPL
depends = gtk3
- source = http://thomasokken.com/plus42/upstream/plus42-upstream-1.0.12.tgz
+ source = http://thomasokken.com/plus42/upstream/plus42-upstream-1.0.13.tgz
source = plus42.desktop
- md5sums = 1083e59c339b7c600f665052e561247a
+ md5sums = b7b33b38405181b48b63eb51c5ae97f8
md5sums = ba6d9ff8d83e9a244b5da63acbfc018e
pkgname = plus42
diff --git a/PKGBUILD b/PKGBUILD
index 2653e5d91851..0b0463067ad3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
pkgname=plus42
-pkgver=1.0.12
+pkgver=1.0.13
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=('1083e59c339b7c600f665052e561247a'
+md5sums=('b7b33b38405181b48b63eb51c5ae97f8'
'ba6d9ff8d83e9a244b5da63acbfc018e')
build() {