summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2019-09-30 11:42:22 -0300
committerLucas Heitzmann Gabrielli2019-09-30 11:42:22 -0300
commitf559f797c2c6467370a358d0a634817ddac4e27e (patch)
tree76d110d05a4df803d427d07849c11e886b79ff85 /PKGBUILD
parentd5b93df3eee209906e2a6ed1bc7cce1187af1ca9 (diff)
downloadaur-f559f797c2c6467370a358d0a634817ddac4e27e.tar.gz
Petsc moved to gitlab
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67d06c5c9e3c..848efcfa4981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lucas H. Gabrielli <heitzmann at gmail dot com>
pkgname=petsc-git
-pkgver=20190205
+pkgver=20190929
pkgrel=1
_config=linux-c-opt
pkgdesc="Portable, extensible toolkit for scientific computation"
@@ -13,7 +13,7 @@ license=('BSD')
depends=('python2' 'openmpi' 'boost' 'lapack' 'fftw' 'hdf5')
makedepends=('gcc' 'gcc-fortran' 'cmake')
install=petsc.install
-source=(petsc::git+https://bitbucket.org/petsc/petsc#branch=maint
+source=(petsc::git+https://gitlab.com/petsc/petsc#branch=maint
patch.diff)
sha256sums=('SKIP'
'fdf016437dd94f33316e734e35858476aeea1ca0f3ab4d0ee36029b016498de7')