summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2020-11-25 17:56:08 +0100
committerSammysHP2020-11-25 17:56:37 +0100
commit72361c257bf7b94d6d22ffaeb3cfd0b26fd29ba4 (patch)
tree0e3098ff8ab070f7eb57c119aaa287e9c6001f61
parenta0284441ddacd99579b2ad8b0e39f315e56abf29 (diff)
downloadaur-72361c257bf7b94d6d22ffaeb3cfd0b26fd29ba4.tar.gz
Update to 2.5.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4553a1f28300..1348386b5bd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = free42
pkgdesc = A complete re-implementation of the HP-42S calculator and the HP-82240 printer
- pkgver = 2.5.21
+ pkgver = 2.5.22
pkgrel = 1
url = http://thomasokken.com/free42/
arch = i686
arch = x86_64
license = GPL
depends = gtk3
- source = http://thomasokken.com/free42/upstream/free42-nologo-2.5.21.tgz
+ source = http://thomasokken.com/free42/upstream/free42-nologo-2.5.22.tgz
source = free42.desktop
- md5sums = 92221ed0826ed7ad929eeb141ce6b476
+ md5sums = b4e851f191967cb80218833100896c33
md5sums = 9e1af9bfd8ce5eb2ad107f63ea446a55
pkgname = free42
diff --git a/PKGBUILD b/PKGBUILD
index 5ee85295e893..c1863d0d30a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Vladimir Cerny <blackvladimir@gmail.com>
pkgname=free42
-pkgver=2.5.21
+pkgver=2.5.22
pkgrel=1
pkgdesc="A complete re-implementation of the HP-42S calculator and the HP-82240 printer"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('gtk3')
source=("http://thomasokken.com/free42/upstream/$pkgname-nologo-$pkgver.tgz"
"free42.desktop")
-md5sums=('92221ed0826ed7ad929eeb141ce6b476'
+md5sums=('b4e851f191967cb80218833100896c33'
'9e1af9bfd8ce5eb2ad107f63ea446a55')
build() {