chore(random-file-picker-git): add python-send2trash as dependency
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
pkgbase = random-file-picker-git
|
||||
pkgdesc = A tool for picking random files from a directory for viewing.
|
||||
pkgver = r4.5667833
|
||||
pkgver = r10.a5c317f
|
||||
pkgrel = 1
|
||||
url = https://git.svetikas.lt/JustAnyone/random-file-picker
|
||||
arch = any
|
||||
@@ -15,6 +15,7 @@ pkgbase = random-file-picker-git
|
||||
depends = python
|
||||
depends = python-requests
|
||||
depends = python-textual
|
||||
depends = python-send2trash
|
||||
optdepends = geeqie: for single instance image viewing
|
||||
provides = random-file-picker
|
||||
conflicts = random-file-picker
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# Maintainer: Dominykas Svetikas <archlinux@svetikas.lt>
|
||||
pkgname=random-file-picker-git
|
||||
_pkgname=random-file-picker
|
||||
pkgver=r4.5667833
|
||||
pkgver=r10.a5c317f
|
||||
pkgrel=1
|
||||
pkgdesc='A tool for picking random files from a directory for viewing.'
|
||||
arch=('any')
|
||||
url='https://git.svetikas.lt/JustAnyone/random-file-picker'
|
||||
license=('MIT')
|
||||
depends=('python' 'python-requests' 'python-textual')
|
||||
depends=('python' 'python-requests' 'python-textual' 'python-send2trash')
|
||||
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')
|
||||
|
||||
Reference in New Issue
Block a user