diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-py-cpuinfo/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-py-cpuinfo/APKBUILD b/testing/py3-py-cpuinfo/APKBUILD index d5500f38cd..eacdb3249a 100644 --- a/testing/py3-py-cpuinfo/APKBUILD +++ b/testing/py3-py-cpuinfo/APKBUILD @@ -3,9 +3,9 @@ pkgname=py3-py-cpuinfo _pkgname=py-cpuinfo pkgver=5.0.0 -pkgrel=4 -pkgdesc="A module for getting CPU info" -url="https://github.com/workhorsy/py3-cpuinfo" +pkgrel=5 +pkgdesc="Pure-Python module for getting CPU info" +url="https://github.com/workhorsy/py-cpuinfo" arch="noarch" license="MIT" depends="python3" |