libgit2: remove curl dependency
not required since 0.28.0
This commit is contained in:
@@ -4,15 +4,14 @@ _realname=libgit2
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A linkable library for Git (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
url='https://github.com/libgit2/libgit2'
|
||||
license=('GPL2' 'custom')
|
||||
options=('strip')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-curl"
|
||||
"${MINGW_PACKAGE_PREFIX}-http-parser"
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-http-parser"
|
||||
"${MINGW_PACKAGE_PREFIX}-libssh2"
|
||||
"${MINGW_PACKAGE_PREFIX}-openssl"
|
||||
"${MINGW_PACKAGE_PREFIX}-zlib")
|
||||
|
||||
Reference in New Issue
Block a user