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

Daniel M. Capella polyzen at archlinux.org
Fri Apr 10 22:17:44 UTC 2020


    Date: Friday, April 10, 2020 @ 22:17:43
  Author: polyzen
Revision: 613193

Touch up

Modified:
  python-backcall/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-10 22:06:24 UTC (rev 613192)
+++ PKGBUILD	2020-04-10 22:17:43 UTC (rev 613193)
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('python')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
-        "$_name-8eb45a77-LICENSE::https://raw.githubusercontent.com/takluyver/backcall/8eb45a77a40edad74b33086d05fd4d99d43d80b0/LICENSE")
+        "$_name-LICENSE-8eb45a77::https://raw.githubusercontent.com/takluyver/backcall/8eb45a77a40edad74b33086d05fd4d99d43d80b0/LICENSE")
 sha256sums=('38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4'
             'd422f8ce77312733c07f5fec8ccbe61d58d539774f7a66f37e4bc54740d86020')
 
@@ -30,7 +30,7 @@
 package() {
   cd $_name-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 ../$_name-8eb45a77-LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../$_name-LICENSE-8eb45a77 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list