diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-03 07:31:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:29 +0000 |
commit | ef7be2f2aa468dfb4e15f5a2b74165a5e0b43911 (patch) | |
tree | baf0f63441b27489139e8b1ee435955bc2b4fc3f /testing/py3-librtmp | |
parent | 89bb13785d50702ebdd86d03e28a81d44e690f35 (diff) | |
download | aports-ef7be2f2aa468dfb4e15f5a2b74165a5e0b43911.tar.bz2 aports-ef7be2f2aa468dfb4e15f5a2b74165a5e0b43911.tar.xz |
testing/py3-librtmp: rebuild against python 3.8
Diffstat (limited to 'testing/py3-librtmp')
-rw-r--r-- | testing/py3-librtmp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-librtmp/APKBUILD b/testing/py3-librtmp/APKBUILD index 317e1ca51c..319fb78f9c 100644 --- a/testing/py3-librtmp/APKBUILD +++ b/testing/py3-librtmp/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-librtmp _pkgname=python-librtmp pkgver=0.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="Python bindings for librtmp, built with cffi" url="https://github.com/chrippa/python-librtmp" arch="all" |