summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Moura2020-04-01 10:17:27 -0300
committerGabriel Moura2020-04-01 10:17:27 -0300
commitb8b6594da3b3d76a2203f56f8ff32e5feaba09b4 (patch)
tree3c2a012edb8721481434c239591b9aa3652b7431
parentdd61eff5efb8cf8310d493f735a5634f203f8f6e (diff)
downloadaur-python2-espeak.tar.gz
corrected dependencies
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1827a06a2ce4..94811ab4ce3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = python2-espeak
arch = any
license = GPL3
depends = espeak
- depends = python
+ depends = python2
source = http://launchpad.net/python-espeak/trunk/0.5/+download/python-espeak-0.5.tar.gz
md5sums = 28dd6d2eff6aca10e259e02a81834245
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')