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

@ -7,16 +7,9 @@ pkgdesc="An online file storage and collaboration tool"
arch="all"
url="https://github.com/haiwen/$pkgname"
license="GPL-2.0-only"
depends="
libsearpc
py3-future
fuse
"
depends="libsearpc py3-future fuse"
makedepends="vala intltool libevent-dev fuse-dev libwebsockets-dev sqlite-dev py3-future libsearpc libtool automake autoconf pkgconf curl-dev"
subpackages="$pkgname-doc $pkgname-pyc"
source="seafile-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
prepare() {