Browse Source

Bump to v1.0.7 for Arch package

master
meriadec 7 years ago
parent
commit
d615fac13e
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 4
      build/linux/arch/PKGBUILD
  2. 4
      scripts/publish-arch-package.sh

4
build/linux/arch/PKGBUILD

@ -2,7 +2,7 @@
# shellcheck disable=SC2154,SC2034,SC2164
pkgname=ledger-live
pkgver=1.0.5
pkgver=1.0.7
pkgrel=1
pkgdesc="Open source companion app for your Ledger devices"
arch=('x86_64')
@ -15,7 +15,7 @@ changelog=
source=("https://github.com/LedgerHQ/ledger-live-desktop/archive/v${pkgver}.tar.gz"
"ledger-live.desktop")
md5sums=('271b4f21c2ab2181b5204846d7af6fa9'
md5sums=('d60d772a03c0a1c59df07f93b0268a4c'
'52705147909a0a988907a23a71199092')
# TODO sign with ledger pgp
validpgpkeys=()

4
scripts/publish-arch-package.sh

@ -24,13 +24,11 @@ runJob \
"error cloning AUR repository"
runJob \
"cp build/linux/arch/* \"${tmpDir}\"; cp build/linux/arch/.SRCINFO \"${tmpDir}\"" \
"cp build/linux/arch/{ledger-live.desktop,PKGBUILD,.SRCINFO} \"${tmpDir}\"" \
"copying files" \
"copied files" \
"error copying files"
ls -l "$tmpDir"
# shellcheck disable=SC2164
cd "$tmpDir"

Loading…
Cancel
Save