summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Wehner2023-01-11 20:51:57 -0500
committerFlorian Wehner2023-01-11 21:00:22 -0500
commit7ccac8977c2867e44b7130303de0b1cddec9d731 (patch)
tree283d2bb925c521ba55c2bbfa67c015dcea3d23da
parent24e79637091a54154832d72cba6239c05a325301 (diff)
downloadaur-7ccac8977c2867e44b7130303de0b1cddec9d731.tar.gz
feat: update to v0.60.2. Get logo from source
The logo is now coming from the github source and not from the website.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 554db0afee81..6251681224a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = portfolio-performance-bin
pkgdesc = A simple tool to calculate the overall performance of an investment portfolio.
- pkgver = 0.60.1
+ pkgver = 0.60.2
pkgrel = 1
url = https://www.portfolio-performance.info
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = portfolio-performance-bin
depends = jre-openjdk
depends = webkit2gtk
options = !strip
- source = portfolio_0.60.1.tar.gz::https://github.com/buchen/portfolio/releases/download/0.60.1/PortfolioPerformance-0.60.1-linux.gtk.x86_64.tar.gz
- source = portfolio-performance-bin.svg::https://www.portfolio-performance.info/images/logo.svg
+ source = portfolio_0.60.2.tar.gz::https://github.com/buchen/portfolio/releases/download/0.60.2/PortfolioPerformance-0.60.2-linux.gtk.x86_64.tar.gz
+ source = portfolio-performance-bin.svg::https://raw.githubusercontent.com/buchen/portfolio/blob/0.60.2/portfolio-product/icons/logo.svg
source = portfolio-performance-bin.desktop
- sha512sums = 722a69a621f2af9ce268408da0fb97024cd4bea882a22f6066f32532bf46c3dd30dabebf823b9cc07e69a2490f6f088b7e4a56a080b5f8caeb8e3628fc67ebba
+ sha512sums = 1911805cec4a4f4113e03ac4a4de7457855de9201e66c4bed486553735b4be8d9111372af46e55241c6eab8257f275b23ae70e9517ce46c54d9a5fd9a3f51067
sha512sums = a7aef110c3379ea40644c3acc8681abd2bda82522d90fc4777632883454055c63426f97dada8ca247e5fa20a9f5b462eead46d2c2bf16989d35cebd774d32162
sha512sums = 848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff
diff --git a/PKGBUILD b/PKGBUILD
index b0ed86b4deb4..349591c1f04a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# PKGBUILD-Credit: https://aur.archlinux.org/account/teprrr
pkgname=portfolio-performance-bin
-pkgver=0.60.1
+pkgver=0.60.2
pkgrel=1
pkgdesc="A simple tool to calculate the overall performance of an investment portfolio."
arch=('x86_64')
@@ -15,7 +15,7 @@ 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"
- portfolio-performance-bin.svg::https://www.portfolio-performance.info/images/logo.svg
+ portfolio-performance-bin.svg::"https://raw.githubusercontent.com/buchen/portfolio/${pkgver}/portfolio-product/icons/logo.svg"
portfolio-performance-bin.desktop
)
@@ -31,6 +31,6 @@ package() {
}
-sha512sums=('722a69a621f2af9ce268408da0fb97024cd4bea882a22f6066f32532bf46c3dd30dabebf823b9cc07e69a2490f6f088b7e4a56a080b5f8caeb8e3628fc67ebba'
+sha512sums=('1911805cec4a4f4113e03ac4a4de7457855de9201e66c4bed486553735b4be8d9111372af46e55241c6eab8257f275b23ae70e9517ce46c54d9a5fd9a3f51067'
'a7aef110c3379ea40644c3acc8681abd2bda82522d90fc4777632883454055c63426f97dada8ca247e5fa20a9f5b462eead46d2c2bf16989d35cebd774d32162'
'848a4d16dca0ad21d848986021a8d86fee7b3f4f81e916359cbd837d962b4ac5c2dd2b765d52dc40200761eaeac758a99be10c503f174f88e6662a6fc46a20ff')