summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Tran2020-05-29 13:36:28 -0500
committerMatthew Tran2020-05-29 13:36:28 -0500
commitf70cd5d54988e6cf1a52d5c0e7312a977c62127a (patch)
tree4dc25d8b59ff35a552302f7e2d23b1c5f775ccc6
parenta30475f6f6efe87f3e319cd235e428301979a39c (diff)
downloadaur-f70cd5d54988e6cf1a52d5c0e7312a977c62127a.tar.gz
Remove tox.ini patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD15
-rw-r--r--tox.ini.patch10
3 files changed, 4 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fe7c765e53b..143cd61118df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = electron-cash-git
pkgdesc = Lightweight Bitcoin Cash wallet
- pkgver = 4.0.13.dev1.r19.ge16d90887
+ pkgver = 4.0.15.r0.g21a254aa9
pkgrel = 1
url = http://www.electroncash.org/
arch = any
@@ -40,9 +40,7 @@ pkgbase = electron-cash-git
provides = electron-cash
conflicts = electron-cash
source = electron-cash-git::git+https://github.com/Electron-Cash/Electron-Cash.git
- source = tox.ini.patch
sha256sums = SKIP
- sha256sums = 39c85a1eec8fcdc7fa80d47ff464e023b092cc623dce7fd6f42abe547c017ecb
pkgname = electron-cash-git
diff --git a/PKGBUILD b/PKGBUILD
index 78f01709e134..b904c054e704 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='electron-cash-git'
pkgdesc='Lightweight Bitcoin Cash wallet'
-pkgver=4.0.13.dev1.r19.ge16d90887
+pkgver=4.0.15.r0.g21a254aa9
pkgrel=1
url='http://www.electroncash.org/'
arch=('any')
@@ -51,17 +51,8 @@ optdepends=(
)
provides=("${pkgname/-git/}")
conflicts=("${pkgname/-git/}")
-source=("${pkgname}::git+https://github.com/Electron-Cash/Electron-Cash.git"
- "tox.ini.patch")
-sha256sums=('SKIP'
- '39c85a1eec8fcdc7fa80d47ff464e023b092cc623dce7fd6f42abe547c017ecb')
-
-prepare() {
- cd "${pkgname}"
-
- # Patch tox.ini to use the latest pip
- patch --forward --strip=1 --input="${srcdir}/tox.ini.patch"
-}
+source=("${pkgname}::git+https://github.com/Electron-Cash/Electron-Cash.git")
+sha256sums=('SKIP')
pkgver() {
cd "${pkgname}"
diff --git a/tox.ini.patch b/tox.ini.patch
deleted file mode 100644
index 4adefc91f1ba..000000000000
--- a/tox.ini.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/tox.ini 2020-01-21 06:56:13.435221362 -0600
-+++ src/tox.ini 2020-01-21 06:56:32.611884531 -0600
-@@ -3,6 +3,7 @@
-
- [testenv]
- deps=
-+ pip>=19
- pytest
- coverage
- pycryptodomex<3.7