summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulien Nicoulaud2019-06-25 21:35:06 +0200
committerJulien Nicoulaud2019-06-25 21:35:06 +0200
commitaee6ae25cdc5048b1b84afb15eb0fdb8ce596a4a (patch)
treedf223dbb707c1c74542eb081ced54b6d99cc7ca0 /PKGBUILD
parentd68356510972d200ef63cc07f3dc7106f5306931 (diff)
downloadaur-aee6ae25cdc5048b1b84afb15eb0fdb8ce596a4a.tar.gz
2.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f370756f1f76..8d2f3749aaba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,15 @@
_pkgname=pytest-csv
pkgbase="python-${_pkgname}"
pkgname=("python-${_pkgname}" "python2-${_pkgname}")
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
arch=(x86_64)
license=('GPL')
pkgdesc="CSV output for pytest."
url="https://github.com/nicoulaj/pytest-csv"
makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('5209dec4ab71fdd94ab99eb27ae53698')
-sha256sums=('fdc8c669ef8b6225e93836b03d9955c28f4b401da323073f446500847adc31b0')
-sha512sums=('33ef73e685af34373876516c64afe533008cc7497f63d8a6a4db82081d3fba2831ab84ea38614660d39091ecfa17c99c10e17bcff56dd92a3cb1161d722f5bbd')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha512sums=('5157c7a6b7cb22ff781002f0e1065222fbd4345d3f6fe24abea5059059d3559e3488e023047538d4cc49dbe3a7bf2f2fc543d4626e927bbcb35d841dac04abbe')
prepare() {
cp -a ${_pkgname}-${pkgver}{,-py2}