summaryrefslogtreecommitdiffstats
path: root/python-types-requests/PKGBUILD
diff options
context:
space:
mode:
authorYigit Sever2022-06-18 01:10:31 +0300
committerYigit Sever2022-06-18 01:11:05 +0300
commitf1ff9f152c170c0229c88653791721b95b63d5b1 (patch)
tree47ad327c35aaa87f003dd7c197776226d77a3e46 /python-types-requests/PKGBUILD
parent1159dc7033ba4603a465ea771f58a6529a0a1745 (diff)
downloadpackages-f1ff9f152c170c0229c88653791721b95b63d5b1.tar.gz
packages-f1ff9f152c170c0229c88653791721b95b63d5b1.tar.bz2
packages-f1ff9f152c170c0229c88653791721b95b63d5b1.zip
python-types-requests: Update to 2.27.30
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 707c5f7..8e54f82 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.15 5pkgver=2.27.30
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=('2d371183c535208d2cc8fe7473d9b49c344c7077eb70302eb708638fb86086a8') 14sha256sums=('ca8d7cc549c3d10dbcb3c69c1b53e3ffd1270089c1001a65c1e9e1017eb5e704')
15 15
16build() { 16build() {
17 cd "$_name-$pkgver" 17 cd "$_name-$pkgver"