diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-30 13:56:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:58 +0000 |
commit | 59078f872c051276d2e159c847ff0c0a4f00abce (patch) | |
tree | 0dc4c735faa510d1df3227c58c5c0872a22c30d2 /community | |
parent | 8c07d8651c47cb3e0c9d1be1a1a3d9fbec61cf74 (diff) | |
download | aports-59078f872c051276d2e159c847ff0c0a4f00abce.tar.bz2 aports-59078f872c051276d2e159c847ff0c0a4f00abce.tar.xz |
community/py3-ethtool: rebuild against python 3.8
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-ethtool/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-ethtool/APKBUILD b/community/py3-ethtool/APKBUILD index 56cae2da99..e6f45d28c5 100644 --- a/community/py3-ethtool/APKBUILD +++ b/community/py3-ethtool/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-ethtool _pkgname=ethtool pkgver=0.14 -pkgrel=3 +pkgrel=4 pkgdesc="Python3 library for the ethtool kernel interface" url="https://github.com/fedora-python/python-ethtool" arch="all" |