summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-08-02 21:11:47 +0200
committerMarcell Meszaros2022-08-02 21:11:47 +0200
commitcf84c6672355e2deea922c55c0ec09d738eda2d4 (patch)
tree161535abe882cacce7b34d11c9005da4e4adebd1
parent1bc5951b9609a41d89d08f38468e668380ab6536 (diff)
downloadaur-cf84c6672355e2deea922c55c0ec09d738eda2d4.tar.gz
refactor: fix upstream URL
-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')