summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2019-01-31 14:47:13 -0500
committergraysky2019-01-31 14:47:13 -0500
commitc577e9ede4901ab3ec9bf3c0bac955bb84f0da1f (patch)
treef20cf2f49fc5717c602cf9f7f42934d75690990b
parent3cfe3fd4507d08823e5537bf596b3e5f2c703c63 (diff)
downloadaur-c577e9ede4901ab3ec9bf3c0bac955bb84f0da1f.tar.gz
Update to 1.1-3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 735d886a0cd8..6f51a2fd987e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Jan 30 19:08:07 UTC 2019
+# Thu Jan 31 19:47:13 UTC 2019
pkgbase = psrecord
pkgdesc = Record and plot the CPU and memory activity of a process.
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/astrofrog/psrecord
arch = any
- license = custom:Simplified BSD
+ license = BSD
+ checkdepends = python-matplotlib
makedepends = python-pytest
- makedepends = python-matplotlib
depends = python-psutil
optdepends = python-matplotlib: to generate plots of the data
source = psrecord-1.1.tar.gz::https://github.com/astrofrog/psrecord/archive/v1.1.tar.gz
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() {