summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Tran2023-05-08 13:13:04 -0500
committerMatthew Tran2023-05-08 13:13:04 -0500
commit6ea3d877320fa10d9927b20626f40b502bfa8782 (patch)
tree451ae18d6cdc47493a8be492178f40eb366d566f
parent0d1cf2917fc7517f235317c5a68a93b8614a56e1 (diff)
downloadaur-6ea3d877320fa10d9927b20626f40b502bfa8782.tar.gz
python 3.11
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3d67016ede7..a0dfc04cb176 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = electron-cash-git
pkgdesc = Lightweight Bitcoin Cash wallet
- pkgver = 4.2.13.r23.g7e43a4385
+ pkgver = 4.2.14.r38.g3149f0ae6
pkgrel = 1
url = http://www.electroncash.org/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index f4c4ad3f0e8f..ab167390ec03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname='electron-cash-git'
pkgdesc='Lightweight Bitcoin Cash wallet'
-pkgver=4.2.13.r23.g7e43a4385
+pkgver=4.2.14.r38.g3149f0ae6
pkgrel=1
url='http://www.electroncash.org/'
arch=('any')
@@ -85,7 +85,7 @@ build() {
check() {
cd "${pkgname}"
- tox -e py310 -- --ignore-glob='*regtest*'
+ tox -e py311 -- --ignore-glob='*regtest*'
}
package() {