aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-rtslib/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-rtslib/APKBUILD')
-rw-r--r--community/py3-rtslib/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/py3-rtslib/APKBUILD b/community/py3-rtslib/APKBUILD
index 1b1d76ddf96..d1bfba54d1b 100644
--- a/community/py3-rtslib/APKBUILD
+++ b/community/py3-rtslib/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py3-rtslib
_pkgname=rtslib-fb
-pkgver=2.1_p74
+pkgver=2.1_p75
_ver=${pkgver/_rc/rc}
_ver=${_ver/_p/.}
-pkgrel=0
+pkgrel=2
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"
@@ -13,6 +13,7 @@ arch="noarch"
license="Apache-2.0"
depends="py3-udev python3 py3-six"
makedepends="py3-setuptools"
+subpackages="$pkgname-pyc"
source="https://github.com/open-iscsi/rtslib-fb/archive/v$_ver.tar.gz"
builddir="$srcdir"/$_pkgname-$_ver
@@ -25,5 +26,5 @@ package() {
}
sha512sums="
-181b57f699dd4e6bc050585e1abffe75a7eaf5ae8325220d61d37f932912f2cec878c4643172c584f0d4c231441d25ff0e09aa1f48c2305061b75acdce051c86 v2.1.74.tar.gz
+204729e779da1d0961ecff822c6ce914de5fa80e8159f440e0e69a7ba986da6d627a6377c143043d855bcaacaf086f4c73f3ccb4697dfaf061434c197ae24c3e v2.1.75.tar.gz
"