summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKokaKiwi2023-06-28 10:34:12 +0200
committerKokaKiwi2023-06-28 10:34:12 +0200
commitc53a88ebc4fa174e77975f7009509178657ea732 (patch)
tree170908c427580795024e3a86b0f27dd843a00018 /PKGBUILD
parent7143f8fc88880d21bfcc488dd7dd3ed8980c0b4c (diff)
downloadaur-c53a88ebc4fa174e77975f7009509178657ea732.tar.gz
upgpkg: python-returns 0.21.0-1
fix url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cba3fa41318c..fc767959ba56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.21.0
pkgrel=1
pkgdesc="Make your functions return something meaningful, typed, and safe"
arch=('any')
-url="https://pypi.org/project/parsita"
+url="https://returns.readthedocs.io"
license=('MIT')
depends=('python' 'python-typing_extensions')
makedepends=('python-poetry-core' 'python-build' 'python-installer' 'python-wheel')