fix(random-file-picker-git): python-pip was not required, add geeqie as opt dependency

This commit is contained in:
2026-07-03 00:08:02 +03:00
parent 0e7641af7b
commit 4994ca7cf5
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ arch=('any')
url='https://git.svetikas.lt/JustAnyone/random-file-picker'
license=('MIT')
depends=('python' 'python-requests' 'python-textual')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'python-uv' 'git')
optdepends=('geeqie: for single instance image viewing')
makedepends=('python-build' 'python-installer' 'python-pip' 'python-wheel' 'python-setuptools' 'python-uv' 'git')
conflicts=('random-file-picker')
provides=('random-file-picker')
source=("git+$url.git")