summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2091f611357..759c2e389820 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-gtts
pkgdesc = A Python interface to Google's Text to Speech API.
pkgver = 1.0.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pndurette/gTTS
arch = any
license = MIT
@@ -10,7 +10,7 @@ pkgbase = python2-gtts
depends = python2
provides = python2-gtts
source = https://pypi.python.org/packages/source/g/gTTS/gTTS-1.0.7.tar.gz
- md5sums = 16542c1b148c3c2ed30d7c9b8d29efbf
+ md5sums = 84ec56e4d87d8a6235f6ea31379b9e86
pkgname = python2-gtts
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"