summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel O'Neil2017-09-01 10:43:36 -0400
committerMarcel O'Neil2017-09-01 10:43:36 -0400
commitfc9c4ca33955cc77c75959f0c9ee06b78f924130 (patch)
treee4d22772cefe4b870993dd9bd2a1ff0bdb34d8d2
parente60cd0ef4e4ab98e401f2e21d3b2d0f04b856c94 (diff)
downloadaur-fc9c4ca33955cc77c75959f0c9ee06b78f924130.tar.gz
1.33.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf779901dc1e..46c1ccd4088e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = exodus
pkgdesc = All-in-one app to secure, manage and exchange blockchain assets
- pkgver = 1.32.0
+ pkgver = 1.33.1
pkgrel = 1
url = https://exodus.io
arch = x86_64
- license = custom:"Copyright © 2016 Exodus"
+ license = custom:"Copyright © 2017 Exodus"
depends = gconf
depends = gtk2
depends = nss
depends = libxss
- source = https://exodusbin.azureedge.net/releases/Exodus-linux-x64-1.32.0.zip
+ source = https://exodusbin.azureedge.net/releases/exodus-linux-x64-1.33.1.zip
source = http://marceloneil.com/exodus-icons/icons.zip
source = exodus.desktop
- sha256sums = 3f38984734b03e15a5659d7332ed2e068d349f195ef8f1b96447a4fa3b66d25f
+ sha256sums = 723a7e0d33d0b94168e618511b7987c455d4b6945c8490dab5177217ca5b1201
sha256sums = 5f3da3a79fea80477f38e698a2ea1723320f4b3fc90bf7d615dab12af0d34c1a
sha256sums = 04676d81272a35a91150a7eec4640e69ca50f2e479d29fad8be90160ee74122c
diff --git a/PKGBUILD b/PKGBUILD
index 84776903c11b..c207bf2d16ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
# Maintainer: Marcel O'Neil <marcel@marceloneil.com>
pkgname=exodus
-pkgver=1.32.0
+pkgver=1.33.1
pkgrel=1
pkgdesc="All-in-one app to secure, manage and exchange blockchain assets"
arch=('x86_64')
url="https://exodus.io"
-license=('custom:"Copyright © 2016 Exodus"')
+license=('custom:"Copyright © 2017 Exodus"')
depends=('gconf' 'gtk2' 'nss' 'libxss')
-source=("https://exodusbin.azureedge.net/releases/Exodus-linux-x64-${pkgver}.zip"
+source=("https://exodusbin.azureedge.net/releases/exodus-linux-x64-${pkgver}.zip"
"http://marceloneil.com/exodus-icons/icons.zip"
"${pkgname}.desktop")
-sha256sums=('3f38984734b03e15a5659d7332ed2e068d349f195ef8f1b96447a4fa3b66d25f'
+sha256sums=('723a7e0d33d0b94168e618511b7987c455d4b6945c8490dab5177217ca5b1201'
'5f3da3a79fea80477f38e698a2ea1723320f4b3fc90bf7d615dab12af0d34c1a'
'04676d81272a35a91150a7eec4640e69ca50f2e479d29fad8be90160ee74122c')
package() {
- cd $srcdir/exodus-$pkgver/Exodus-linux-x64
+ cd $srcdir/Exodus-linux-x64
install -d $pkgdir/{opt/$pkgname,usr/bin}
cp -a * $pkgdir/opt/$pkgname