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

Leonidas Spyropoulos artafinde at gemini.archlinux.org
Tue May 17 08:44:34 UTC 2022


    Date: Tuesday, May 17, 2022 @ 08:44:34
  Author: artafinde
Revision: 1207659

memray: add lz4 dependency for new release

Modified:
  memray/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-17 08:31:20 UTC (rev 1207658)
+++ PKGBUILD	2022-05-17 08:44:34 UTC (rev 1207659)
@@ -2,12 +2,12 @@
 
 pkgname=memray
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A memory profiler for Python"
 arch=('x86_64')
 url="https://github.com/bloomberg/memray"
 license=('Apache')
-depends=('python' 'libunwind' 'python-rich' 'python-jinja')
+depends=('python' 'libunwind' 'python-rich' 'python-jinja' 'lz4')
 makedepends=('git' 'python-setuptools-scm' 'python-build' 'python-installer' 'python-wheel' 'cython' 'npm')
 checkdepends=('python-pytest')
 source=("git+$url.git?signed#tag=v$pkgver")



More information about the arch-commits mailing list