summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Caldas2023-08-23 15:28:45 +0100
committerRenato Caldas2023-08-23 15:28:45 +0100
commitf0716f5c944797c61ae2a5ef7834c2259742d316 (patch)
tree6a550451413d4852dd2795086ae8eb421fd0187f
parent3caf2d2cc44c29a3b41dd77563e6c0a1bbbe0493 (diff)
downloadaur-f0716f5c944797c61ae2a5ef7834c2259742d316.tar.gz
Remove package group
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 432831dbe73f..f33b060609e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,6 @@ pkgbase = python-fenics-ffcx-git
pkgrel = 1
url = https://fenicsproject.org
arch = any
- groups = dolfinx-git
license = MIT
makedepends = git
makedepends = python-build
diff --git a/PKGBUILD b/PKGBUILD
index cc9d7994e016..c9697462b80e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ pkgrel=1
arch=('any')
url='https://fenicsproject.org'
license=('MIT')
-groups=('dolfinx-git')
depends=('python-fenics-ufl-git' 'python-fenics-basix-git' 'python-cffi')
makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools')
optdepends=('python-pygraphviz: for the visualise_graph(...) utility function')