summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27ec1b76b440..251fa8568dd4 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.5
+ pkgver = 2.5.6
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.5.tgz
+ source = http://thomasokken.com/free42/upstream/free42-nologo-2.5.6.tgz
source = 0001_system-skins.patch
- md5sums = e646da9d7bc0e5fedf0a4b56b14c8729
+ md5sums = e15eb7f6158bd7aa8adb0d621522615a
md5sums = 8c0522e3efa3c7fd54985af456b689b7
pkgname = free42
diff --git a/PKGBUILD b/PKGBUILD
index bbd07d36c166..2a3c649abf4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Vladimir Cerny <blackvladimir@gmail.com>
pkgname=free42
-pkgver=2.5.5
+pkgver=2.5.6
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=('e646da9d7bc0e5fedf0a4b56b14c8729'
+md5sums=('e15eb7f6158bd7aa8adb0d621522615a'
'8c0522e3efa3c7fd54985af456b689b7')
prepare() {