summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2019-08-31 14:31:05 +0200
committerSammysHP2019-08-31 14:31:05 +0200
commit5b97071fa741847bfffc861b9f8ba2faf448167c (patch)
tree8ae147102b62a10549f6a477970bd89846b76093
parenta8db532891f54565bea8cc69f2a4a47670aa91f9 (diff)
downloadaur-5b97071fa741847bfffc861b9f8ba2faf448167c.tar.gz
Update to 2.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61062711fee6..dd798c71284b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = free42
pkgdesc = A complete re-implementation of the HP-42S calculator and the HP-82240 printer
- pkgver = 2.5.1
+ pkgver = 2.5.2
pkgrel = 1
url = http://thomasokken.com/free42/
arch = i686
@@ -9,9 +9,9 @@ pkgbase = free42
depends = libxmu
depends = gtk2
optdepends = free42-skins: Additional skins
- source = http://thomasokken.com/free42/upstream/free42-nologo-2.5.1.tgz
+ source = http://thomasokken.com/free42/upstream/free42-nologo-2.5.2.tgz
source = 0001_system-skins.patch
- md5sums = 499303a066af1d499b1022d56cb92a11
+ md5sums = 1a01447578b47ec7c08f6b32e0f7648d
md5sums = 8c0522e3efa3c7fd54985af456b689b7
pkgname = free42
diff --git a/PKGBUILD b/PKGBUILD
index 691926bad091..4aca024f9eb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Vladimir Cerny <blackvladimir@gmail.com>
pkgname=free42
-pkgver=2.5.1
+pkgver=2.5.2
pkgrel=1
pkgdesc="A complete re-implementation of the HP-42S calculator and the HP-82240 printer"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('libxmu' 'gtk2')
optdepends=('free42-skins: Additional skins')
source=("http://thomasokken.com/free42/upstream/$pkgname-nologo-$pkgver.tgz"
"0001_system-skins.patch")
-md5sums=('499303a066af1d499b1022d56cb92a11'
+md5sums=('1a01447578b47ec7c08f6b32e0f7648d'
'8c0522e3efa3c7fd54985af456b689b7')
prepare() {