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

Leonidas Spyropoulos artafinde at gemini.archlinux.org
Thu Apr 21 10:11:58 UTC 2022


    Date: Thursday, April 21, 2022 @ 10:11:57
  Author: artafinde
Revision: 1187228

memray: remove redundant symlink

Modified:
  memray/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-21 09:34:50 UTC (rev 1187227)
+++ PKGBUILD	2022-04-21 10:11:57 UTC (rev 1187228)
@@ -2,7 +2,7 @@
 
 pkgname=memray
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A memory profiler for Python"
 arch=('x86_64')
 url="https://github.com/bloomberg/memray"
@@ -30,8 +30,6 @@
   cd "${pkgname}"
 
   python -m installer --destdir="${pkgdir}" dist/*.whl
-  # revisit below once https://github.com/bloomberg/memray/pull/20 is merged
-  ln -svf /usr/bin/memray3.10 "${pkgdir}"/usr/bin/memray
 
   install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



More information about the arch-commits mailing list