summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2018-09-26 17:29:16 -0400
committerDaniel M. Capella2018-09-26 17:29:16 -0400
commit5a93e48b3c3996acd676bfadfd2624983570d668 (patch)
tree8b4b0cd94c110d7bd0512a70e87d0058d34f250e
parent0bc5f4355771eab7df5774662366a73cee66211e (diff)
downloadaur-5a93e48b3c3996acd676bfadfd2624983570d668.tar.gz
18.9b0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd35d22919c6..a4e98d3192d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Aug 4 17:49:17 UTC 2018
+# Wed Sep 26 21:29:12 UTC 2018
pkgbase = python-black
pkgdesc = Uncompromising Python code formatter
- pkgver = 18.6b4
+ pkgver = 18.9b0
pkgrel = 1
url = https://github.com/ambv/black
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-black
depends = python-attrs
depends = python-click
depends = python-toml
- source = https://files.pythonhosted.org/packages/source/b/black/black-18.6b4.tar.gz
- sha512sums = 6bacac0de9c8b596b5570d454ace89b1e7a27f6adb8b731e00fe605102067d04ad80db73ed87a8198a219c4ec8a2b2681d088d0b2da71437b817dec13bcaa23e
+ source = https://files.pythonhosted.org/packages/source/b/black/black-18.9b0.tar.gz
+ sha512sums = 80f94867220f7511dfc72aa8886586530d33187e10c57a7721cb0c97e906941ef811811ef0b2afa77d5454ce00114f3724063a890c41af4d7b68ec59dee29a48
pkgname = python-black
diff --git a/PKGBUILD b/PKGBUILD
index 83f7dc172f8b..b2fdaafc56b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: James Zhu <jameszhu@berkeley.edu>
pkgname=python-black
-pkgver=18.6b4
+pkgver=18.9b0
pkgrel=1
pkgdesc='Uncompromising Python code formatter'
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python' 'python-appdirs' 'python-attrs' 'python-click' 'python-toml')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/b/black/black-$pkgver.tar.gz")
-sha512sums=('6bacac0de9c8b596b5570d454ace89b1e7a27f6adb8b731e00fe605102067d04ad80db73ed87a8198a219c4ec8a2b2681d088d0b2da71437b817dec13bcaa23e')
+sha512sums=('80f94867220f7511dfc72aa8886586530d33187e10c57a7721cb0c97e906941ef811811ef0b2afa77d5454ce00114f3724063a890c41af4d7b68ec59dee29a48')
build() {
cd black-$pkgver