summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2018-11-05 16:07:56 -0500
committerDaniel M. Capella2018-11-05 16:07:56 -0500
commit93a39b506500b33a345486173e4c38da89478821 (patch)
tree6a1221c19018ec434781c65060e88ae7f74f80ca
parent60173f8710f59bf82f034fdf03b27fd8b6806551 (diff)
downloadaur-93a39b506500b33a345486173e4c38da89478821.tar.gz
Fix license location
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82daf1c1c58a..1393876495d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Oct 30 15:20:50 UTC 2018
+# Mon Nov 5 21:07:51 UTC 2018
pkgbase = python-black
pkgdesc = Uncompromising Python code formatter
pkgver = 18.9b0
diff --git a/PKGBUILD b/PKGBUILD
index 40bc829eadeb..47fd74fffd4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ check() {
package() {
cd black-$pkgver
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/black/LICENSE
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/python-black/LICENSE
}
# vim:set ts=2 sw=2 et: