summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kobel2016-02-12 16:25:06 +0100
committerAlexander Kobel2016-02-12 16:25:06 +0100
commite76f0b35491cd2bbcf76260baf986c6a6d32f931 (patch)
tree5712b714bcffa62ea639b92181b8a0f1c4de96b7
parent5f3d0db704ef111364abecbff26520bb91de99d4 (diff)
downloadaur-e76f0b35491cd2bbcf76260baf986c6a6d32f931.tar.gz
Update to 3.1.4-3
run checks; add mimetype database updates
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
-rw-r--r--mpsolve-git.install4
3 files changed, 15 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4c1c4b7b6e8..fe31603eacb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
# Generated by makepkg 5.0.0
-# Fri Feb 12 12:36:09 UTC 2016
+# Fri Feb 12 15:24:38 UTC 2016
pkgbase = mpsolve-git
pkgdesc = Multiprecision rootfinder for complex roots of univariate polynomials
- pkgver = 3.1.4.r334.ga204ea7
- pkgrel = 2
+ pkgver = 3.1.4.r335.ga468e63
+ pkgrel = 3
url = http://numpi.dm.unipi.it/software/mpsolve
arch = i686
arch = x86_64
license = GPL
- makedepends = automake
- makedepends = autoconf
makedepends = git
depends = gmp
depends = mpfr
diff --git a/PKGBUILD b/PKGBUILD
index 15fd0920d443..6308e8ef641b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexander Kobel <a-kobel@a-kobel.de>
pkgname=mpsolve-git
-pkgver=3.1.4.r334.ga204ea7
-pkgrel=2
+pkgver=3.1.4.r335.ga468e63
+pkgrel=3
pkgdesc="Multiprecision rootfinder for complex roots of univariate polynomials"
url="http://numpi.dm.unipi.it/software/mpsolve"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ optdepends=('cython: Python bindings'
'gtk3: Graphical debugger'
'octave: Octave bindings'
'qt4: Graphical interface xmpsolve')
-makedepends=('automake' 'autoconf' 'git')
+makedepends=('git')
provides=('mpsolve')
conflicts=('mpsolve')
source=("git://github.com/robol/MPSolve.git")
@@ -30,6 +30,11 @@ build () {
make
}
+check () {
+ cd ${srcdir}/MPSolve
+ make check
+}
+
package () {
cd ${srcdir}/MPSolve
make DESTDIR="${pkgdir}" install
diff --git a/mpsolve-git.install b/mpsolve-git.install
new file mode 100644
index 000000000000..e498c4b0a888
--- /dev/null
+++ b/mpsolve-git.install
@@ -0,0 +1,4 @@
+post_install () {
+ update-desktop-database -q
+ update-mime-database /usr/share/mime
+}