summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2020-06-30 01:10:37 +0200
committerPeter Mattern2020-06-30 01:10:37 +0200
commita902d6ef9b1b7135f4305e2ff0b53cfe15a1bc5c (patch)
treea09a932fa7cf7dde32c25b74b549b8776bdb1cdd
parent5c98b118efb7699359943015e4015f03805ef4c2 (diff)
downloadaur-a902d6ef9b1b7135f4305e2ff0b53cfe15a1bc5c.tar.gz
Update dependencies and build()
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dc4b4364364..c74e1f48fa1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Jun 27 20:35:50 UTC 2016
pkgbase = filezilla-svn
pkgdesc = Free, open source FTP, FTPS and SFTP client
- pkgver = 7603
+ pkgver = 9847
pkgrel = 1
url = https://filezilla-project.org
arch = i686
@@ -11,7 +9,7 @@ pkgbase = filezilla-svn
makedepends = subversion
depends = libfilezilla
depends = pugixml
- depends = wxgtk
+ depends = wxgtk3
depends = xdg-utils
provides = filezilla
conflicts = filezilla
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
}