Fix libsearpc add subpackage -pyc
Some checks failed
Release Alpine apk for ARM64v8 / compilation-arm64v8 (push) Has been cancelled

This commit is contained in:
ITmodulo 2024-01-31 12:12:06 +01:00
commit fa3da9eeb0
3 changed files with 5 additions and 10 deletions

View file

@ -9,6 +9,7 @@ url="https://github.com/haiwen/libsearpc"
license="Apache-2.0"
depends="py3-gobject3 py3-simplejson"
makedepends="musl-dev jansson-dev py3-gobject3-dev glib-dev autoconf automake libtool pkgconf"
subpackages="$pkgname-pyc"
_pkgver="${pkgver%.*}-latest"
source="libsearpc-$_pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz"