summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel Moura2020-04-01 10:17:27 -0300
committerGabriel Moura2020-04-01 10:17:27 -0300
commitb8b6594da3b3d76a2203f56f8ff32e5feaba09b4 (patch)
tree3c2a012edb8721481434c239591b9aa3652b7431 /PKGBUILD
parentdd61eff5efb8cf8310d493f735a5634f203f8f6e (diff)
downloadaur-python2-espeak.tar.gz
corrected dependencies
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5266cf98e61..9dc7ef6b0ba7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Python bindings for eSpeak."
arch=('any')
url="https://launchpad.net/python-espeak"
license=('GPL3')
-depends=('espeak' 'python')
+depends=('espeak' 'python2')
source=("http://launchpad.net/python-espeak/trunk/$pkgver/+download/python-espeak-${pkgver}.tar.gz")
md5sums=('28dd6d2eff6aca10e259e02a81834245')