summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom v/d Brink2017-10-04 21:05:32 +0200
committerTom v/d Brink2017-10-04 21:05:32 +0200
commit2145f3835878cb7a92f67f2eaba09b63b48413ff (patch)
treecfd6304ceab3045ed9c6c16c76503f79c2e53de4
parent5dd841d52e0f9a1e619145fec36cc1174573b5e7 (diff)
downloadaur-2145f3835878cb7a92f67f2eaba09b63b48413ff.tar.gz
fixed 0_98_6484 and https server
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c249f20d73be..b9c4f78721b6 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_98_6484
- pkgrel = 1
+ 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 = http://smath.info/file/h73AT/SMathStudioDesktop.0_98_6484.mono.tar.gz
- md5sums = faa6145d3bd33838f762c164707a6c5d
+ source = https://smath.info/file/h73AT/SMathStudioDesktop.0_98_6484.mono.tar.gz
+ md5sums = 09be7a7db14c6348c5890359f3388b11
pkgname = smath
diff --git a/PKGBUILD b/PKGBUILD
index 9afee6cfcf1f..1fd3db19e946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=smath
pkgver=0_98_6484
-pkgrel=1
+pkgrel=2
pkgdesc="A mathematical program with many features and paper-like interface, similar to Mathcad"
_pkgcode=h73AT
arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@ groups=('math')
depends=('mono')
install=smath.install
backup=(opt/$pkgname/settings.inf)
-source=("http://smath.info/file/${_pkgcode}/SMathStudioDesktop.${pkgver}.mono.tar.gz")
-md5sums=('faa6145d3bd33838f762c164707a6c5d')
-DLAGENTS=("http::/usr/bin/wget --post-data RefMem=&PostBack=${_pkgcode} %u")
+source=("https://smath.info/file/${_pkgcode}/SMathStudioDesktop.${pkgver}.mono.tar.gz")
+md5sums=('09be7a7db14c6348c5890359f3388b11')
+DLAGENTS=("https::/usr/bin/wget --post-data RefMem=&PostBack=${_pkgcode} %u")
package() {
cd "$srcdir"