[arch-commits] Commit in python-sphinxcontrib-websupport/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Thu Oct 29 01:24:22 UTC 2020


    Date: Thursday, October 29, 2020 @ 01:24:22
  Author: eschwartz
Revision: 736458

python-sphinxcontrib-websupport: fix missing license, empty depends=()

Modified:
  python-sphinxcontrib-websupport/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-29 01:17:40 UTC (rev 736457)
+++ PKGBUILD	2020-10-29 01:24:22 UTC (rev 736458)
@@ -25,13 +25,17 @@
 }
 
 package_python-sphinxcontrib-websupport() {
+  depends=('python')
   cd "$srcdir"/sphinxcontrib-websupport-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-sphinxcontrib-websupport() {
+  depends=('python2')
   cd "$srcdir"/sphinxcontrib-websupport-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list