diff options
author | prspkt <prspkt@protonmail.com> | 2019-02-26 22:12:32 +0200 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-02-26 23:32:25 +0200 |
commit | 95aa0295ea0f0d0693186a27ec5f07f10cc1e6a1 (patch) | |
tree | 0bd9fdb86e1f6002e249694d728384b5efd10bf5 /community/libcec | |
parent | b4eafe396c7cb9ab97e86af9b12f1b06aa1ef464 (diff) | |
download | aports-95aa0295ea0f0d0693186a27ec5f07f10cc1e6a1.tar.bz2 aports-95aa0295ea0f0d0693186a27ec5f07f10cc1e6a1.tar.xz |
community/libcec: upgrade to 4.0.4
Diffstat (limited to 'community/libcec')
-rw-r--r-- | community/libcec/APKBUILD | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/community/libcec/APKBUILD b/community/libcec/APKBUILD index 8fdccb5195..46e288226d 100644 --- a/community/libcec/APKBUILD +++ b/community/libcec/APKBUILD @@ -1,8 +1,8 @@ # Contributor: RĂ³bert Nagy <vrnagy@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libcec -pkgver=4.0.2 -pkgrel=1 +pkgver=4.0.4 +pkgrel=0 pkgdesc="libcec for the Pulse-Eight USB-CEC adapter" url="https://github.com/Pulse-Eight/libcec" arch="all" @@ -16,13 +16,6 @@ source="https://github.com/Pulse-Eight/libcec/archive/libcec-$pkgver.tar.gz" builddir="$srcdir"/libcec-libcec-$pkgver -prepare() { - default_prepare - # remove non linux binaries - cd "$builddir" - rm -r support -} - build() { mkdir "$builddir/build" cd "$builddir/build" @@ -42,4 +35,4 @@ package() { echo "cec" > "${pkgdir}${python_dir}/cec.pth" } -sha512sums="7bb80965cd1bef713f59bff136dc4a7f1172c4a9bdb8e2f59c6bcc5b74110848c0b2912263280ea68177908a688127e8d7208fc43ce6e65d589343b85395a0bb libcec-4.0.2.tar.gz" +sha512sums="8991ba96fe9a87e5e1f63ff87f77fc0fc3b735c537e2ee6cb004fdc264d75cecd043e39b49cf9e64aeadd24bb1fb57911d9c4bd6c494d9ba4035d7320c268116 libcec-4.0.4.tar.gz" |