summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2017-09-05 22:36:02 -0700
committerKyle Manna2017-09-05 22:36:02 -0700
commite695855bc0daf2b7005e7b5401b2fb0038ced382 (patch)
tree6a8af0eb144ff0b011dd6672c8075c3031727b6e
parent50d89685fd7138d1f88a4ba5c300db599a006034 (diff)
downloadaur-e695855bc0daf2b7005e7b5401b2fb0038ced382.tar.gz
pkgrel: 3.7.3-2 add python2 dependency
* It seems that some javascript/grunt madness needs python2. Add it as a build dependency.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f873aeafbf3..8fd5183699e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Sep 6 05:29:09 UTC 2017
+# Wed Sep 6 05:35:46 UTC 2017
pkgbase = copay
pkgdesc = Copay Bitcoin Wallet
pkgver = 3.7.3
- pkgrel = 1
+ pkgrel = 2
url = https://copay.io
arch = x86_64
license = MIT
depends = npm
+ depends = python2
options = !strip
source = copay.desktop
md5sums = e05610d1b08a2c688efccf9d687b8b92
diff --git a/PKGBUILD b/PKGBUILD
index cf3f12e401cf..bd95d0067257 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=copay
pkgver=3.7.3
-pkgrel=1
+pkgrel=2
pkgdesc="Copay Bitcoin Wallet"
arch=('x86_64')
url="https://copay.io"
license=('MIT')
-depends=('npm')
+depends=('npm' 'python2')
# For some reason, stripping the massive copay binary breaks the app
options=('!strip')