diff --git a/random-file-picker-git/.SRCINFO b/random-file-picker-git/.SRCINFO index 9f529c8..07ec3f1 100644 --- a/random-file-picker-git/.SRCINFO +++ b/random-file-picker-git/.SRCINFO @@ -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 diff --git a/random-file-picker-git/PKGBUILD b/random-file-picker-git/PKGBUILD index c8dab4d..7129a51 100644 --- a/random-file-picker-git/PKGBUILD +++ b/random-file-picker-git/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Dominykas Svetikas 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')