summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2020-08-07 16:42:55 -0400
committergraysky2020-08-07 16:42:55 -0400
commit02a80e12407c903f9639b0b1376727e2c6edab64 (patch)
treeaa929f012cd27a03dfa41a258dc08b0f8ed6d6f8
parentc577e9ede4901ab3ec9bf3c0bac955bb84f0da1f (diff)
downloadaur-02a80e12407c903f9639b0b1376727e2c6edab64.tar.gz
Update to 1.2-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f51a2fd987e..5f2411af800a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# 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 = 3
+ pkgver = 1.2
+ pkgrel = 1
url = https://github.com/astrofrog/psrecord
arch = any
license = BSD
@@ -11,8 +9,8 @@ pkgbase = psrecord
makedepends = python-pytest
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
- sha256sums = 334ff9d1ef4d8ab7c770b840ccb90b9b0e5c0fd4f8d2679e9cf579cdb8846f6b
+ source = psrecord-1.2.tar.gz::https://github.com/astrofrog/psrecord/archive/v1.2.tar.gz
+ b2sums = c4bf7c0c92030c07273fb76a192fb175e46e448ebdb761d16bf01c01d06183947fe1a76178baaa79d58728dc9b2b1c3793f69f6e7a9fa51b029f9df5e9a521aa
pkgname = psrecord
diff --git a/PKGBUILD b/PKGBUILD
index f94294f45a54..4054fca34d99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname=psrecord
-pkgver=1.1
-pkgrel=3
+pkgver=1.2
+pkgrel=1
pkgdesc="Record and plot the CPU and memory activity of a process."
arch=('any')
url="https://github.com/astrofrog/psrecord"
@@ -11,7 +11,7 @@ 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/v$pkgver.tar.gz")
-sha256sums=('334ff9d1ef4d8ab7c770b840ccb90b9b0e5c0fd4f8d2679e9cf579cdb8846f6b')
+b2sums=('c4bf7c0c92030c07273fb76a192fb175e46e448ebdb761d16bf01c01d06183947fe1a76178baaa79d58728dc9b2b1c3793f69f6e7a9fa51b029f9df5e9a521aa')
build() {
cd "$pkgname-$pkgver"