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

Jelle van der Waa jelle at gemini.archlinux.org
Fri Aug 27 15:39:07 UTC 2021


    Date: Friday, August 27, 2021 @ 15:39:07
  Author: jelle
Revision: 1007376

upgpkg: python-lsp-jsonrpc 1.0.0-1

Modified:
  python-lsp-jsonrpc/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-27 15:36:03 UTC (rev 1007375)
+++ PKGBUILD	2021-08-27 15:39:07 UTC (rev 1007376)
@@ -10,7 +10,7 @@
 license=(MIT)
 depends=(python-ujson)
 makedepends=(python-setuptools)
-source=("https://github.com/python-lsp/python-lsp-jsonrpc/archive/v${pkgver}.tar.gz")
+source=($pkgname-$pkgver.targz::https://github.com/python-lsp/python-lsp-jsonrpc/archive/v${pkgver}.tar.gz)
 sha256sums=('058f21fa9e5c49fbb978c3f92c4b0ed84f3a859dc6568632cb69ddec2bcb38c0')
 
 build() {
@@ -21,4 +21,5 @@
 package() {
   cd "${srcdir}/python-lsp-jsonrpc-${pkgver}"
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list