summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2021-02-23 18:58:51 +0100
committerSammysHP2021-02-23 18:58:51 +0100
commit00a3fb73f549922671429cdca47aea36b9d40dce (patch)
treeb8c7f7e1434e8f5bbb179698d2f2aa70012ca560
parentf752febd8af0540686f51e90f7df32b898390a5e (diff)
downloadaur-00a3fb73f549922671429cdca47aea36b9d40dce.tar.gz
Update to 3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 747476238094..d52db7a21adc 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.25
+ pkgver = 3.0
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.25.tgz
+ source = http://thomasokken.com/free42/upstream/free42-nologo-3.0.tgz
source = free42.desktop
- md5sums = b0fc9601c2e8f06715a180c4e81015fd
+ md5sums = 284ef527bf2c1ac18f33396cc9996189
md5sums = 9e1af9bfd8ce5eb2ad107f63ea446a55
pkgname = free42
diff --git a/PKGBUILD b/PKGBUILD
index 4f9c31cc0a9d..07b6e3b6e4b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Vladimir Cerny <blackvladimir@gmail.com>
pkgname=free42
-pkgver=2.5.25
+pkgver=3.0
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=('b0fc9601c2e8f06715a180c4e81015fd'
+md5sums=('284ef527bf2c1ac18f33396cc9996189'
'9e1af9bfd8ce5eb2ad107f63ea446a55')
build() {