summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortomracing2018-04-06 23:05:26 +0200
committertomracing2018-04-06 23:05:26 +0200
commitd620a8f1cae48c18efe197d51df00e1daf967848 (patch)
tree3a042451c64e7edc736eeb980309e9c581e21e4d
parentc61773a01b87207095923c585f29e39129138a7f (diff)
downloadaur-d620a8f1cae48c18efe197d51df00e1daf967848.tar.gz
reverted due to crash at startup
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17cf3a21facf..c54dd99dc0b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = smath
pkgdesc = A mathematical program with many features and paper-like interface, similar to Mathcad
- pkgver = 0_99_6670
- pkgrel = 1
+ pkgver = 0_99_6622
+ pkgrel = 2
url = http://smath.info
install = smath.install
arch = i686
@@ -10,8 +10,8 @@ pkgbase = smath
license = CCPL
depends = mono
backup = opt/smath/settings.inf
- source = https://smath.info/file/XTRcr/SMathStudioDesktop.0_99_6670.mono.tar.gz
- md5sums = 930590f3550d88ab2c0f9a71cd365645
+ source = https://smath.info/file/bz4vX/SMathStudioDesktop.0_99_6622.mono.tar.gz
+ md5sums = 2012f6e4231187f9922c933167328944
pkgname = smath
diff --git a/PKGBUILD b/PKGBUILD
index 0be45ed2ab50..ca649eafbd86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@
# http://smath.info
pkgname=smath
-pkgver=0_99_6670
-pkgrel=1
+pkgver=0_99_6622
+pkgrel=2
pkgdesc="A mathematical program with many features and paper-like interface, similar to Mathcad"
-_pkgcode=XTRcr
+_pkgcode=bz4vX
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.info/file/${_pkgcode}/SMathStudioDesktop.${pkgver}.mono.tar.gz")
-md5sums=('930590f3550d88ab2c0f9a71cd365645')
+md5sums=('2012f6e4231187f9922c933167328944')
DLAGENTS=("https::/usr/bin/wget --post-data RefMem=&PostBack=${_pkgcode} %u")
package() {