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

Jelle van der Waa jelle at archlinux.org
Sun Mar 18 18:53:19 UTC 2018


    Date: Sunday, March 18, 2018 @ 18:53:18
  Author: jelle
Revision: 309072

upgpkg: pyflame 1.6.3-1

Modified:
  pyflame/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-18 18:50:56 UTC (rev 309071)
+++ PKGBUILD	2018-03-18 18:53:18 UTC (rev 309072)
@@ -1,6 +1,6 @@
 # Maintainer: Jelle van der Waa <jelle at archlinux.org>
 pkgname=pyflame
-pkgver=1.3.1
+pkgver=1.6.3
 pkgrel=1
 pkgdesc="A tool for generating flame graphs for Python (2) processes."
 arch=('x86_64')
@@ -7,11 +7,11 @@
 url="https://github.com/uber/pyflame"
 license=('APACHE')
 depends=('gcc-libs')
-makedepends=('python' 'python2')
+makedepends=('python')
 checkdepends=('python-virtualenv')
 conflicts=('pyflame-git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/uber/pyflame/archive/v1.3.1.tar.gz")
-sha256sums=('b51ddba3d1525c4a779254354b42972582f361fd46006a7736566a51401c8a1c')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/uber/pyflame/archive/v$pkgver.tar.gz")
+sha256sums=('9b7c09302f7b7ce27b57c45b78494a1170cad1e994ec8168c1bb1c6175c217b8')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -24,3 +24,8 @@
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
 }
+
+check() {
+  cd "$pkgname-$pkgver"
+#make check
+}



More information about the arch-commits mailing list