summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2017-02-25 17:05:11 -0800
committerAndy Weidenbaum2017-02-25 17:05:11 -0800
commit87194a2207ef3f0f532ad7f4ef95e527cdfabf3a (patch)
tree6ad9bf3c9f8fbbe432185b6c2634b534dccd95bd /PKGBUILD
parentcbab27186b08a8723822c8c5b5d411bc4b7158d6 (diff)
downloadaur-87194a2207ef3f0f532ad7f4ef95e527cdfabf3a.tar.gz
increment pkgrel to 2; s/slowaes/pyaes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e141776b59c..3763af7c20aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=electrum-git
pkgver=20170225
-pkgrel=1
+pkgrel=2
pkgdesc="Lightweight Bitcoin wallet"
arch=('any')
depends=('hicolor-icon-theme'
@@ -19,12 +19,12 @@ depends=('hicolor-icon-theme'
'python2-jsonrpclib'
'python2-pbkdf2'
'python2-protobuf'
+ 'python2-pyaes'
'python2-pyqt4'
'python2-pysocks'
'python2-qrcode'
'python2-requests'
'python2-six'
- 'python2-slowaes'
'qt4')
makedepends=('gettext'
'git'