diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 15:22:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:57 +0000 |
commit | ef43ff1e7f29791158f024911653a31d041003d1 (patch) | |
tree | 9e061684c77ee1bf94b888608d71610bedfb6096 /community/libcec/APKBUILD | |
parent | 342ac54378a8f44468f84eefc79a19b791d5cbbb (diff) | |
download | aports-ef43ff1e7f29791158f024911653a31d041003d1.tar.bz2 aports-ef43ff1e7f29791158f024911653a31d041003d1.tar.xz |
community/libcec: rebuild against python 3.8
Diffstat (limited to 'community/libcec/APKBUILD')
-rw-r--r-- | community/libcec/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libcec/APKBUILD b/community/libcec/APKBUILD index 70912d0868..664dccdd5d 100644 --- a/community/libcec/APKBUILD +++ b/community/libcec/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libcec pkgver=4.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="libcec for the Pulse-Eight USB-CEC adapter" url="https://github.com/Pulse-Eight/libcec" arch="all" |