change jdkver to 25 and fix source url for new version (#6)

Reviewed-on: https://codeberg.org/tuxxx/sparrow-wallet-git/pulls/6
This commit is contained in:
tuxxx 2025-09-30 14:26:30 +02:00
parent 2c4039a632
commit ebc55b94ea
2 changed files with 9 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = sparrow-wallet-git
pkgdesc = Desktop Bitcoin Wallet focused on security and privacy (git version)
pkgver = 2.2.3.r1.g3aae26b
pkgver = 2.2.3.r38.gca8553e
pkgrel = 1
url = https://sparrowwallet.com/
arch = x86_64
@ -19,15 +19,16 @@ pkgbase = sparrow-wallet-git
optdepends = trezor-udev: udev rules for Trezor hardware wallets
provides = sparrow-wallet
conflicts = sparrow-wallet
conflicts = sparrow-wallet-reproducible
source = sparrow::git+https://github.com/sparrowwallet/sparrow.git#branch=master
source = drongo::git+https://github.com/sparrowwallet/drongo.git
source = lark::git+https://github.com/sparrowwallet/lark.git
source = https://github.com/adoptium/temurin22-binaries/releases/download/jdk-22.0.2%2B9/OpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9.tar.gz
source = https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25%2B36/OpenJDK25U-jdk_x64_linux_hotspot_25_36.tar.gz
source = MimeInfo.xml
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = 05cd9359dacb1a1730f7c54f57e0fed47942a5292eb56a3a0ee6b13b87457a43
sha256sums = ee04de95ab9da7287d40bd2173076ecc2a6dd662f007bedfc6eb0380c0ef90e8
sha256sums = d0ad5f5457005776fb5021752f9468a55f3a01f498a7984fc97ef652b44460c1
pkgname = sparrow-wallet-git

View file

@ -1,8 +1,9 @@
# Maintainer: tuxxx <nzb_tuxxx@proton.me>
pkgname=sparrow-wallet-git
pkgver=2.2.3.r1.g3aae26b
_jdkver=22.0.2_9
pkgver=2.2.3.r38.gca8553e
_jdkver=25_36
_jdkmajor="${_jdkver%%[^0-9]*}"
pkgrel=1
pkgdesc="Desktop Bitcoin Wallet focused on security and privacy (git version)"
arch=('x86_64')
@ -30,14 +31,14 @@ source=(
"sparrow::git+https://github.com/sparrowwallet/sparrow.git#branch=master"
"drongo::git+https://github.com/sparrowwallet/drongo.git"
"lark::git+https://github.com/sparrowwallet/lark.git"
"https://github.com/adoptium/temurin22-binaries/releases/download/jdk-${_jdkver/_/%2B}/OpenJDK22U-jdk_x64_linux_hotspot_${_jdkver}.tar.gz"
"https://github.com/adoptium/temurin${_jdkmajor}-binaries/releases/download/jdk-${_jdkver/_/%2B}/OpenJDK${_jdkmajor}U-jdk_x64_linux_hotspot_${_jdkver}.tar.gz"
"MimeInfo.xml"
)
sha256sums=(
'SKIP'
'SKIP'
'SKIP'
'05cd9359dacb1a1730f7c54f57e0fed47942a5292eb56a3a0ee6b13b87457a43'
'ee04de95ab9da7287d40bd2173076ecc2a6dd662f007bedfc6eb0380c0ef90e8'
'd0ad5f5457005776fb5021752f9468a55f3a01f498a7984fc97ef652b44460c1'
)