diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-15 11:41:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:42 +0000 |
commit | 439e1acc1eb6a17b3b40bf78d100eaa787369f4d (patch) | |
tree | 8066dadccaa216209569936bff13c958ffdfb467 /community/libcec | |
parent | a4d9b5071461d59075f2c23cf5cedf4f1ac5a552 (diff) | |
download | aports-439e1acc1eb6a17b3b40bf78d100eaa787369f4d.tar.bz2 aports-439e1acc1eb6a17b3b40bf78d100eaa787369f4d.tar.xz |
community/libcec: rebuild against python 3.7
Diffstat (limited to 'community/libcec')
-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 46e288226d..70912d0868 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=0 +pkgrel=1 pkgdesc="libcec for the Pulse-Eight USB-CEC adapter" url="https://github.com/Pulse-Eight/libcec" arch="all" |