summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom van den Brink2022-05-13 15:43:48 +0200
committerTom van den Brink2022-05-13 15:43:48 +0200
commit63ed0f4545f4afa2ca12c7e9077bc218ffd497e6 (patch)
tree1ffc57946a3149c6148cfe6ada926be6e8249170
parent423f2c4c2c116cc40101166b0da3bc4aa1e5eb93 (diff)
downloadaur-63ed0f4545f4afa2ca12c7e9077bc218ffd497e6.tar.gz
Update to 1_00_8151 rel=1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rwxr-xr-xmakeSmath.sh4
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 122961962171..075ada88f982 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smath
pkgdesc = A mathematical program with many features and paper-like interface, similar to Mathcad
- pkgver = 0_99_7822
+ pkgver = 1_00_8151
pkgrel = 1
url = http://smath.info
install = smath.install
@@ -10,7 +10,7 @@ pkgbase = smath
license = CCPL
depends = mono
backup = opt/smath/settings.inf
- source = https://smath.com/file/oVRx7/SMathStudioDesktop.0_99_7822.Mono.tar.gz
- md5sums = ebc96a19031857031069b5d2d208ac73
+ source = https://smath.com/file/ATPd2/SMathStudioDesktop.1_00_8151.Mono.tar.gz
+ md5sums = 704f560e09379c82c7b10cc0468f7b62
pkgname = smath
diff --git a/PKGBUILD b/PKGBUILD
index 0c7c4f938bdc..9a34600cc452 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@
# http://smath.info
pkgname=smath
-pkgver=0_99_7822
+pkgver=1_00_8151
pkgrel=1
pkgdesc="A mathematical program with many features and paper-like interface, similar to Mathcad"
-_pkgcode=oVRx7
+_pkgcode=ATPd2
arch=('i686' 'x86_64')
url="http://smath.info"
license=('CCPL')
@@ -20,7 +20,7 @@ depends=('mono')
install=smath.install
backup=(opt/$pkgname/settings.inf)
source=("https://smath.com/file/${_pkgcode}/SMathStudioDesktop.${pkgver}.Mono.tar.gz")
-md5sums=('ebc96a19031857031069b5d2d208ac73')
+md5sums=('704f560e09379c82c7b10cc0468f7b62')
DLAGENTS=("https::/usr/bin/wget --post-data RefMem=&PostBack=${_pkgcode} %u")
package() {
diff --git a/makeSmath.sh b/makeSmath.sh
index 3adfe3bd459a..61b22611a179 100755
--- a/makeSmath.sh
+++ b/makeSmath.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-_pkgcode=oVRx7
-pkgver=0_99_7822
+_pkgcode=ATPd2
+pkgver=1_00_8151
pkgrel=1
wget --post-data "RefMem=&PostBack=${_pkgcode}" https://smath.com/file/${_pkgcode}/SMathStudioDesktop.${pkgver}.Mono.tar.gz