summaryrefslogtreecommitdiffstats
path: root/python-types-requests
diff options
context:
space:
mode:
Diffstat (limited to 'python-types-requests')
-rw-r--r--python-types-requests/.SRCINFO6
-rw-r--r--python-types-requests/PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/python-types-requests/.SRCINFO b/python-types-requests/.SRCINFO
index c5525e2..6884b34 100644
--- a/python-types-requests/.SRCINFO
+++ b/python-types-requests/.SRCINFO
@@ -1,13 +1,13 @@
1pkgbase = python-types-requests 1pkgbase = python-types-requests
2 pkgdesc = Typing stubs for requests 2 pkgdesc = Typing stubs for requests
3 pkgver = 2.27.30 3 pkgver = 2.28.2
4 pkgrel = 1 4 pkgrel = 1
5 url = https://pypi.org/project/types-requests/ 5 url = https://pypi.org/project/types-requests/
6 arch = any 6 arch = any
7 license = Apache 7 license = Apache
8 makedepends = python-setuptools 8 makedepends = python-setuptools
9 depends = python 9 depends = python
10 source = https://files.pythonhosted.org/packages/source/t/types-requests/types-requests-2.27.30.tar.gz 10 source = https://files.pythonhosted.org/packages/source/t/types-requests/types-requests-2.28.2.tar.gz
11 sha256sums = ca8d7cc549c3d10dbcb3c69c1b53e3ffd1270089c1001a65c1e9e1017eb5e704 11 sha256sums = 398f88cd9302c796cb63d1021af2a1fb7ae507741a3d508edf8e0746d8c16a04
12 12
13pkgname = python-types-requests 13pkgname = python-types-requests
diff --git a/python-types-requests/PKGBUILD b/python-types-requests/PKGBUILD
index 8e54f82..457d896 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.30 5pkgver=2.28.2
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=('ca8d7cc549c3d10dbcb3c69c1b53e3ffd1270089c1001a65c1e9e1017eb5e704') 14sha256sums=('398f88cd9302c796cb63d1021af2a1fb7ae507741a3d508edf8e0746d8c16a04')
15 15
16build() { 16build() {
17 cd "$_name-$pkgver" 17 cd "$_name-$pkgver"