aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-10-31 09:44:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:34:01 +0000
commit6a94382cc9015e6d09235a2adf6860de7f93dc21 (patch)
treeb6d8dd7dfd10a00d390274eb0b1f4b2f6471eb06
parent2c9f1ab6891966814fa7c31aad015eeb43fbec0c (diff)
community/py3-rtslib: rebuild against python 3.8
-rw-r--r--community/py3-rtslib/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-rtslib/APKBUILD b/community/py3-rtslib/APKBUILD
index f71c5be7408..c200f3935d9 100644
--- a/community/py3-rtslib/APKBUILD
+++ b/community/py3-rtslib/APKBUILD
@@ -5,7 +5,7 @@ _pkgname=rtslib-fb
pkgver=2.1_p69
_ver=${pkgver/_rc/rc}
_ver=${_ver/_p/.fb}
-pkgrel=2
+pkgrel=3
pkgdesc="Python library that provides an object API to RisingTide Systems generic SCSI Target"
options="!check" # No testsuite
url="https://github.com/open-iscsi/rtslib-fb"