diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-15 14:32:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:43 +0000 |
commit | 60d6102c60b14b5b64f8c3618600f3a703bca976 (patch) | |
tree | e9bc6e51634338ccc3a0b4fe66bcd2d8b37fae57 /community/libteam | |
parent | 127c56cc22f9ac845123d5e0f2bdca17cc2f235e (diff) | |
download | aports-60d6102c60b14b5b64f8c3618600f3a703bca976.tar.bz2 aports-60d6102c60b14b5b64f8c3618600f3a703bca976.tar.xz |
community/libteam: rebuild against python 3.7
Diffstat (limited to 'community/libteam')
-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 3193fd560a..80ca1303e3 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.28 -pkgrel=0 +pkgrel=1 pkgdesc="Library for controlling team network device" url="http://libteam.org" arch="all" |