summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92cc426f9d01..2667c6780e50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-googletrans
pkgdesc = Free Google Translate API for Python.
pkgver = 3.1.0a0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ssut/py-googletrans
arch = any
license = MIT
depends = python-setuptools
- depends = python-httpx
+ depends = python-httpx=0.13.3
source = https://pypi.io/packages/source/g/googletrans/googletrans-3.1.0a0.tar.gz
sha512sums = 0640f8e301f205fbf415dc1ea310d342dbd9e06dc3e87029f2928bcd945b4c0f41e70b829f5f8eeb1125d5fccffe1f210ba963b461e6c22b6ea7e79ccfb6996f
pkgname = python-googletrans
-
diff --git a/PKGBUILD b/PKGBUILD
index 38a44224d9cd..fa46f7b51aca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=python-googletrans
pkgver=3.1.0a0
-pkgrel=1
+pkgrel=2
pkgdesc="Free Google Translate API for Python."
arch=('any')
license=('MIT')
url="https://github.com/ssut/py-googletrans"
-depends=('python-setuptools' 'python-httpx')
+depends=('python-setuptools' 'python-httpx=0.13.3')
source=("https://pypi.io/packages/source/g/googletrans/googletrans-$pkgver.tar.gz")
sha512sums=('0640f8e301f205fbf415dc1ea310d342dbd9e06dc3e87029f2928bcd945b4c0f41e70b829f5f8eeb1125d5fccffe1f210ba963b461e6c22b6ea7e79ccfb6996f')