summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd99454cded0..a94823e5b6a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpsolve-git
pkgdesc = Multiprecision rootfinder for complex roots of univariate polynomials
- pkgver = 3.2.1.r9.g5013698
- pkgrel = 2
+ pkgver = 3.2.1.r12.g90f4999
+ pkgrel = 1
url = http://numpi.dm.unipi.it/software/mpsolve
arch = i686
arch = x86_64
@@ -16,8 +16,7 @@ pkgbase = mpsolve-git
provides = mpsolve
conflicts = mpsolve
options = !libtool
- source = git://github.com/robol/MPSolve.git
+ source = git+https://github.com/robol/MPSolve.git
sha256sums = SKIP
pkgname = mpsolve-git
-
diff --git a/PKGBUILD b/PKGBUILD
index b8e44b15749c..34f58620682d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexander Kobel <a-kobel@a-kobel.de>
pkgname=mpsolve-git
-pkgver=3.2.1.r9.g5013698
-pkgrel=2
+pkgver=3.2.1.r12.g90f4999
+pkgrel=1
pkgdesc="Multiprecision rootfinder for complex roots of univariate polynomials"
url="http://numpi.dm.unipi.it/software/mpsolve"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ makedepends=('git' 'gcc-fortran')
options=(!libtool)
provides=('mpsolve')
conflicts=('mpsolve')
-source=("git://github.com/robol/MPSolve.git")
+source=("git+https://github.com/robol/MPSolve.git")
sha256sums=('SKIP')
pkgver () {