summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom v/d Brink2017-02-22 18:30:19 +0100
committerTom v/d Brink2017-02-22 18:30:19 +0100
commitc0a1d8921e809205d4cc0c648c95aee60e6d2b54 (patch)
tree0ff6ba9ac0db3634e8bdf9fae3442cebd2c15c02
parentffafa10026a31fb5062c17bc48f779bcf53cfb17 (diff)
downloadaur-c0a1d8921e809205d4cc0c648c95aee60e6d2b54.tar.gz
cleaned up the PKGBUILD after succesfull test phase with new source file method
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b76f095559d4..e8545f70c54e 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_6179
- pkgrel = 3
+ pkgrel = 4
url = http://smath.info
install = smath.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c62729ba4031..1cc3a27d02c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,11 @@
# Maintainer: desperat <c2h5ohzh2@o2.pl>
# Maintainer: Mihai Coman <mihai@m1x.ro>
# Credits to: Jake <> for solving the server download definitions
-# http://smath.info/file/PwQc8/SMathStudioDesktop.0_98_6179.Mono.tar.gz
-# http://smath.info/?file=739152
+# http://smath.info
pkgname=smath
pkgver=0_98_6179
-pkgrel=3
+pkgrel=4
pkgdesc="A mathematical program with many features and paper-like interface, similar to Mathcad"
_pkgcode=PwQc8
arch=('i686' 'x86_64')
@@ -21,12 +20,7 @@ depends=('mono')
install=smath.install
backup=(opt/$pkgname/settings.inf)
source=("http://smath.info/file/${_pkgcode}/SMathStudioDesktop.${pkgver}.mono.tar.gz")
-# "smath.desktop"
-# "https://dl.dropboxusercontent.com/u/24193509/SMathStudioLogo256.png")
md5sums=('4931c118ee1d23b406aaf717a740b613')
-# 'af70c1bfb5bcdaab7f952339ebb2435e'
-# 'ed3720462decbcfa63df5c9d04fb03f9')
-
DLAGENTS=("http::/usr/bin/wget --post-data RefMem=&PostBack=${_pkgcode} %u")
package() {