Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
electrum
Commits:
52dda98a by Carl Smedstad at 2024-12-30T14:00:36+01:00
upgpkg: 4.5.8-3: Remove optdep python-btchip - moved to AUR (dead upstream)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = electrum
pkgdesc = Lightweight Bitcoin wallet
pkgver = 4.5.8
- pkgrel = 2
+ pkgrel = 3
url = https://electrum.org
arch = any
license = MIT
@@ -30,7 +30,6 @@ pkgbase = electrum
depends = python-pyaes
depends = python-pyqt5
depends = python-qrcode
- optdepends = python-btchip: BTChip hardware wallet support
optdepends = python-hidapi: Digital Bitbox hardware wallet support
optdepends = python-matplotlib: plot transaction history in graphical
mode
optdepends = python-pycryptodomex: use PyCryptodome AES implementation
instead of pyaes
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=electrum
pkgver=4.5.8
-pkgrel=2
+pkgrel=3
pkgdesc="Lightweight Bitcoin wallet"
arch=('any')
url="https://electrum.org"
@@ -43,7 +43,8 @@ checkdepends=(
'qt6-declarative'
)
optdepends=(
- 'python-btchip: BTChip hardware wallet support'
+ # Moved to AUR - dead project/upstream
+ # 'python-btchip: BTChip hardware wallet support'
'python-hidapi: Digital Bitbox hardware wallet support'
'python-matplotlib: plot transaction history in graphical mode'
'python-pycryptodomex: use PyCryptodome AES implementation instead of pyaes'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electrum/-/commit/52dda98a2923c459bd7528d5f1f7d799e7de0589
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/electrum/-/commit/52dda98a2923c459bd7528d5f1f7d799e7de0589
You're receiving this email because of your account on gitlab.archlinux.org.