summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Bay2024-02-27 16:02:47 +0100
committerEmil Bay2024-02-27 16:02:47 +0100
commiteb3caa83d20aafd1de4ab6bcd1ed3ede9e8ebbfb (patch)
tree27971372cace11a6eae3eb3765e89ce686b2b583
parent6fbc815cf78cd895f51e9c541017365aca9668cf (diff)
downloadaur-eb3caa83d20aafd1de4ab6bcd1ed3ede9e8ebbfb.tar.gz
Fix forgets
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD2
2 files changed, 14 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3290dfe77eed..cf0cd18105a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = nethermind-ethereum-bin
pkgdesc = A robust execution client for Ethereum node operators. Binary distribution.
pkgver = 1.25.4
- pkgrel = 1
- url = https://docs.nethermind.io/
+ pkgrel = 2
+ url = https://downloads.nethermind.io/
arch = x86_64
arch = aarch64
license = LGPL-3.0-only
@@ -16,9 +16,20 @@ pkgbase = nethermind-ethereum-bin
conflicts = nethermind-cli
conflicts = nethermind-launcher
conflicts = Nethermind.Runner
+ backup = etc/nethermind/NLog.config
+ validpgpkeys = 6942FB745ECE67D86CDA45704770A0C134E353C6
+ validpgpkeys = EECCEA1473108E3222D76722D39BE1DDCB6DA407
source_x86_64 = https://github.com/NethermindEth/nethermind/releases/download/1.25.4/nethermind-1.25.4-20b10b35-linux-x64.zip
+ source_x86_64 = https://nethdev.blob.core.windows.net/builds/nethermind-1.25.4-20b10b35-linux-x64.zip.asc
+ md5sums_x86_64 = 05848eaab4b1b621054ff507e8592d17
+ md5sums_x86_64 = SKIP
sha256sums_x86_64 = b843bff5bc7199561aec3e3237caf111a0be6fed6ba386bb879e7a4cee2c6d36
+ sha256sums_x86_64 = SKIP
source_aarch64 = https://github.com/NethermindEth/nethermind/releases/download/1.25.4/nethermind-1.25.4-20b10b35-linux-arm64.zip
+ source_aarch64 = https://nethdev.blob.core.windows.net/builds/nethermind-1.25.4-20b10b35-linux-arm64.zip.asc
+ md5sums_aarch64 = 26d48b5bc0759cf70f291839bf6ae2a6
+ md5sums_aarch64 = SKIP
sha256sums_aarch64 = 726c00ef09ef4e890c742d351657d257b9dd70c8cce91e77ec5d47b1bf5b09b2
+ sha256sums_aarch64 = SKIP
pkgname = nethermind-ethereum-bin
diff --git a/PKGBUILD b/PKGBUILD
index 51797f1de257..c707d2e17383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ md5sums_aarch64=('26d48b5bc0759cf70f291839bf6ae2a6' 'SKIP')
# Can be acquired with `gpg --receive-keys CB6DA407 34E353C6` (listed at the bottom of https://downloads.nethermind.io/)
validpgpkeys=('6942FB745ECE67D86CDA45704770A0C134E353C6' 'EECCEA1473108E3222D76722D39BE1DDCB6DA407')
-backup('etc/nethermind/NLog.config')
+backup=('etc/nethermind/NLog.config')
package() {
configs_srcdir="$srcdir/configs"