summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Yan2019-05-28 17:07:33 +0000
committerFelix Yan2019-05-28 17:07:33 +0000
commit34649e62c8e485fd894845cd71f7fbe2a56a3d54 (patch)
tree0401f1e51d6ab2186bf346896ad84481e1f01b4b
parentac5a255210041891d983133f2dd41b9bfa4f7313 (diff)
downloadaur-34649e62c8e485fd894845cd71f7fbe2a56a3d54.tar.gz
upgpkg: 0.3.6-1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68a2c6ff014b..fc3d0530c994 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=python-pytest-black
-pkgver=0.3.5
+pkgver=0.3.6
pkgrel=1
pkgdesc="A pytest plugin to enable format checking with black"
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/shopkeep/pytest-black/"
depends=('python-black' 'python-pytest')
makedepends=('python-setuptools-scm')
source=("$pkgname-$pkgver.tar.gz::https://github.com/shopkeep/pytest-black/archive/$pkgver.tar.gz")
-sha512sums=('a1ab8d7db5fa01539d308d77619284708c206c92174349c60a8fd74f345fb9934566800c0fb0344fb8a5628cffcdb9cdaad5531f03914a8031a8b3d290188b89')
+sha512sums=('0f10951fcfdaff4612dbea20215328f78dd43945698cf99b6714e39bc195cd2e08616f189ee9081932a12271f81f4f3d847beadc1bb1a3ebed60d7c6edd1ab37')
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver