diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 07:35:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:56 +0000 |
commit | 3fb3b21e28d7e2bfea2073d5d02e1f54c54162f1 (patch) | |
tree | 3f54232514eb9b6e863a7beb1b2d1424241b8211 /testing/py3-pysendfile | |
parent | d209940e60e1ed5de8381cfd8758748653a59957 (diff) | |
download | aports-3fb3b21e28d7e2bfea2073d5d02e1f54c54162f1.tar.bz2 aports-3fb3b21e28d7e2bfea2073d5d02e1f54c54162f1.tar.xz |
testing/py3-pysendfile: rebuild against python 3.7
Diffstat (limited to 'testing/py3-pysendfile')
-rw-r--r-- | testing/py3-pysendfile/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pysendfile/APKBUILD b/testing/py3-pysendfile/APKBUILD index 6a5f9cc15f..91dc3d7ce1 100644 --- a/testing/py3-pysendfile/APKBUILD +++ b/testing/py3-pysendfile/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-pysendfile _pkgname=pysendfile pkgver=2.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Python interface to the sendfile(2) system call" url="https://pypi.org/project/pysendfile" arch="all" |