summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreDgar2023-10-16 21:21:43 +0200
committereDgar2023-10-16 21:21:43 +0200
commit9038adee3726d09fc315f26e686f312bbfce0363 (patch)
tree90537fa558dcb92ad6194cd0da3cca483481551f
parent296971ee705f725ad14adecef0cdd8b184cba524 (diff)
downloadaur-9038adee3726d09fc315f26e686f312bbfce0363.tar.gz
finite-elment.h now comes with cstdint
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6036e487e297..b56404ff62d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -28,8 +28,6 @@ pkgbase = fenics-basix-git
replaces = basix
options = !emptydirs
source = git+https://github.com/FEniCS/basix#branch=main
- source = 0001-add-cstdint-to-finite-element.h.patch
sha512sums = SKIP
- sha512sums = 4e7e1223fed54159e6e9dcf20529b0872cf23d95ebe07ba02a088dda26212b51bbdc608b4d4ef5c347c2ebfe029c022049cd01d354294ed191434cd4a8dd20e3
pkgname = fenics-basix-git
diff --git a/PKGBUILD b/PKGBUILD
index dd538b5507c7..a852a61b363b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,10 +13,8 @@ depends=("blas-openblas" "petsc" "xtensor" "xtensor-blas")
makedepends=("boost" "gcc" "git" "pybind11" "python-build" "python-installer" "python-numpy" "python-scikit-build" "python-setuptools" "nanobind")
checkdepends=("python-sympy")
options=(!emptydirs)
-source=("git+${url}#branch=main"
- "0001-add-cstdint-to-finite-element.h.patch")
-sha512sums=('SKIP'
- '4e7e1223fed54159e6e9dcf20529b0872cf23d95ebe07ba02a088dda26212b51bbdc608b4d4ef5c347c2ebfe029c022049cd01d354294ed191434cd4a8dd20e3')
+source=("git+${url}#branch=main")
+sha512sums=('SKIP')
provides=("${_base}"
"fenics-${_base}")