summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2023-06-16 18:44:57 +0200
committerSammysHP2023-06-16 18:44:57 +0200
commit78ba1a3cc326dc42fdf2f25cfe1f2c8d064e91a3 (patch)
treea7d4e9f25ca45082a1fad127fb4d1ccbb4b7d4bb
parentc3e95be7cea6e4d606fed3e20dfe1e51f4204d24 (diff)
downloadaur-78ba1a3cc326dc42fdf2f25cfe1f2c8d064e91a3.tar.gz
Version 1.0.19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 525fadd26a92..e7b26920f450 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = plus42
pkgdesc = Advanced scientific programmable calculator, based on Free42
- pkgver = 1.0.18
+ pkgver = 1.0.19
pkgrel = 1
url = https://thomasokken.com/plus42/
arch = x86_64
license = GPL
depends = gtk3
- source = http://thomasokken.com/plus42/upstream/plus42-upstream-1.0.18.tgz
+ source = http://thomasokken.com/plus42/upstream/plus42-upstream-1.0.19.tgz
source = plus42.desktop
- md5sums = 3345542863e896e79c6856d6ebcc5dcb
+ md5sums = 8a040c6e0634a8c9a911bf615d644676
md5sums = ba6d9ff8d83e9a244b5da63acbfc018e
pkgname = plus42
diff --git a/PKGBUILD b/PKGBUILD
index 0a72a0c2b3e0..db58417a3b7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
pkgname=plus42
-pkgver=1.0.18
+pkgver=1.0.19
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=('3345542863e896e79c6856d6ebcc5dcb'
+md5sums=('8a040c6e0634a8c9a911bf615d644676'
'ba6d9ff8d83e9a244b5da63acbfc018e')
build() {