diff options
author | Michał Polański <michal@polanski.me> | 2020-03-02 18:42:25 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-02 14:55:08 -0300 |
commit | a4e48e20b98d6a7a81be79cac3bc0af5770b65c0 (patch) | |
tree | 42955455d195ae0e5d050e9236d27ebe86f04feb /testing | |
parent | 4a46b2cb955e25fd6d6f913794d35bc6d876aea9 (diff) | |
download | aports-a4e48e20b98d6a7a81be79cac3bc0af5770b65c0.tar.bz2 aports-a4e48e20b98d6a7a81be79cac3bc0af5770b65c0.tar.xz |
testing/py3-py-cpuinfo: fix url
and update pkgdesc
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" |