summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorentshuld2023-10-16 20:45:19 +0200
committerentshuld2023-10-16 20:45:19 +0200
commit972763b8c9357eaea8c8198a17eb67d02965118e (patch)
tree90c69403e6ff8e081408d0943b9509bed927950e
parente8fc717873157dd8ba7169051941808c7e4adf40 (diff)
downloadaur-972763b8c9357eaea8c8198a17eb67d02965118e.tar.gz
bump to 0.8.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 677dc81d242e..0724753f2257 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-basix-git
pkgdesc = Python interface of FEniCS for ordinary and partial differential equations.
- pkgver = 0.7.0.dev0_r945.1117a8d
+ pkgver = 0.8.0.dev0_r952.eebbc52
pkgrel = 1
url = https://github.com/FEniCS/basix
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 931037794e37..af5379525b84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_base=basix
pkgname=python-"${_base}"-git
pkgdesc="Python interface of FEniCS for ordinary and partial differential equations."
-pkgver=0.7.0.dev0_r945.1117a8d
+pkgver=0.8.0.dev0_r952.eebbc52
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/FEniCS/${_base}"