diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 11:45:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:54 +0000 |
commit | 9f4bc1d98652909f2449331b275f82d6821b27e2 (patch) | |
tree | 38c2d40432c1de00dbe8b3cebbd55e04d452dd1c /community/py3-batinfo | |
parent | e2cccb7d531d82fe35a7469cc87df61d3920791e (diff) | |
download | aports-9f4bc1d98652909f2449331b275f82d6821b27e2.tar.bz2 aports-9f4bc1d98652909f2449331b275f82d6821b27e2.tar.xz |
community/py3-batinfo: rebuild against python 3.8
Diffstat (limited to 'community/py3-batinfo')
-rw-r--r-- | community/py3-batinfo/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-batinfo/APKBUILD b/community/py3-batinfo/APKBUILD index 9abb7f77ab..8060f8915b 100644 --- a/community/py3-batinfo/APKBUILD +++ b/community/py3-batinfo/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-batinfo _pkgname=batinfo pkgver=0.4.2 -pkgrel=3 +pkgrel=4 pkgdesc="Simple Python3 lib to retreive battery information" options="!check" # No testsuite url="https://github.com/nicolargo/batinfo" |