summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAxel Gembe2019-08-10 10:35:50 +0700
committerAxel Gembe2019-08-10 10:35:50 +0700
commit0f84f55cebd1c72ab5d51ed28fae375f003252c1 (patch)
treeb973624169626b2bbd5d1f7c419eed21345fd33d /PKGBUILD
parent8e1171a618defb8c9320c0c41a7cfc965743e0f5 (diff)
downloadaur-0f84f55cebd1c72ab5d51ed28fae375f003252c1.tar.gz
Version 4.0.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18f7bfbc7ec2..5b76809cdc97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=electron-cash-bin
pkgdesc='Lightweight Bitcoin Cash wallet'
-pkgver=4.0.8
-pkgrel=3
+pkgver=4.0.9
+pkgrel=1
pkgbin=electron-cash
url='http://www.electroncash.org/'
arch=('x86_64')
@@ -18,12 +18,10 @@ validpgpkeys=(D56C110F4555F371AEEFCB254FD06489EFF1DDE1) # Jonald Fyookball <jonf
source_x86_64=(
"${github}/releases/download/${pkgver}/${appimage}"
"${github}/releases/download/${pkgver}/${appimage}.asc"
- "fonts.xml"
)
-sha256sums_x86_64=('190487301067e7859da725121bc74297e44982059ef91d6ad9987f05208a9ddb'
- 'SKIP'
- '26f984bc1ea98dda962acc9f7753c0ee80fab250a8f30b4278fdb4a9414d774d')
+sha256sums_x86_64=('0ef5941a537d947d9e37ad8dff2e3e5efd8ff67f9958115a9122a9c5549109d0'
+ 'SKIP')
package() {
# Extract files
@@ -43,6 +41,4 @@ package() {
install -d "$pkgdir/usr/bin"
ln -s "/opt/$pkgbin/AppRun" "$pkgdir/usr/bin/$pkgbin"
install -Dm644 "$srcdir/$pkgbin/$pkgbin.desktop" "$pkgdir/usr/share/applications/$pkgbin.desktop"
-
- cp "$srcdir/fonts.xml" "$pkgdir/opt/$pkgbin/usr/lib/python3.6/site-packages/electroncash_gui/qt/data/fonts.xml"
}