diff options
Diffstat (limited to 'user/py3-psutil/APKBUILD')
-rw-r--r-- | user/py3-psutil/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/py3-psutil/APKBUILD b/user/py3-psutil/APKBUILD index 3acb26611..98b23873e 100644 --- a/user/py3-psutil/APKBUILD +++ b/user/py3-psutil/APKBUILD @@ -12,7 +12,7 @@ license="BSD-3-Clause" depends="python3" makedepends="python3-dev utmps-dev" subpackages="" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz +source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz utmpx.patch " builddir="$srcdir/$_pkgname-$pkgver" |