small fixes

This commit is contained in:
Martchus 2016-01-13 20:42:23 +01:00
parent b4dc4de620
commit 8e35638a4d
2 changed files with 3 additions and 2 deletions

View File

@ -9,9 +9,10 @@ arch=('any')
url="https://filezilla-project.org/" url="https://filezilla-project.org/"
license=('GPL') license=('GPL')
depends=('mingw-w64-crt' 'mingw-w64-libidn' 'mingw-w64-sqlite' 'mingw-w64-gnutls' 'mingw-w64-wxmsw' 'mingw-w64-libfilezilla-svn') depends=('mingw-w64-crt' 'mingw-w64-libidn' 'mingw-w64-sqlite' 'mingw-w64-gnutls' 'mingw-w64-wxmsw' 'mingw-w64-libfilezilla-svn')
makedepends=('mingw-w64-gcc' 'mingw-w64-configure' 'wxgtk' 'subversion') makedepends=('mingw-w64-configure' 'wxgtk' 'subversion')
provides=(${pkgname%-svn}) provides=(${pkgname%-svn})
conflicts=(${pkgname%-svn}) conflicts=(${pkgname%-svn})
options=(staticlibs !strip !buildflags)
install= install=
source=("${_name}::svn+https://svn.filezilla-project.org/svn/FileZilla3/trunk") source=("${_name}::svn+https://svn.filezilla-project.org/svn/FileZilla3/trunk")
md5sums=('SKIP') md5sums=('SKIP')

View File

@ -9,7 +9,7 @@ arch=('any')
url="https://filezilla-project.org/" url="https://filezilla-project.org/"
license=('GPL') license=('GPL')
depends=('mingw-w64-crt') depends=('mingw-w64-crt')
makedepends=('mingw-w64-gcc' 'mingw-w64-configure' 'subversion') makedepends=('mingw-w64-configure' 'subversion')
provides=(${pkgname%-svn}) provides=(${pkgname%-svn})
conflicts=(${pkgname%-svn}) conflicts=(${pkgname%-svn})
options=(staticlibs !strip !buildflags) options=(staticlibs !strip !buildflags)