summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5785812d30f3..f94294f45a54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=psrecord
pkgver=1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Record and plot the CPU and memory activity of a process."
arch=('any')
url="https://github.com/astrofrog/psrecord"
-license=('custom:Simplified BSD')
+license=('BSD')
depends=('python-psutil')
-makedepends=('python-pytest' 'python-matplotlib')
+checkdepends=('python-matplotlib')
+makedepends=('python-pytest')
optdepends=('python-matplotlib: to generate plots of the data')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/astrofrog/psrecord/archive/v1.1.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/astrofrog/psrecord/archive/v$pkgver.tar.gz")
sha256sums=('334ff9d1ef4d8ab7c770b840ccb90b9b0e5c0fd4f8d2679e9cf579cdb8846f6b')
build() {