From 4994ca7cf5fbe5d93464963d1b9db9f53247a42e Mon Sep 17 00:00:00 2001 From: JustAnyone Date: Fri, 3 Jul 2026 00:08:02 +0300 Subject: [PATCH] fix(random-file-picker-git): python-pip was not required, add geeqie as opt dependency --- random-file-picker-git/.SRCINFO | 2 ++ random-file-picker-git/PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/random-file-picker-git/.SRCINFO b/random-file-picker-git/.SRCINFO index 2d5c96c..9f529c8 100644 --- a/random-file-picker-git/.SRCINFO +++ b/random-file-picker-git/.SRCINFO @@ -7,6 +7,7 @@ pkgbase = random-file-picker-git license = MIT makedepends = python-build makedepends = python-installer + makedepends = python-pip makedepends = python-wheel makedepends = python-setuptools makedepends = python-uv @@ -14,6 +15,7 @@ pkgbase = random-file-picker-git depends = python depends = python-requests depends = python-textual + optdepends = geeqie: for single instance image viewing provides = random-file-picker conflicts = random-file-picker source = git+https://git.svetikas.lt/JustAnyone/random-file-picker.git diff --git a/random-file-picker-git/PKGBUILD b/random-file-picker-git/PKGBUILD index c6df871..c8dab4d 100644 --- a/random-file-picker-git/PKGBUILD +++ b/random-file-picker-git/PKGBUILD @@ -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")