summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Caldas2023-08-23 15:30:25 +0100
committerRenato Caldas2023-08-23 15:30:25 +0100
commitd29d791c93dc73a8b25afdb16cae218ca88ea6be (patch)
treeebb842f0375cdb0e2a1f6773a47d9a1c5478a790
parentf3f4ea93cd02227e95e81bb04f83c462face0b6d (diff)
downloadaur-d29d791c93dc73a8b25afdb16cae218ca88ea6be.tar.gz
Remove package group
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c889978de006..c202922e8b1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = basix-git
pkgdesc = FEniCS finite element basis evaluation library
pkgver = 0.7.0.dev0_r934.571d504
- pkgrel = 1
+ pkgrel = 2
url = https://fenicsproject.org
arch = x86_64
- groups = dolfinx-git
license = MIT
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index c8b919e33fba..1c702893528d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,10 @@
pkgname=('basix-git' 'python-fenics-basix-git')
pkgdesc='FEniCS finite element basis evaluation library'
pkgver="0.7.0.dev0"_r934.571d504
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url='https://fenicsproject.org'
license=('MIT')
-groups=('dolfinx-git')
makedepends=('git' 'cmake' 'python-build' 'python-installer' 'python-wheel'
'python-setuptools' 'pybind11' 'python-scikit-build-core' 'chrpath')
conflicts=('basix' 'fenics-basix-git' 'python-fenics-basix' 'python-basix-git')