[arch-commits] Commit in python-crashtest/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Tue Oct 13 01:06:16 UTC 2020
Date: Tuesday, October 13, 2020 @ 01:06:15
Author: eschwartz
Revision: 723778
upgpkg: python-crashtest 0.3.1-2: remove incorrect copy-paste dependency on clikit
Modified:
python-crashtest/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-13 00:36:13 UTC (rev 723777)
+++ PKGBUILD 2020-10-13 01:06:15 UTC (rev 723778)
@@ -3,12 +3,12 @@
_pkgname=crashtest
pkgname=python-crashtest
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="supposedly makes exceptions handling and inspection easier"
arch=('any')
url="https://github.com/sdispater/${_pkgname}"
license=('MIT')
-depends=('python-clikit')
+depends=('python')
makedepends=('python-dephell' 'python-setuptools')
checkdepends=('python-pytest')
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
More information about the arch-commits
mailing list