summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a89fd65d1e2..6bc5fc12077b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python2-requests
pkgdesc = HTTP for Humans (legacy Python 2 version)
pkgver = 2.27.1.r5.gfa1b0a36
pkgrel = 1
- url = https://pypi.org/project/requests/2.27.1.r5.gfa1b0a36/
+ url = https://pypi.org/project/requests
arch = any
license = Apache
makedepends = python2-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 0fc5815fbc16..0c4a6aba218a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Contributor: Marcell Meszaros < marcell.meszaros AT runbox.eu >
+# Maintainer: Marcell Meszaros < marcell.meszaros AT runbox.eu >
# Contributor: Felix Yan <felixonmars@archlinux.org>
# Contributor: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
@@ -9,7 +9,7 @@ pkgver=2.27.1.r5.gfa1b0a36
pkgrel=1
pkgdesc='HTTP for Humans (legacy Python 2 version)'
arch=('any')
-url="https://pypi.org/project/${_name}/${pkgver}/"
+url="https://pypi.org/project/${_name}"
_repourl="https://github.com/psf/${_name}"
license=('Apache')
makedepends=('python2-setuptools')