seafile-libclient: update to 8.0.10
This commit is contained in:
parent
0371855c47
commit
3a0b931a29
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'seafile-libclient'
|
# Template file for 'seafile-libclient'
|
||||||
pkgname=seafile-libclient
|
pkgname=seafile-libclient
|
||||||
version=8.0.8
|
version=8.0.10
|
||||||
revision=2
|
revision=1
|
||||||
_distname="${pkgname/-libclient/}"
|
_distname="${pkgname/-libclient/}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="PYTHON=python3 --disable-static"
|
configure_args="PYTHON=python3 --disable-static"
|
||||||
hostmakedepends="automake intltool libsearpc-codegen libtool pkg-config vala"
|
hostmakedepends="automake intltool libsearpc-codegen libtool pkg-config vala
|
||||||
|
glib-devel"
|
||||||
makedepends="libglib-devel libuuid-devel libsearpc-devel sqlite-devel
|
makedepends="libglib-devel libuuid-devel libsearpc-devel sqlite-devel
|
||||||
libevent-devel libcurl-devel"
|
libevent-devel libcurl-devel libwebsockets-devel"
|
||||||
short_desc="Cloud storage system - library"
|
short_desc="Cloud storage system - library"
|
||||||
maintainer="yopito <pierre.bourgin@free.fr>"
|
maintainer="yopito <pierre.bourgin@free.fr>"
|
||||||
license="GPL-2.0-or-later" # Has openssl exception not yet present on SPDX
|
license="GPL-2.0-or-later" # Has openssl exception not yet present on SPDX
|
||||||
homepage="https://seafile.com"
|
homepage="https://seafile.com"
|
||||||
distfiles="https://github.com/haiwen/seafile/archive/v${version}.tar.gz"
|
distfiles="https://github.com/haiwen/seafile/archive/v${version}.tar.gz"
|
||||||
checksum=02f8cb53f061d9d85752d476e72fa64835d5bab66d1fbcb240d22bc41428847b
|
checksum=bcfa6576a272486cf30b7fa2207992b01b071bcc5744f0923a0d924c0257b8a5
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Reference in New Issue