summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-10-30 07:33:58 +0200
committerDimitris Kiziridis2020-10-30 07:33:58 +0200
commit960d6a2a89af96b2a658561a28b9ccc206788528 (patch)
tree2343559b00026aa9a67e241e0230a8100922188c
parentffa8ffcc3fec4b4815691836f6d0c6186720e474 (diff)
downloadaur-960d6a2a89af96b2a658561a28b9ccc206788528.tar.gz
Update to 1.8.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0fe1ad4618f..4ead3abbd8d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,20 @@
pkgbase = rotki-bin
pkgdesc = A portfolio tracking, analytics, accounting and tax reporting application that respects your privacy
- pkgver = 1.8.0
+ pkgver = 1.8.2
pkgrel = 1
url = https://rotki.com
arch = x86_64
license = BSD
makedepends = gendesk
depends = gtk3
- depends = libxss
depends = nss
provides = rotki
- noextract = rotki-1.8.0.tar.xz
+ noextract = rotki-1.8.2.tar.xz
options = !strip
- source = rotki-1.8.0.tar.xz::https://github.com/rotki/rotki/releases/download/v1.8.0/rotki-linux_x64-v1.8.0.tar.xz
+ source = rotki-1.8.2.tar.xz::https://github.com/rotki/rotki/releases/download/v1.8.2/rotki-linux_x64-v1.8.2.tar.xz
source = rotki.png::https://github.com/rotki/rotki/raw/develop/frontend/app/src/assets/images/rotki_1024x1024.png
source = LICENSE::https://github.com/rotki/rotki/raw/develop/LICENSE.md
- sha256sums = acd5be1b0c9744faf3bbcc3bbd09fb3925fe952ca12c6a1e6adce22de097078a
+ sha256sums = 7b384c20d69b7b13188f8f8d6fde4454269495ed1716020b0b7e5711b10b54e0
sha256sums = 78032738ae55b065b3f786be0482809149f474a2294a6a2dfd26a079e9154383
sha256sums = 27605c6c33d4bee9cfb5c6b36be5f34640df4742457f33e56b9562471b687678
diff --git a/PKGBUILD b/PKGBUILD
index 9b894ed2e805..b5a30f3672e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=rotki-bin
-pkgver=1.8.0
+pkgver=1.8.2
pkgrel=1
pkgdesc='A portfolio tracking, analytics, accounting and tax reporting application that respects your privacy'
arch=('x86_64')
@@ -11,13 +11,12 @@ provides=('rotki')
options=('!strip')
noextract=("${pkgname%-bin}-${pkgver}.tar.xz")
depends=('gtk3'
- 'libxss'
'nss')
makedepends=('gendesk')
source=("${pkgname%-bin}-${pkgver}.tar.xz::https://github.com/rotki/rotki/releases/download/v${pkgver}/rotki-linux_x64-v${pkgver}.tar.xz"
"rotki.png::https://github.com/rotki/rotki/raw/develop/frontend/app/src/assets/images/rotki_1024x1024.png"
"LICENSE::https://github.com/rotki/rotki/raw/develop/LICENSE.md")
-sha256sums=('acd5be1b0c9744faf3bbcc3bbd09fb3925fe952ca12c6a1e6adce22de097078a'
+sha256sums=('7b384c20d69b7b13188f8f8d6fde4454269495ed1716020b0b7e5711b10b54e0'
'78032738ae55b065b3f786be0482809149f474a2294a6a2dfd26a079e9154383'
'27605c6c33d4bee9cfb5c6b36be5f34640df4742457f33e56b9562471b687678')