summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9faf014c4b73..82daf1c1c58a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Oct 4 21:22:36 UTC 2018
+# Tue Oct 30 15:20:50 UTC 2018
pkgbase = python-black
pkgdesc = Uncompromising Python code formatter
pkgver = 18.9b0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ambv/black
arch = any
license = MIT
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
}