summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoll2019-09-26 16:45:34 +0200
committergoll2019-09-26 16:45:34 +0200
commit8f3ff8b362d8f6194a6de13e927bdd17fea7495d (patch)
treec0dd95cfbc86cf7acaf2dddcb33b2ba2d8aab38d
parente29ac480b72049b2bc2bf82b7a4c1ea5af4205b3 (diff)
downloadaur-8f3ff8b362d8f6194a6de13e927bdd17fea7495d.tar.gz
Update to 1.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8fa73387e44..7fb9a9075616 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waves-client
pkgdesc = The official client application for the Waves platform
- pkgver = 1.1.0
+ pkgver = 1.4.3
pkgrel = 1
url = https://wavesplatform.com/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = waves-client
depends = gconf
depends = nss
depends = alsa-lib
- source = https://wavesplatform.com/files/WavesClient-linux.deb
- sha256sums = c7e7c534de98b777942112561c23e4f175203167d7eb486c96ad83821df38991
+ source = https://wavesplatform.com/files/WavesDEX-linux.deb
+ sha256sums = 93420ef24f904da867f6226986953a84106472a241988f4043786f3881b90575
pkgname = waves-client
diff --git a/PKGBUILD b/PKGBUILD
index 5c37b9c11f21..a2001fd3ceb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: goll <adrian.goll+aur[at]gmail>
pkgname=waves-client
-pkgver=1.1.0
+pkgver=1.4.3
pkgrel=1
pkgdesc="The official client application for the Waves platform"
arch=('x86_64')
url="https://wavesplatform.com/"
license=('MIT')
depends=('gtk2' 'libxtst' 'libxss' 'gconf' 'nss' 'alsa-lib')
-source=("https://wavesplatform.com/files/WavesClient-linux.deb")
-sha256sums=('c7e7c534de98b777942112561c23e4f175203167d7eb486c96ad83821df38991')
+source=("https://wavesplatform.com/files/WavesDEX-linux.deb")
+sha256sums=('93420ef24f904da867f6226986953a84106472a241988f4043786f3881b90575')
package() {
- bsdtar -O -xf WavesClient-linux.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
+ bsdtar -O -xf WavesDEX-linux.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
find "${pkgdir}" -type d -exec chmod 755 {} +
mkdir -p "$pkgdir/usr/bin"
- ln -s "/opt/Waves Client/waves-client" "${pkgdir}/usr/bin/waves-client"
+ ln -s "/opt/Waves DEX/waves-client" "${pkgdir}/usr/bin/waves-client"
}