Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging / 
Packages / trash-cli


Commits:
abd6a15f by Alexander Epaneshnikov at 2024-05-10T00:11:01+03:00
upgpkg: 0.24.4.17-2 drop python-typing_extensions

fixes #1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = trash-cli
        pkgdesc = Command line trashcan (recycle bin) interface
        pkgver = 0.24.4.17
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/andreafrancia/trash-cli
        arch = any
        license = GPL-2.0-only
@@ -11,7 +11,6 @@ pkgbase = trash-cli
        makedepends = python-setuptools
        makedepends = python-shtab
        depends = python
-       depends = python-typing_extensions
        depends = python-psutil
        depends = python-six
        source = 
trash-cli-0.24.4.17.tar.gz::https://github.com/andreafrancia/trash-cli/archive/0.24.4.17.tar.gz


=====================================
PKGBUILD
=====================================
@@ -5,12 +5,12 @@
 
 pkgname=trash-cli
 pkgver=0.24.4.17
-pkgrel=1
+pkgrel=2
 pkgdesc="Command line trashcan (recycle bin) interface"
 arch=('any')
 url="https://github.com/andreafrancia/trash-cli";
 license=('GPL-2.0-only')
-depends=('python' 'python-typing_extensions' 'python-psutil' 'python-six')
+depends=('python' 'python-psutil' 'python-six')
 makedepends=('python-setuptools' 'python-shtab')
 checkdepends=('python-pytest' 'python-flexmock' 'python-parameterized')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/trash-cli/-/commit/abd6a15f300bf8e87b08829b3ce15f6fdfc374ad

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/trash-cli/-/commit/abd6a15f300bf8e87b08829b3ce15f6fdfc374ad
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to