summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdgar Rios2024-01-22 08:17:59 +0100
committerEdgar Rios2024-01-22 08:17:59 +0100
commitf3e54f4298333465ebe24b545c191f285fe2032a (patch)
treeae1ea2d513e1525f50b864efea59896c5b7eb113
parentda7606b1535e67a6c1af65bb7354f1c725d27d3f (diff)
downloadaur-f3e54f4298333465ebe24b545c191f285fe2032a.tar.gz
github repository
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a7200ada303..cc6b38ff0b7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-fiat
pkgdesc = Supports generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra (stable).
pkgver = 2019.1.0
pkgrel = 1
- url = https://bitbucket.org/fenics-project/fiat
+ url = https://github.com/FEniCS/fiat
arch = any
groups = fenics
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index f3e11d354500..5bca46642e55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
-# Maintainer: Sigvald Marholm <marholm@marebakken.com>
-# Maintainer: Georg S. Voelker <voelker@maibox.org>
+# Maintainer: entshuld [edgar (not at) openmail dot cc]
+# Contributor: Sigvald Marholm <marholm@marebakken.com>
+# Contributor: Georg S. Voelker <voelker@maibox.org>
# Based on python-fiat-git, maintained by Lucas H. Gabrielli <heitzmann@gmail.com>
_base=fiat
@@ -8,7 +9,7 @@ pkgdesc="Supports generation of arbitrary order instances of the Lagrange elemen
pkgver=2019.1.0
pkgrel=1
arch=('any')
-url="https://bitbucket.org/fenics-project/${_base}"
+url="https://github.com/FEniCS/${_base}"
license=('LGPL3')
groups=('fenics')
conflicts=('python-fiat-git')