summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 240a18239b84..b7b720b4b12e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname='electron-cash-git'
pkgdesc='Lightweight Bitcoin Cash wallet'
-pkgver=4.3.1.r92.g3f885aae7
+pkgver=4.4.0.r19.g130392e5c
pkgrel=1
url='http://www.electroncash.org/'
arch=('any')
@@ -85,7 +85,7 @@ build() {
check() {
cd "${pkgname}"
- tox -e py311 -- --ignore-glob='*regtest*'
+ tox -e py312 -- --ignore-glob='*regtest*'
}
package() {