summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Tran2024-04-27 22:59:43 -0500
committerMatthew Tran2024-04-27 22:59:43 -0500
commit322321f5764acc6233b8fb7a174062883b788c63 (patch)
tree4dc99b351f1e8bb8c267844daf3fb3ed7e4a410b /PKGBUILD
parente7c0dbae20ee38164a791d876595133c41c14df1 (diff)
downloadaur-electron-cash-git.tar.gz
python 3.12
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() {