summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2019-09-25 06:48:09 +0200
committeraksr2019-09-25 06:48:09 +0200
commit3e7049e861c88e351d699be7539efaf49c978f1c (patch)
treecdff4d9ec8f31bd621a7635b89e9c72f4856bae3
parentfdd951fd2ca1c613c727d35f11609b344dc30621 (diff)
downloadaur-3e7049e861c88e351d699be7539efaf49c978f1c.tar.gz
Add python-ueberzug to optdepends().
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e44565f2a841..2d928f99062c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 7 10:27:50 UTC 2019
+# Wed Sep 25 04:47:14 UTC 2019
pkgbase = ranger-git
pkgdesc = A simple, vim-like file manager.
- pkgver = 1.9.2.243.g712fa397
+ pkgver = 1.9.2.333.gfcb01c2c
pkgrel = 1
url = https://ranger.github.io/
arch = any
@@ -18,6 +18,7 @@ pkgbase = ranger-git
optdepends = poppler: for pdf previews
optdepends = python-bidi: for bidi algorithm support
optdepends = python-chardet: in case of encoding detection problems
+ optdepends = python-ueberzug: w3mimgdisplay alternative
optdepends = sudo: to use the "run as root"-feature
optdepends = transmission-cli: for viewing bittorrent information
optdepends = w3m: for previews of images and html pages
diff --git a/PKGBUILD b/PKGBUILD
index c472f5e44fb0..115326edf756 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: nfnty <arch at nfnty dot se>
# Maintainer: aksr <aksr at t-com dot me>
pkgname=ranger-git
-pkgver=1.9.2.243.g712fa397
+pkgver=1.9.2.333.gfcb01c2c
pkgrel=1
pkgdesc="A simple, vim-like file manager."
arch=('any')
@@ -19,6 +19,7 @@ optdepends=('atool: for previews of archives'
'poppler: for pdf previews'
'python-bidi: for bidi algorithm support'
'python-chardet: in case of encoding detection problems'
+ 'python-ueberzug: w3mimgdisplay alternative'
'sudo: to use the "run as root"-feature'
'transmission-cli: for viewing bittorrent information'
'w3m: for previews of images and html pages')