summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortuxxx2024-04-16 16:05:54 +0200
committertuxxx2024-04-16 16:05:54 +0200
commit035cfcc72ef28e12752e27ceef8865964dbbcd7f (patch)
tree66feb5c6a5f6740603b0e834dfd59a7c30d47b01
parent0462fdd5b2f18384b791567064a70f2e0669b132 (diff)
downloadaur-035cfcc72ef28e12752e27ceef8865964dbbcd7f.tar.gz
feat: update to v0.68.3, update maintainers, add gpg verification
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD12
2 files changed, 16 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8254e9d5c2f8..0139e2e0ed8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,19 @@
pkgbase = portfolio-performance-bin
pkgdesc = A simple tool to calculate the overall performance of an investment portfolio.
- pkgver = 0.68.2
+ pkgver = 0.68.3
pkgrel = 1
url = https://www.portfolio-performance.info
arch = x86_64
- license = EPL
+ license = EPL-1.0
depends = java-runtime
options = !strip
- source = portfolio_0.68.2.tar.gz::https://github.com/buchen/portfolio/releases/download/0.68.2/PortfolioPerformance-0.68.2-linux.gtk.x86_64.tar.gz
- source = portfolio-performance-bin.svg::https://raw.githubusercontent.com/buchen/portfolio/0.68.2/portfolio-product/icons/logo.svg
+ source = portfolio_0.68.3.tar.gz::https://github.com/buchen/portfolio/releases/download/0.68.3/PortfolioPerformance-0.68.3-linux.gtk.x86_64.tar.gz
+ source = portfolio_0.68.3.tar.gz.asc::https://github.com/buchen/portfolio/releases/download/0.68.3/PortfolioPerformance-0.68.3-linux.gtk.x86_64.tar.gz.asc
+ source = portfolio-performance-bin.svg::https://raw.githubusercontent.com/buchen/portfolio/0.68.3/portfolio-product/icons/logo.svg
source = portfolio-performance-bin.desktop
- sha512sums = 7e53781404751c998aff76ba182eb3eee1e871624ab13db98eaa03d310635c85ea2f17e7866f10816457ec7e8a1e41ef0fb275caff6f1a769dbe3b7d29558f0d
+ validpgpkeys = E46E6F8FF02E4C83569084589239277F560C95AC
+ sha512sums = c269dc6d4b1c8fb5a10d13eaf3b14bee42e521d12da2b5f957508e94957de152ffff6d3dc3539b6c00f5fb8072b7a4ceb7c71cf9701551cc0a45c58ef29aef9d
+ sha512sums = SKIP
sha512sums = a7aef110c3379ea40644c3acc8681abd2bda82522d90fc4777632883454055c63426f97dada8ca247e5fa20a9f5b462eead46d2c2bf16989d35cebd774d32162
sha512sums = 30301e96d108f25b10d77bf370bef366cb774f400487f6ffb1d3d718691bd2ee29b6a0fe5e7d8e8cfbe8af538285e9b2953a67657c4c752025045a7a6d9efb82
diff --git a/PKGBUILD b/PKGBUILD
index ff79a93d9318..b18388333450 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,23 @@
# Maintainer: Nicolai Schmid <nicolai@schmid.uno>
-# Maintainer: Alexander Phinikarides <alexisph@gmail.com>
# Maintainer: Florian Wehner <florian@whnr.de>
+# Maintainer: tuxxx <nzb_tuxxx@proton.me>
+# Contributor: Alexander Phinikarides <alexisph@gmail.com>
# PKGBUILD-Credit: https://aur.archlinux.org/account/teprrr
pkgname=portfolio-performance-bin
-pkgver=0.68.2
+pkgver=0.68.3
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')
+license=('EPL-1.0')
options=('!strip')
depends=('java-runtime')
+validpgpkeys=('E46E6F8FF02E4C83569084589239277F560C95AC')
source=(
portfolio_$pkgver.tar.gz::"https://github.com/buchen/portfolio/releases/download/${pkgver}/PortfolioPerformance-${pkgver}-linux.gtk.x86_64.tar.gz"
+ portfolio_$pkgver.tar.gz.asc::"https://github.com/buchen/portfolio/releases/download/${pkgver}/PortfolioPerformance-${pkgver}-linux.gtk.x86_64.tar.gz.asc"
portfolio-performance-bin.svg::"https://raw.githubusercontent.com/buchen/portfolio/${pkgver}/portfolio-product/icons/logo.svg"
portfolio-performance-bin.desktop
)
@@ -31,6 +34,7 @@ package() {
}
-sha512sums=('7e53781404751c998aff76ba182eb3eee1e871624ab13db98eaa03d310635c85ea2f17e7866f10816457ec7e8a1e41ef0fb275caff6f1a769dbe3b7d29558f0d'
+sha512sums=('c269dc6d4b1c8fb5a10d13eaf3b14bee42e521d12da2b5f957508e94957de152ffff6d3dc3539b6c00f5fb8072b7a4ceb7c71cf9701551cc0a45c58ef29aef9d'
+ 'SKIP'
'a7aef110c3379ea40644c3acc8681abd2bda82522d90fc4777632883454055c63426f97dada8ca247e5fa20a9f5b462eead46d2c2bf16989d35cebd774d32162'
'30301e96d108f25b10d77bf370bef366cb774f400487f6ffb1d3d718691bd2ee29b6a0fe5e7d8e8cfbe8af538285e9b2953a67657c4c752025045a7a6d9efb82')