summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Tran2024-04-27 22:53:24 -0500
committerMatthew Tran2024-04-27 22:53:24 -0500
commit4faf496b2000486e0a21d08a16809bc607aab2a5 (patch)
tree3f9978fbddd35a5a488fb9c65f6bdafea6c679da
parent17918e1d2c2ca19ee1967838ffb7b0c8a5d25d90 (diff)
downloadaur-4faf496b2000486e0a21d08a16809bc607aab2a5.tar.gz
python 3.12
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3999c49d5054..f9e0920e352e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = electron-cash
pkgdesc = Lightweight Bitcoin Cash wallet
pkgver = 4.4.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.electroncash.org/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index db787e923bb6..b4aeed2534c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname='electron-cash'
pkgdesc='Lightweight Bitcoin Cash wallet'
pkgver=4.4.0
secp256k1ver=0.20.9
-pkgrel=1
+pkgrel=2
url='http://www.electroncash.org/'
arch=('any')
license=('MIT')
@@ -94,7 +94,7 @@ build() {
check() {
cd "Electron-Cash-${pkgver}"
- tox -e py311 -- --ignore-glob='*regtest*' --deselect='electroncash/tests/test_transaction.py::TestTransaction::test_tx_unsigned'
+ tox -e py312 -- --ignore-glob='*regtest*' --deselect='electroncash/tests/test_transaction.py::TestTransaction::test_tx_unsigned'
}
package() {