summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Holthuis2015-10-25 00:14:23 +0200
committerJan Holthuis2015-10-25 00:14:23 +0200
commit2bc657407842e5413c15024c2ed56289f8e87292 (patch)
tree2550144681627e3e4d4398e74f0deb56d253948e /PKGBUILD
parent60edde3f6aeeeb45a2c513eb12aa93eb26e749ce (diff)
downloadaur-python2-gtts.tar.gz
Fix md5sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5edbfc1cd425..3132cb996181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python2-gtts
_pypiname=gTTS
pkgver=1.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="A Python interface to Google's Text to Speech API."
arch=('any')
url="https://github.com/pndurette/gTTS"
@@ -13,7 +13,7 @@ conflics=('python2-gtts-git')
makedepends=('python2' 'python2-setuptools')
provides=('python2-gtts')
source=("https://pypi.python.org/packages/source/g/${_pypiname}/${_pypiname}-${pkgver}.tar.gz")
-md5sums=('16542c1b148c3c2ed30d7c9b8d29efbf')
+md5sums=('84ec56e4d87d8a6235f6ea31379b9e86')
package() {
cd "$srcdir/$_pypiname-$pkgver"