summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1446c86d35b..40bc829eadeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-black
pkgver=18.9b0
-pkgrel=1
+pkgrel=2
pkgdesc='Uncompromising Python code formatter'
arch=('any')
url=https://github.com/ambv/black
@@ -21,7 +21,6 @@ build() {
check() {
cd black-$pkgver
- touch tests/__init__.py
python -m unittest tests/test_black.py
}