From 8e35638a4d7b479c59c1ee3e699641154a79a21a Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 13 Jan 2016 20:42:23 +0100 Subject: [PATCH] small fixes --- filezilla/mingw-w64-svn/PKGBUILD | 3 ++- libfilezilla/mingw-w64-svn/PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/filezilla/mingw-w64-svn/PKGBUILD b/filezilla/mingw-w64-svn/PKGBUILD index 91369c69..d4828d93 100644 --- a/filezilla/mingw-w64-svn/PKGBUILD +++ b/filezilla/mingw-w64-svn/PKGBUILD @@ -9,9 +9,10 @@ arch=('any') url="https://filezilla-project.org/" license=('GPL') 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}) conflicts=(${pkgname%-svn}) +options=(staticlibs !strip !buildflags) install= source=("${_name}::svn+https://svn.filezilla-project.org/svn/FileZilla3/trunk") md5sums=('SKIP') diff --git a/libfilezilla/mingw-w64-svn/PKGBUILD b/libfilezilla/mingw-w64-svn/PKGBUILD index 0c0fe6fc..dabde4b3 100644 --- a/libfilezilla/mingw-w64-svn/PKGBUILD +++ b/libfilezilla/mingw-w64-svn/PKGBUILD @@ -9,7 +9,7 @@ arch=('any') url="https://filezilla-project.org/" license=('GPL') depends=('mingw-w64-crt') -makedepends=('mingw-w64-gcc' 'mingw-w64-configure' 'subversion') +makedepends=('mingw-w64-configure' 'subversion') provides=(${pkgname%-svn}) conflicts=(${pkgname%-svn}) options=(staticlibs !strip !buildflags)