summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb6ccf16960a..6db88cc4b192 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = exodus
pkgdesc = All-in-one app to secure, manage and exchange blockchain assets
- pkgver = 1.23.1
+ pkgver = 1.24.0
pkgrel = 1
url = https://exodus.io
arch = x86_64
- arch = i686
license = custom:"Copyright © 2016 Exodus"
depends = gconf
depends = gtk2
depends = nss
depends = libxss
- source = https://exodusbin.azureedge.net/releases/exodus_linux_1.23.1.zip
+ source = https://exodusbin.azureedge.net/releases/Exodus-linux-x64-1.24.0.zip
source = http://marceloneil.com/exodus-icons/icons.zip
source = exodus.desktop
- sha256sums = 4989d8717175934dc809f95c47c7a778d5e85837d00f6d900a3f56b0a420f80a
+ sha256sums = afde08f43867fa6cd6d2f5c1c8fe57c1fb03894b383c2d4f68237ac696213c2d
sha256sums = 5f3da3a79fea80477f38e698a2ea1723320f4b3fc90bf7d615dab12af0d34c1a
sha256sums = 04676d81272a35a91150a7eec4640e69ca50f2e479d29fad8be90160ee74122c
diff --git a/PKGBUILD b/PKGBUILD
index cdfa22358681..6e7fb5bcd172 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
# Maintainer: Marcel O'Neil <marcel@marceloneil.com>
pkgname=exodus
-pkgver=1.23.1
+pkgver=1.24.0
pkgrel=1
pkgdesc="All-in-one app to secure, manage and exchange blockchain assets"
-arch=('x86_64' 'i686')
+arch=('x86_64')
url="https://exodus.io"
license=('custom:"Copyright © 2016 Exodus"')
depends=('gconf' 'gtk2' 'nss' 'libxss')
-source=("https://exodusbin.azureedge.net/releases/exodus_linux_${pkgver}.zip"
+source=("https://exodusbin.azureedge.net/releases/Exodus-linux-x64-${pkgver}.zip"
"http://marceloneil.com/exodus-icons/icons.zip"
"${pkgname}.desktop")
-sha256sums=('4989d8717175934dc809f95c47c7a778d5e85837d00f6d900a3f56b0a420f80a'
+sha256sums=('afde08f43867fa6cd6d2f5c1c8fe57c1fb03894b383c2d4f68237ac696213c2d'
'5f3da3a79fea80477f38e698a2ea1723320f4b3fc90bf7d615dab12af0d34c1a'
'04676d81272a35a91150a7eec4640e69ca50f2e479d29fad8be90160ee74122c')
package() {
- cd $srcdir/exodus_linux_${pkgver}/Exodus-linux-x64
+ cd $srcdir/exodus-$pkgver/Exodus-linux-x64
install -d $pkgdir/{opt/$pkgname,usr/bin}
cp -a * $pkgdir/opt/$pkgname