summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Wehner2022-08-29 10:44:25 -0400
committerNicolai Schmid2022-08-29 17:27:57 +0200
commit85034d78b8f6065ace8fadb5419a83569b9b99a3 (patch)
tree9e719b13659bdeb6b07dd173d248ac5b20692d18
parente2daae29e53f3ff6b4e57ba7281e7c859111c71e (diff)
downloadaur-85034d78b8f6065ace8fadb5419a83569b9b99a3.tar.gz
Added license, changed java dependency
Signed-off-by: Nicolai Schmid <nicolai@schmid.uno>
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbe856620571..77b2fd7a15c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,9 @@ pkgrel=1
pkgdesc="A simple tool to calculate the overall performance of an investment portfolio."
arch=('x86_64')
url="https://www.portfolio-performance.info"
+license=('EPL')
options=('!strip')
-depends=('jre11-openjdk' 'webkit2gtk')
+depends=('jre-openjdk' 'webkit2gtk')
source=(
portfolio_$pkgver.tar.gz::"https://github.com/buchen/portfolio/releases/download/${pkgver}/PortfolioPerformance-${pkgver}-linux.gtk.x86_64.tar.gz"