summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2020-10-02 02:09:05 -0400
committergraysky2020-10-02 02:09:05 -0400
commit1225dc16d68a9ea8519f33d0a4b0691d2e413f63 (patch)
tree3fc0e54b96180e91005f495cfa9e90a230b0a6a7
parent02a80e12407c903f9639b0b1376727e2c6edab64 (diff)
downloadaur-1225dc16d68a9ea8519f33d0a4b0691d2e413f63.tar.gz
Update to 1.2-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f2411af800a..81ce6683cb4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = psrecord
pkgdesc = Record and plot the CPU and memory activity of a process.
pkgver = 1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/astrofrog/psrecord
arch = any
license = BSD
checkdepends = python-matplotlib
makedepends = python-pytest
+ makedepends = python-setuptools
depends = python-psutil
optdepends = python-matplotlib: to generate plots of the data
source = psrecord-1.2.tar.gz::https://github.com/astrofrog/psrecord/archive/v1.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4054fca34d99..e6bfbd1d5520 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=psrecord
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Record and plot the CPU and memory activity of a process."
-arch=('any')
+arch=(any)
url="https://github.com/astrofrog/psrecord"
-license=('BSD')
-depends=('python-psutil')
-checkdepends=('python-matplotlib')
-makedepends=('python-pytest')
+license=(BSD)
+depends=(python-psutil)
+checkdepends=(python-matplotlib)
+makedepends=(python-pytest python-setuptools)
optdepends=('python-matplotlib: to generate plots of the data')
source=("$pkgname-$pkgver.tar.gz::https://github.com/astrofrog/psrecord/archive/v$pkgver.tar.gz")
b2sums=('c4bf7c0c92030c07273fb76a192fb175e46e448ebdb761d16bf01c01d06183947fe1a76178baaa79d58728dc9b2b1c3793f69f6e7a9fa51b029f9df5e9a521aa')