summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-10-05 14:47:40 -0500
committerCarlos Aznarán2023-10-05 14:47:40 -0500
commitb5087092c6729db2cb1d13b70ba635c344b28348 (patch)
treef1c7db1a906a78b8fab2c4b9575dfb620b3ee337
parentffe6ba749a314474ab8eb40880faa63d18498691 (diff)
downloadaur-b5087092c6729db2cb1d13b70ba635c344b28348.tar.gz
Bump version to 0.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4773692f854..7d829a36ca8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-fenics-ffcx
pkgdesc = The FEniCSx Form Compiler
- pkgver = 0.6.0
- pkgrel = 2
+ pkgver = 0.7.0
+ pkgrel = 1
url = https://github.com/FEniCS/ffcx
arch = x86_64
license = MIT
@@ -16,7 +16,7 @@ pkgbase = python-fenics-ffcx
depends = python-fenics-basix
depends = python-cffi
optdepends = python-pygraphviz: utility to draw graph
- source = ffcx-0.6.0.tar.gz::https://github.com/FEniCS/ffcx/archive/v0.6.0.tar.gz
- sha512sums = 2c0300f85045c2f63cbe76c72a6eb43781cfc9ba3b1a0c0e60571ae950fd608224002dc1462c12975040d6d88a3c02f9581306f202798125771045a731903939
+ source = ffcx-0.7.0.tar.gz::https://github.com/FEniCS/ffcx/archive/v0.7.0.tar.gz
+ sha512sums = 6a9f4fdb961b2881ea4a14237fa89cb42cb3d142668fdc0119f7912c8925e20b9ff85710bbe2f39c0e403434e280a8ab17a402bb488ef837c0d8969d1c52e45b
pkgname = python-fenics-ffcx
diff --git a/PKGBUILD b/PKGBUILD
index 1cedf3284a42..12f2afdca622 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_base=ffcx
pkgname=python-fenics-${_base}
pkgdesc="The FEniCSx Form Compiler"
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
arch=(x86_64)
url="https://github.com/FEniCS/${_base}"
license=(MIT)
@@ -12,7 +12,7 @@ makedepends=(python-build python-installer python-wheel)
checkdepends=(python-pytest python-sympy python-pygraphviz)
optdepends=('python-pygraphviz: utility to draw graph')
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('2c0300f85045c2f63cbe76c72a6eb43781cfc9ba3b1a0c0e60571ae950fd608224002dc1462c12975040d6d88a3c02f9581306f202798125771045a731903939')
+sha512sums=('6a9f4fdb961b2881ea4a14237fa89cb42cb3d142668fdc0119f7912c8925e20b9ff85710bbe2f39c0e403434e280a8ab17a402bb488ef837c0d8969d1c52e45b')
build() {
cd ${_base}-${pkgver}