Date: Saturday, July 17, 2021 @ 18:25:10
Author: felixonmars
Revision: 420062
fix upstream url
Modified:
python-platformdirs/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-17 10:48:00 UTC (rev 420061)
+++ PKGBUILD 2021-07-17 18:25:10 UTC (rev 420062)
@@ -7,7 +7,7 @@
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")