summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom van den Brink2022-07-27 17:29:51 +0200
committerTom van den Brink2022-07-27 17:29:51 +0200
commit3a49a07b20b22fbdbe3d4f23f1dfc3c929e76a21 (patch)
tree7cc5fe765489851a45aed92ed2c4be667d12ace0
parent43db38cdd1d1dbc51d59126d370f978802f449b9 (diff)
downloadaur-3a49a07b20b22fbdbe3d4f23f1dfc3c929e76a21.tar.gz
Update to 1_00_8238 rel=1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rwxr-xr-xmakeSmath.sh4
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 075ada88f982..29fc378f879c 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 = 1_00_8151
+ pkgver = 1_00_8238
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/ATPd2/SMathStudioDesktop.1_00_8151.Mono.tar.gz
- md5sums = 704f560e09379c82c7b10cc0468f7b62
+ source = https://smath.com/file/YGSRa/SMathStudioDesktop.1_00_8238.Mono.tar.gz
+ md5sums = 37561caac46b62f404646d3ec5d9e9a2
pkgname = smath
diff --git a/PKGBUILD b/PKGBUILD
index 8f95d69076ef..797481296bb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@
# http://smath.info
pkgname=smath
-pkgver=1_00_8151
-pkgrel=2
+pkgver=1_00_8238
+pkgrel=1
pkgdesc="A mathematical program with many features and paper-like interface, similar to Mathcad"
-_pkgcode=ATPd2
+_pkgcode=YGSRa
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=('704f560e09379c82c7b10cc0468f7b62')
+md5sums=('37561caac46b62f404646d3ec5d9e9a2')
DLAGENTS=("https::/usr/bin/wget --post-data RefMem=&PostBack=${_pkgcode} %u")
package() {
diff --git a/makeSmath.sh b/makeSmath.sh
index 61b22611a179..7acddcb41072 100755
--- a/makeSmath.sh
+++ b/makeSmath.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-_pkgcode=ATPd2
-pkgver=1_00_8151
+_pkgcode=YGSRa
+pkgver=1_00_8238
pkgrel=1
wget --post-data "RefMem=&PostBack=${_pkgcode}" https://smath.com/file/${_pkgcode}/SMathStudioDesktop.${pkgver}.Mono.tar.gz