summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2022-06-11 23:01:34 +0200
committerSammysHP2022-06-11 23:01:34 +0200
commit6f11dbac005e2598fdf0d382f30dc1384a41ec7b (patch)
treee8f008fd62a04555adab2b269a55e728b60c169d
parent0da2d43c516f7c92b9c9ad4337703965a4eb2478 (diff)
downloadaur-6f11dbac005e2598fdf0d382f30dc1384a41ec7b.tar.gz
Version 1.0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5617a96f203..9f231212c472 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = plus42
pkgdesc = Advanced scientific programmable calculator, based on Free42
- pkgver = 1.0.6
+ pkgver = 1.0.7
pkgrel = 1
url = https://thomasokken.com/plus42/
arch = x86_64
license = GPL
depends = gtk3
- source = http://thomasokken.com/plus42/upstream/plus42-upstream-1.0.6.tgz
+ source = http://thomasokken.com/plus42/upstream/plus42-upstream-1.0.7.tgz
source = plus42.desktop
- md5sums = 568b74a730db7b61b7ec4f91b91779ed
+ md5sums = 5c5cd5ff584de3a7b6fb7fc94a0b0ea1
md5sums = ba6d9ff8d83e9a244b5da63acbfc018e
pkgname = plus42
diff --git a/PKGBUILD b/PKGBUILD
index e3a3eb93e528..fcd044ff9826 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
pkgname=plus42
-pkgver=1.0.6
+pkgver=1.0.7
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=('568b74a730db7b61b7ec4f91b91779ed'
+md5sums=('5c5cd5ff584de3a7b6fb7fc94a0b0ea1'
'ba6d9ff8d83e9a244b5da63acbfc018e')
build() {