summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Petrov2017-11-24 15:38:00 +0200
committerPeter Petrov2017-11-24 15:38:00 +0200
commitf5c7315c1c768657169154d29b4230d1f42b2a64 (patch)
tree5d1d8bd6b09e32ef9f6bbd51476b8832c00fc6c6
parent610847d3caa30ee605909ed2c4f0f142eccabb5f (diff)
downloadaur-f5c7315c1c768657169154d29b4230d1f42b2a64.tar.gz
Update dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c1d47d8a462..bd62388e3373 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = mist
pkgdesc = Ethereum wallet and Dapp browser.
pkgver = 0.9.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ethereum/mist
arch = i686
arch = x86_64
license = GPL
- depends = gmp
- depends = readline
+ depends = alsa-lib
depends = gconf
- depends = libnotify
depends = gtk2
+ depends = libnotify
depends = libxss
+ depends = libxtst
+ depends = nss
optdepends = geth: The go-ethereum commandline client (geth cli).
optdepends = parity: The fast, light, robust Ethereum client.
provides = mist
diff --git a/PKGBUILD b/PKGBUILD
index e17e9327568b..cda34b7d8502 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,17 @@
pkgname=mist
pkgver=0.9.3
_strver=0-9-3
-pkgrel=1
+pkgrel=2
pkgdesc="Ethereum wallet and Dapp browser."
arch=('i686' 'x86_64')
depends=(
- 'gmp'
- 'readline'
+ 'alsa-lib'
'gconf'
- 'libnotify'
'gtk2'
+ 'libnotify'
'libxss'
+ 'libxtst'
+ 'nss'
)
provides=(
'mist'
@@ -70,7 +71,6 @@ package() {
install -d "${pkgdir}/usr/lib"
ln -s "/usr/share/${pkgname}/libnode.so" "${pkgdir}/usr/lib/libnode.so"
- ln -sf "/usr/lib/libgcrypt.so.11" "${pkgdir}/usr/share/${pkgname}/libgcrypt.so.11"
ln -sf "/usr/lib/libnotify.so.4" "${pkgdir}/usr/share/${pkgname}/libnotify.so.4"
find "${pkgdir}" -type d -exec chmod 755 {} +