summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bauer2022-06-02 22:43:51 +0200
committerMichael Bauer2022-06-02 22:43:51 +0200
commit9b1be262f843c26c863a6219f6c4be09f326d770 (patch)
tree406b96f736f123a8c40211d64bbba13e17c2e267
parentebb65fa9ebb10775532da8bf63684b8dff833d15 (diff)
downloadaur-9b1be262f843c26c863a6219f6c4be09f326d770.tar.gz
load additional assets from release tag instead of dev branch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50a8e9255d46..c4437a79d962 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rotki-bin
pkgdesc = A portfolio tracking, analytics, accounting and tax reporting application that respects your privacy
pkgver = 1.24.0
- pkgrel = 1
+ pkgrel = 2
url = https://rotki.com
arch = x86_64
license = BSD
@@ -12,8 +12,8 @@ pkgbase = rotki-bin
noextract = rotki-1.24.0.tar.xz
options = !strip
source = rotki-1.24.0.tar.xz::https://github.com/rotki/rotki/releases/download/v1.24.0/rotki-linux_x64-v1.24.0.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
+ source = rotki.png::https://github.com/rotki/rotki/raw/v1.24.0/frontend/app/src/assets/images/rotki_1024x1024.png
+ source = LICENSE::https://github.com/rotki/rotki/raw/v1.24.0/LICENSE.md
sha256sums = 2aae0a43302fdc882d413af76b00659e96ba2927206df03577f34330e0145723
sha256sums = 78032738ae55b065b3f786be0482809149f474a2294a6a2dfd26a079e9154383
sha256sums = eb6f58a98d8bdb6d3c8fee3817543589f3cd0921d14748fa0630edff2d4c08b0
diff --git a/PKGBUILD b/PKGBUILD
index 67b8f088bfe8..f4556e920286 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=rotki-bin
pkgver=1.24.0
-pkgrel=1
+pkgrel=2
pkgdesc='A portfolio tracking, analytics, accounting and tax reporting application that respects your privacy'
arch=('x86_64')
url="https://rotki.com"
@@ -15,8 +15,8 @@ depends=('gtk3'
'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")
+ "rotki.png::https://github.com/rotki/rotki/raw/v${pkgver}/frontend/app/src/assets/images/rotki_1024x1024.png"
+ "LICENSE::https://github.com/rotki/rotki/raw/v${pkgver}/LICENSE.md")
sha256sums=('2aae0a43302fdc882d413af76b00659e96ba2927206df03577f34330e0145723'
'78032738ae55b065b3f786be0482809149f474a2294a6a2dfd26a079e9154383'
'eb6f58a98d8bdb6d3c8fee3817543589f3cd0921d14748fa0630edff2d4c08b0')