summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Phinikarides2021-09-16 20:02:53 +0300
committerAlexander Phinikarides2021-09-16 20:02:53 +0300
commit4e63300b7d10c6cc26450eb8a6464bff41cacbf3 (patch)
treef7a10fc995114d2940589920b8811fe64bab03da
parent16c89c707a855e545a77c6ec1bea0e44cf0bcf8c (diff)
downloadaur-4e63300b7d10c6cc26450eb8a6464bff41cacbf3.tar.gz
added webkit2gtk for rendering the pie chart
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c287f6e6eb0a..f1754d7fa10b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = portfolio-performance-bin
pkgdesc = A simple tool to calculate the overall performance of an investment portfolio.
pkgver = 0.54.3
- pkgrel = 2
+ pkgrel = 3
url = https://www.portfolio-performance.info
arch = x86_64
depends = jre11-openjdk
+ depends = webkit2gtk
options = !strip
source = portfolio_0.54.3.tar.gz::https://github.com/buchen/portfolio/releases/download/0.54.3/PortfolioPerformance-0.54.3-linux.gtk.x86_64.tar.gz
source = portfolio-performance-bin.svg::https://www.portfolio-performance.info/images/logo.svg
diff --git a/PKGBUILD b/PKGBUILD
index 683836813008..0b242232830d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=portfolio-performance-bin
pkgver=0.54.3
-pkgrel=2
+pkgrel=3
pkgdesc="A simple tool to calculate the overall performance of an investment portfolio."
arch=('x86_64')
url="https://www.portfolio-performance.info"
options=('!strip')
-depends=('jre11-openjdk')
+depends=('jre11-openjdk' 'webkit2gtk')
source=(
portfolio_$pkgver.tar.gz::"https://github.com/buchen/portfolio/releases/download/${pkgver}/PortfolioPerformance-${pkgver}-linux.gtk.x86_64.tar.gz"