summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorElio Duarte2019-02-24 21:54:44 -0300
committerElio Duarte2019-02-24 21:54:44 -0300
commit87da98f08782a8abeb50cb9a598c8e7ebf9edd5c (patch)
tree8d370a3db31215f6db67cc42ef6cbd8438d82e6a /PKGBUILD
parent72d55564f981bbfd43c14662b9ec0ce992d800e8 (diff)
downloadaur-python-pytest-describe.tar.gz
Update version to 0.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb5045b91b5d..5312b7995756 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
_pkgname=pytest-describe
pkgname=python-$_pkgname
-pkgver=0.11.1
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
pkgdesc="Describe-style plugin for pytest"
arch=('any')
url="https://github.com/ropez/pytest-describe"
@@ -11,7 +11,7 @@ depends=('python-pytest')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('bd6be131452b7822c872735ffe53ce3931b3b80cbbad1647c2b482cc9ef3d00e')
+sha256sums=('569bda96401fe512f4f345f33fd23fa4d718639d42afac62bc03254b5f2b3fdf')
package() {
cd "$srcdir/$_pkgname-$pkgver"