commit f559f797c2c6467370a358d0a634817ddac4e27e
parent d5b93df3eee209906e2a6ed1bc7cce1187af1ca9
Author: Lucas Heitzmann Gabrielli <heitzmann@gmail.com>
Date: Mon, 30 Sep 2019 11:42:22 -0300
Petsc moved to gitlab
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.SRCINFO b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = petsc-git
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 20190205
+ pkgver = 20190929
pkgrel = 1
url = https://www.mcs.anl.gov/petsc/
install = petsc.install
@@ -18,7 +18,7 @@ pkgbase = petsc-git
depends = hdf5
provides = petsc
conflicts = petsc
- source = petsc::git+https://bitbucket.org/petsc/petsc#branch=maint
+ source = petsc::git+https://gitlab.com/petsc/petsc#branch=maint
source = patch.diff
sha256sums = SKIP
sha256sums = fdf016437dd94f33316e734e35858476aeea1ca0f3ab4d0ee36029b016498de7
diff --git 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')