[arch-commits] Commit in trash-cli/trunk (PKGBUILD)
Alexander Epaneshnikov
alex19ep at gemini.archlinux.org
Mon Apr 18 19:50:07 UTC 2022
Date: Monday, April 18, 2022 @ 19:50:07
Author: alex19ep
Revision: 1187027
upgpkg: trash-cli 0.22.4.16-1 upstream release
Modified:
trash-cli/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-18 19:44:42 UTC (rev 1187026)
+++ PKGBUILD 2022-04-18 19:50:07 UTC (rev 1187027)
@@ -4,8 +4,8 @@
# Contributor: Renato Garcia <fgarcia.renato at gmail.com>
pkgname=trash-cli
-pkgver=0.21.10.24
-pkgrel=3
+pkgver=0.22.4.16
+pkgrel=1
pkgdesc="Command line trashcan (recycle bin) interface"
arch=('any')
url="https://github.com/andreafrancia/trash-cli"
@@ -14,7 +14,7 @@
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-mock' 'python-six')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('37601b714b9a42b217765c6eb7ae20b36796b92c642feea6bd275e1c702799ed')
+sha256sums=('6f2d306abbb0cb857d6fc6697a65e006758458ad85793cc0b62f64be993f9c68')
prepare() {
cd "${srcdir}"/${pkgname}-${pkgver}
@@ -33,8 +33,7 @@
check() {
cd "${srcdir}"/${pkgname}-${pkgver}
- # test_help failing on python 3.10
- python -m pytest -k 'not test_help'
+ python -m pytest
}
package(){
More information about the arch-commits
mailing list