summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2020-06-30 01:10:37 +0200
committerPeter Mattern2020-06-30 01:10:37 +0200
commita902d6ef9b1b7135f4305e2ff0b53cfe15a1bc5c (patch)
treea09a932fa7cf7dde32c25b74b549b8776bdb1cdd /PKGBUILD
parent5c98b118efb7699359943015e4015f03805ef4c2 (diff)
downloadaur-a902d6ef9b1b7135f4305e2ff0b53cfe15a1bc5c.tar.gz
Update dependencies and build()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3b5fec746d6..c9c834efaef2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=filezilla
pkgname=$_pkgname-svn
-pkgver=7603
+pkgver=9847
pkgrel=1
pkgdesc='Free, open source FTP, FTPS and SFTP client'
arch=('i686' 'x86_64')
url='https://filezilla-project.org'
license=('GPL')
-depends=('libfilezilla' 'pugixml' 'wxgtk' 'xdg-utils')
+depends=('libfilezilla' 'pugixml' 'wxgtk3' 'xdg-utils')
makedepends=('subversion')
provides=("$_pkgname")
conflicts=("$_pkgname")
@@ -29,7 +29,7 @@ pkgver() {
build() {
cd $_pkgname
autoreconf -i
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
make
}