summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2024-04-07 21:01:44 +0200
committerAlphaJack2024-04-07 21:01:44 +0200
commit30aa975997592446429d508c0fe9337d2350916b (patch)
tree86c7088b042fcd0978e2bf4c29cf86acdd66ed5f /PKGBUILD
parent15e47f8d6fce27ac9a598b18e45c19e00b3848c7 (diff)
downloadaur-fava-portfolio-returns-git.tar.gz
Added scipy and matplotlib
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5873bcb60f4f..36b32921fbc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: AlphaJack <alphajack at tuta dot io>
pkgname="fava-portfolio-returns-git"
-pkgver=r34.796f680
+pkgver=r42.de68b54
pkgrel=1
pkgdesc="Show portfolio returns in Fava"
url="https://github.com/andreasgerstmayr/fava-portfolio-returns"
license=("GPL3")
arch=("any")
depends=( "fava"
- "beangrow")
+ "beangrow"
+ "python-scipy"
+ "python-matplotlib")
makedepends=("npm"
"esbuild"
"git"