summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bauer2024-03-18 13:21:59 +0100
committerMichael Bauer2024-03-18 13:21:59 +0100
commit1876211167072b943139e89413864a92eed330a2 (patch)
tree85441a9b26045e160e0690cfa491402417d42dae
parenta5f449c3e75717d455345a3924ff9242d497d79d (diff)
downloadaur-rotki-bin.tar.gz
add imagemagick build dependency, upstream release 1.32.2
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c3df541e802..48c662a0a262 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,21 @@
pkgbase = rotki-bin
pkgdesc = A portfolio tracking, analytics, accounting and tax reporting application that respects your privacy
- pkgver = 1.32.1
+ pkgver = 1.32.2
pkgrel = 1
url = https://rotki.com
arch = x86_64
license = BSD
makedepends = gendesk
+ makedepends = imagemagick
depends = gtk3
depends = nss
provides = rotki
- noextract = rotki-1.32.1.tar.xz
+ noextract = rotki-1.32.2.tar.xz
options = !strip
- source = rotki-1.32.1.tar.xz::https://github.com/rotki/rotki/releases/download/v1.32.1/rotki-linux_x64-v1.32.1.tar.xz
- source = rotki-1.32.1-rotki.png::https://raw.githubusercontent.com/rotki/rotki/v1.32.1/frontend/app/public/assets/images/rotki_1024x1024.png
- source = rotki-1.32.1-LICENSE::https://github.com/rotki/rotki/raw/v1.32.1/LICENSE.md
- sha256sums = 6964365f2a24777203361e774ba6526f70383aa31d45f28c72bc0ba7692584e7
+ source = rotki-1.32.2.tar.xz::https://github.com/rotki/rotki/releases/download/v1.32.2/rotki-linux_x64-v1.32.2.tar.xz
+ source = rotki-1.32.2-rotki.png::https://raw.githubusercontent.com/rotki/rotki/v1.32.2/frontend/app/public/assets/images/rotki_1024x1024.png
+ source = rotki-1.32.2-LICENSE::https://github.com/rotki/rotki/raw/v1.32.2/LICENSE.md
+ sha256sums = 57a90e8b097c2aabd1139fb9d276a2946827bdd7d642dbc346b8f55afd004eaa
sha256sums = 391e4e2bfe352660a151b8f7143f8057ad43aafb256d4e3dfbf15546c3541270
sha256sums = eb6f58a98d8bdb6d3c8fee3817543589f3cd0921d14748fa0630edff2d4c08b0
diff --git a/PKGBUILD b/PKGBUILD
index 0a2d65db9d04..64af94dd999a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=rotki-bin
-pkgver=1.32.1
+pkgver=1.32.2
pkgrel=1
pkgdesc='A portfolio tracking, analytics, accounting and tax reporting application that respects your privacy'
arch=('x86_64')
@@ -13,12 +13,13 @@ options=('!strip')
noextract=("${pkgname%-bin}-${pkgver}.tar.xz")
depends=('gtk3'
'nss')
-makedepends=('gendesk')
+makedepends=('gendesk'
+ 'imagemagick')
sourceprefix=${pkgname%-bin}-${pkgver}
source=("${sourceprefix}.tar.xz::https://github.com/rotki/rotki/releases/download/v${pkgver}/rotki-linux_x64-v${pkgver}.tar.xz"
"${sourceprefix}-rotki.png::https://raw.githubusercontent.com/rotki/rotki/v${pkgver}/frontend/app/public/assets/images/rotki_1024x1024.png"
"${sourceprefix}-LICENSE::https://github.com/rotki/rotki/raw/v${pkgver}/LICENSE.md")
-sha256sums=('6964365f2a24777203361e774ba6526f70383aa31d45f28c72bc0ba7692584e7'
+sha256sums=('57a90e8b097c2aabd1139fb9d276a2946827bdd7d642dbc346b8f55afd004eaa'
'391e4e2bfe352660a151b8f7143f8057ad43aafb256d4e3dfbf15546c3541270'
'eb6f58a98d8bdb6d3c8fee3817543589f3cd0921d14748fa0630edff2d4c08b0')