summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartins Mozeiko2023-08-14 14:24:36 -0700
committerMartins Mozeiko2023-08-14 14:24:36 -0700
commit038cbb52616917b2d2c490c9e36a32c37e361203 (patch)
treefb72066c96e3dd255ce7c5527806284d275959ee /PKGBUILD
parent6218ad87313cf347c69bfc7d837adbeb5f5f3405 (diff)
downloadaur-far2l-git.tar.gz
wxwidgets is mandatory dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 706fccceb01a..fd839a443230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martins Mozeiko <martins.mozeiko@gmail.com>
pkgname=far2l-git
-pkgver=r3846.15798797
+pkgver=r3850.fe3da218
pkgrel=1
pkgdesc='Linux port of FAR v2'
url='https://github.com/elfmz/far2l'
@@ -10,10 +10,9 @@ license=('GPL2')
source=('git+https://github.com/elfmz/far2l')
sha256sums=('SKIP')
makedepends=('git' 'cmake')
-depends=('xerces-c' 'fmt' 'uchardet')
+depends=('xerces-c' 'fmt' 'uchardet' 'wxwidgets-gtk3')
optdepends=(
'libxi: TTY X11 backend'
- 'wxwidgets-gtk3: wxWidgets GUI backend'
'openssl: FTPS support in NetRocks'
'libssh: SFTP support in NetRocks'
'smbclient: SMB support in NetRocks'