aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorandy59952023-02-12 10:58:11 -0600
committerandy59952023-02-12 10:58:11 -0600
commite1d68f41992a5e76f5db598ff57b63e901a71734 (patch)
tree45fc51837f52062549e5c9089f09a4fb72980e4f /PKGBUILD
parente4ee3ac24ef94c1a7fd7157615a13a0c9c441f1a (diff)
downloadaur-e1d68f41992a5e76f5db598ff57b63e901a71734.tar.gz
remove yascreen as a dependency (fixes install)
Also bumps the pkg rel to 2, due to fixes to rx_* made by @bbonev in recent commits (closes #2)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74c671e99db3..a137f5ca63dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=vfu
pkgver=5.02
-pkgrel=1
+pkgrel=2
pkgdesc="Versatile text-based file-manager"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'ppc64le')
url="http://cade.noxrun.com/projects/vfu"
license=('GPL')
-depends=('ncurses' 'pcre2' 'yascreen>=1.95')
+depends=('ncurses' 'pcre2')
optdepends=('perl: for the rx_* archiving utilities'
'rpmextract: for rx_rpm'
'unrar: for rx_rar'