diff options
author | lukpod | 2023-04-14 17:18:26 +0200 |
---|---|---|
committer | lukpod | 2023-04-14 17:18:26 +0200 |
commit | 5c809d4c9217a8a91320c4dbf7323eecc31abefb (patch) | |
tree | 516ceacca2eefa66e12c513081b1e452c9b66f14 | |
parent | c4ff3281ee33931c3424d1cbc8b43d000d06a1c6 (diff) | |
download | aur-5c809d4c9217a8a91320c4dbf7323eecc31abefb.tar.gz |
4.2.2.1-1
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 1 insertions, 3 deletions
@@ -11,7 +11,6 @@ pkgbase = electrum-ltc depends = python-aiohttp-socks depends = python-aiorpcx depends = python-bitstring - depends = python-btchip depends = python-certifi depends = python-cryptography depends = python-dnspython @@ -11,7 +11,6 @@ depends=( python-aiohttp-socks python-aiorpcx python-bitstring - python-btchip python-certifi python-cryptography python-dnspython @@ -46,5 +45,5 @@ build() { package() { cd Electrum-LTC-$pkgver ./setup.py install --root="$pkgdir" --optimize=1 --skip-build - install -Dm644 LICENCE -t "$pkgdir"/usr/share/licenses/$pkgname + install -D -m 644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENCE } |