summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Bailey2017-09-05 23:50:24 -0400
committerEric Bailey2017-09-05 23:50:24 -0400
commit33425764daeae7cde1a7c666f1d5e0bb34d9d489 (patch)
tree9494fb6720bb7da9d8db73d69253e31034db0c50 /PKGBUILD
parent228962bcf763b9df68a1db342ab48a5fd94857c8 (diff)
downloadaur-33425764daeae7cde1a7c666f1d5e0bb34d9d489.tar.gz
add python2 as makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91367194dffc..cb007e45d117 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/stanfieldr/ghetto-skype'
license=('GPLv3')
depends=('electron')
optdepends=('libappindicator-gtk2: Tray Icon support for certain DEs')
-makedepends=('npm')
+makedepends=('npm' 'python2')
install=ghetto-skype.install
source=("https://github.com/stanfieldr/ghetto-skype/archive/v${pkgver}.tar.gz")
sha256sums=('597ba70f48ee34a1e256aef04ce2403e8bb696e85e6ac15f192ac10c4388325c')