summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Ellithorpe2019-02-22 00:57:35 -0800
committerJosh Ellithorpe2019-02-22 00:57:35 -0800
commit9204c9f856658c94106a4d98b3edd76566571db0 (patch)
tree6dae0cd7063cdf90a68033f1e90a31b541101bf1
parent7f1f3eb2403ceda4911cc5fd5f46971f0466ac54 (diff)
downloadaur-9204c9f856658c94106a4d98b3edd76566571db0.tar.gz
Small tweaks
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c55c9e0ad3f7..c3e5b1a33fea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = electron-cash-cashshuffle-git
pkgdesc = Lightweight Bitcoin Cash wallet with CashShuffle
pkgver = git
- pkgrel = 1
+ pkgrel = 2
url = http://www.cashshuffle.com/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ae7c9aa16372..2b7eb86bc1b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='electron-cash-cashshuffle-git'
pkgdesc='Lightweight Bitcoin Cash wallet with CashShuffle'
pkgver=git
-pkgrel=1
+pkgrel=2
url='http://www.cashshuffle.com/'
arch=('any')
license=('MIT')
@@ -55,8 +55,6 @@ pkgver() {
build() {
cd "${pkgname}"
- # Compile the icons file for Qt:
- pyrcc5 icons.qrc -o gui/qt/icons_rc.py
# Compile the protobuf description file:
protoc --proto_path=lib/ --python_out=lib/ lib/paymentrequest.proto
# Create translations (optional):
@@ -68,7 +66,7 @@ build() {
check() {
cd "${pkgname}"
- #tox -e py37
+ tox -e py37
}
package() {