summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-23 15:13:47 +0200
committerMarcell Meszaros2022-06-23 15:13:47 +0200
commit7de86c53716d44d269ffc7f8d3c4d25c2673874c (patch)
tree9b58fcab0315f166a626309a339a17d0a5d2b4ae /PKGBUILD
parenta9b91f02a11846fbe266b5440c1105cce7815bb8 (diff)
downloadaur-7de86c53716d44d269ffc7f8d3c4d25c2673874c.tar.gz
refactor: set upsteam URL to PyPI page
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9df0a660c204..e4dad9e4e099 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=1.9.6
pkgrel=4
pkgdesc='A CSS4 selector implementation for Beautiful Soup (legacy Python 2 version)'
arch=('any')
-url="https://github.com/facelessuser/${_distname}"
+url="https://pypi.org/project/${_distname}/${pkgver}/"
license=('MIT')
depends=(
'python2'