From 70049583cf2d8c4e16b3d3b6ed67ac844c75117a Mon Sep 17 00:00:00 2001 From: graysky Date: Thu, 7 Dec 2023 09:03:30 -0500 Subject: [PATCH] aur/stressberry to 0.3.3-8 Add post_install tip and add raspberrypi-utils as dep (vcgencmd is needed for data reading) --- aur/stressberry/PKGBUILD | 5 +++-- aur/stressberry/stressberry.install | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 aur/stressberry/stressberry.install diff --git a/aur/stressberry/PKGBUILD b/aur/stressberry/PKGBUILD index 682364405..65de21c10 100644 --- a/aur/stressberry/PKGBUILD +++ b/aur/stressberry/PKGBUILD @@ -3,13 +3,14 @@ pkgname=stressberry pkgver=0.3.3 -pkgrel=7 +pkgrel=8 pkgdesc='Stress tests and temperature plots for the Raspberry Pi' arch=(any) url='https://github.com/nschloe/stressberry' license=(GPL3) -depends=(python-matplotlib python-yaml python-matplotx stress) +depends=(python-matplotlib python-yaml python-matplotx stress raspberrypi-utils) makedepends=(python-pytest python-setuptools python-build python-installer python-wheel) +install=stressberry.install source=("$pkgname-$pkgver.tar.gz::https://github.com/nschloe/$pkgname/archive/v$pkgver.tar.gz" 0001-convert-to-matplotx-from-dufte.patch::https://github.com/nschloe/stressberry/commit/55501513eaa2497c955daaa2179ca5c2e48eaa6b.patch) b2sums=('3ebdcc0f0a951b9a0c8a5a35d96cda2edc535b58f08abeb3eefb281a7bb6c582e66e9eb601acce6c79ad92320c0b97ef481d2e76ffa97ae7e7033a5a7e9c38a3' diff --git a/aur/stressberry/stressberry.install b/aur/stressberry/stressberry.install new file mode 100644 index 000000000..3040fdc14 --- /dev/null +++ b/aur/stressberry/stressberry.install @@ -0,0 +1,3 @@ +post_install() { + echo ">>> For example usage, see: https://archlinuxarm.org/forum/viewtopic.php?f=3&t=15400" +}