summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Kobel2022-04-29 18:47:49 +0200
committerAlexander Kobel2022-04-29 18:47:49 +0200
commit7c15c2aded93f61533ade59c47840a4fc89c4cb7 (patch)
tree2dda2ade00fe54fe3ddd0b1e57089423301c6356 /PKGBUILD
parent6e2646672c86098a32d53f0b9147c79271b8c2f8 (diff)
downloadaur-mpsolve-git.tar.gz
Favor git+https over no longer supported git protocol
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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 () {