git » python-platformdirs.git » commit 31ec532

fix upstream url

author Felix Yan
2021-07-17 18:25:10 UTC
committer Felix Yan
2021-07-17 18:25:10 UTC
parent cecbb679c138603568f576150e0245794ac7de7c

fix upstream url

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 91f5c40..d4746a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=2.0.2
 pkgrel=1
 pkgdesc='A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir"'
 arch=('any')
-url="https://github.com/ActiveState/platformdirs"
+url="https://github.com/platformdirs/platformdirs"
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://pypi.io/packages/source/p/platformdirs/platformdirs-$pkgver.tar.gz")