summaryrefslogtreecommitdiffstats
path: root/python-types-requests/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'python-types-requests/PKGBUILD')
-rw-r--r--python-types-requests/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-types-requests/PKGBUILD b/python-types-requests/PKGBUILD
index 8ebc9ee..707c5f7 100644
--- a/python-types-requests/PKGBUILD
+++ b/python-types-requests/PKGBUILD
@@ -2,7 +2,7 @@
2 2
3pkgname=python-types-requests 3pkgname=python-types-requests
4_name=${pkgname#python-} 4_name=${pkgname#python-}
5pkgver=2.27.3 5pkgver=2.27.15
6pkgrel=1 6pkgrel=1
7pkgdesc="Typing stubs for requests" 7pkgdesc="Typing stubs for requests"
8arch=('any') 8arch=('any')
@@ -11,7 +11,7 @@ license=('Apache')
11depends=('python') 11depends=('python')
12makedepends=('python-setuptools') 12makedepends=('python-setuptools')
13source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") 13source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
14sha256sums=('9fe61821910eb5b33bc774165d0c8fbdf933902ef57b0d5040f96b59bc428efa') 14sha256sums=('2d371183c535208d2cc8fe7473d9b49c344c7077eb70302eb708638fb86086a8')
15 15
16build() { 16build() {
17 cd "$_name-$pkgver" 17 cd "$_name-$pkgver"