summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Wehner2022-10-10 19:57:17 -0400
committerFlorian Wehner2022-10-10 19:57:17 -0400
commita368d080ae13a487012dcc9048beb13ae2b7e827 (patch)
treec24da5abeefe6521b81772ee080b28cfeb23ca0c
parent85034d78b8f6065ace8fadb5419a83569b9b99a3 (diff)
downloadaur-a368d080ae13a487012dcc9048beb13ae2b7e827.tar.gz
feat: update to v0.59.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ae75a0b52a5..7934532a3f6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = portfolio-performance-bin
pkgdesc = A simple tool to calculate the overall performance of an investment portfolio.
- pkgver = 0.59.1
+ pkgver = 0.59.2
pkgrel = 1
url = https://www.portfolio-performance.info
arch = x86_64
- depends = jre11-openjdk
+ license = EPL
+ depends = jre-openjdk
depends = webkit2gtk
options = !strip
- source = portfolio_0.59.1.tar.gz::https://github.com/buchen/portfolio/releases/download/0.59.1/PortfolioPerformance-0.59.1-linux.gtk.x86_64.tar.gz
+ source = portfolio_0.59.2.tar.gz::https://github.com/buchen/portfolio/releases/download/0.59.2/PortfolioPerformance-0.59.2-linux.gtk.x86_64.tar.gz
source = portfolio-performance-bin.svg::https://www.portfolio-performance.info/images/logo.svg
source = portfolio-performance-bin.desktop
- sha512sums = a74ea17a673107142c279fa2795906e45636e27ca2ec5397a234c66d8b7cfa3423c9fe298a8e72004e61a71cd60c87053793003a126dbcd45ef04f1d77fb46af
+ sha512sums = 4a37b78f8a594e3d6e9ef0a6f71d64968f0d3ea7261407a1cc6772dd4dcd83337d8d760c9968aae7bb3cccd8a2193e9a5c577abb12d9c6ca332a1498cdb48d7c
sha512sums = 177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63
sha512sums = 848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff
diff --git a/PKGBUILD b/PKGBUILD
index 77b2fd7a15c6..39cb9092c797 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,10 @@
# Maintainer: Nicolai Schmid <nicolai@schmid.uno>
+# Maintainer: Alexander Phinikarides <alexisph@gmail.com>
+# Maintainer: Florian Wehner <florian@whnr.de>
# PKGBUILD-Credit: https://aur.archlinux.org/account/teprrr
pkgname=portfolio-performance-bin
-pkgver=0.59.1
+pkgver=0.59.2
pkgrel=1
pkgdesc="A simple tool to calculate the overall performance of an investment portfolio."
arch=('x86_64')
@@ -29,6 +31,6 @@ package() {
}
-sha512sums=('a74ea17a673107142c279fa2795906e45636e27ca2ec5397a234c66d8b7cfa3423c9fe298a8e72004e61a71cd60c87053793003a126dbcd45ef04f1d77fb46af'
+sha512sums=('4a37b78f8a594e3d6e9ef0a6f71d64968f0d3ea7261407a1cc6772dd4dcd83337d8d760c9968aae7bb3cccd8a2193e9a5c577abb12d9c6ca332a1498cdb48d7c'
'177215db98deb3999d04ed097e880fe3cd0dc529051e3bf6aaf5f00f06aed08d1bbca77f298623a50376a71a256d0c41d3c86b17b70241dbe9c06f96a8eb4e63'
'848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff')