diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 14:16:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:55 +0000 |
commit | 5afc174ab09c005a7ec1b3ca2ef389cb15c8120a (patch) | |
tree | 53c8f191350a61731ea4f41cfc40858395d9a0c5 | |
parent | 849cf5990505c6dfe2ccce62aaa29f2e9f2616ed (diff) | |
download | aports-5afc174ab09c005a7ec1b3ca2ef389cb15c8120a.tar.bz2 aports-5afc174ab09c005a7ec1b3ca2ef389cb15c8120a.tar.xz |
community/libteam: rebuild against python 3.8
-rw-r--r-- | community/libteam/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libteam/APKBUILD b/community/libteam/APKBUILD index 60f901a55e..54798e9129 100644 --- a/community/libteam/APKBUILD +++ b/community/libteam/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=libteam pkgver=1.29 -pkgrel=0 +pkgrel=1 pkgdesc="Library for controlling team network device" url="http://libteam.org" arch="all" |