summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmil Bay2024-02-27 16:02:47 +0100
committerEmil Bay2024-02-27 16:02:47 +0100
commiteb3caa83d20aafd1de4ab6bcd1ed3ede9e8ebbfb (patch)
tree27971372cace11a6eae3eb3765e89ce686b2b583 /PKGBUILD
parent6fbc815cf78cd895f51e9c541017365aca9668cf (diff)
downloadaur-eb3caa83d20aafd1de4ab6bcd1ed3ede9e8ebbfb.tar.gz
Fix forgets
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"