summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreDgar2023-09-29 14:23:19 +0200
committereDgar2023-09-29 14:23:47 +0200
commit796e75a489b36f363d3f8f475bc934bf8b95705d (patch)
tree23b72ae2e68cf5526ebe1d96ac6aea5ea6122852
parent25a4f682489a26f2eb2c75289aad42e2ddec0588 (diff)
downloadaur-796e75a489b36f363d3f8f475bc934bf8b95705d.tar.gz
from main branch again
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d32cfffa32ac..25a85bcf813b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fenics-basix-git
pkgdesc = C++ interface of FEniCS for ordinary and partial differential equations (from git release).
- pkgver = 0.6.0_r922.36fb8a4
- pkgrel = 2
+ pkgver = 0.7.0.dev0_r945.1117a8d
+ pkgrel = 1
url = https://github.com/FEniCS/basix
arch = i686
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = fenics-basix-git
conflicts = basix
replaces = basix
options = !emptydirs
- source = git+https://github.com/FEniCS/basix#branch=release
+ source = git+https://github.com/FEniCS/basix#branch=main
source = finite_element_h_cstdint.patch
sha512sums = SKIP
sha512sums = b592508f82fd3efa04135440c36d6837d08592d1d8e3f9e31b9b1b7f3871c7c801deeb9b5a7b9740b2104ce72137f27b3f1897ffca39558b3d6469531cd52bd0
diff --git a/PKGBUILD b/PKGBUILD
index 7666ce7cd459..c3fae1f45360 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_base=basix
pkgname=fenics-"${_base}"-git
pkgdesc="C++ interface of FEniCS for ordinary and partial differential equations (from git release)."
-pkgver=0.6.0_r922.36fb8a4
-pkgrel=2
+pkgver=0.7.0.dev0_r945.1117a8d
+pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/FEniCS/${_base}"
license=('MIT')
@@ -13,7 +13,7 @@ depends=("blas-openblas" "petsc" "xtensor" "xtensor-blas")
makedepends=("boost" "gcc" "git" "pybind11" "python-build" "python-installer" "python-numpy" "python-scikit-build" "python-setuptools")
checkdepends=("python-sympy")
options=(!emptydirs)
-source=("git+${url}#branch=release"
+source=("git+${url}#branch=main"
"finite_element_h_cstdint.patch")
sha512sums=('SKIP'
'b592508f82fd3efa04135440c36d6837d08592d1d8e3f9e31b9b1b7f3871c7c801deeb9b5a7b9740b2104ce72137f27b3f1897ffca39558b3d6469531cd52bd0')