diff options
Diffstat (limited to 'testing/weex/APKBUILD')
-rw-r--r-- | testing/weex/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/weex/APKBUILD b/testing/weex/APKBUILD index 456db581795..49bab33a79a 100644 --- a/testing/weex/APKBUILD +++ b/testing/weex/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Milan P. Stanić <mps@arvanta.net> pkgname=weex pkgver=2.8.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="Non-interactive FTP and FTPS client for updating web pages" url="http://weex.sourceforge.net/" arch="all" license="GPL-2.0-or-later" -makedepends="openssl-dev automake autoconf" +makedepends="openssl-dev>3 automake autoconf" options="!check" #no tests subpackages="$pkgname-doc" source="https://deb.debian.org/debian/pool/main/w/weex/weex_$pkgver.tar.gz" |