summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2022-12-16 08:18:59 +0100
committerSammysHP2022-12-16 08:18:59 +0100
commit3e83fe0f3131cedc641fd07bf3a04bcfc03126ae (patch)
treea031cb41c813d48b89ae3a82939ea21af9bfd3f2
parent93ad277ebd683f7ae0e51c3e913982120df55d23 (diff)
downloadaur-3e83fe0f3131cedc641fd07bf3a04bcfc03126ae.tar.gz
Version 1.0.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fdb8847f0ad..8d1f03b4b602 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = plus42
pkgdesc = Advanced scientific programmable calculator, based on Free42
- pkgver = 1.0.14
+ pkgver = 1.0.15
pkgrel = 1
url = https://thomasokken.com/plus42/
arch = x86_64
license = GPL
depends = gtk3
- source = http://thomasokken.com/plus42/upstream/plus42-upstream-1.0.14.tgz
+ source = http://thomasokken.com/plus42/upstream/plus42-upstream-1.0.15.tgz
source = plus42.desktop
- md5sums = fb518422b3ad3292d1e08e99fe287191
+ md5sums = d2279da1dbd76b5ab49a116a2ed7317d
md5sums = ba6d9ff8d83e9a244b5da63acbfc018e
pkgname = plus42
diff --git a/PKGBUILD b/PKGBUILD
index 9e2dbb2cbb74..75849a7fc510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
pkgname=plus42
-pkgver=1.0.14
+pkgver=1.0.15
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=('fb518422b3ad3292d1e08e99fe287191'
+md5sums=('d2279da1dbd76b5ab49a116a2ed7317d'
'ba6d9ff8d83e9a244b5da63acbfc018e')
build() {