summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoll2018-07-29 11:42:03 +0200
committergoll2018-07-29 11:42:03 +0200
commit6cbe4170bc41ffbe4b63ac200c8eb2958b13cdd0 (patch)
treeccabece06791365939b6e24eb0040b8d944cd1e7
parent59f79d1ada87d5ccf768fbea0035dcb25a13d6ea (diff)
downloadaur-6cbe4170bc41ffbe4b63ac200c8eb2958b13cdd0.tar.gz
Update to 1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1c1d814f27b..aafb47bfd45e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = waves-client
pkgdesc = The official client application for the Waves platform
- pkgver = 1.0.0_beta
- pkgrel = 3
+ pkgver = 1.0.0
+ pkgrel = 1
url = https://wavesplatform.com/
arch = x86_64
license = Apache
@@ -11,7 +11,7 @@ pkgbase = waves-client
depends = gconf
depends = nss
depends = alsa-lib
- source = https://wavesplatform.com/files/WavesClient-1.0.0-beta.X-linux.deb
+ source = https://wavesplatform.com/files/WavesClient-1.0.0-linux.deb
sha256sums = ebb00a922055af98849358536a36298dce74eb4cd98b240bb3e500b7008b23e2
pkgname = waves-client
diff --git a/PKGBUILD b/PKGBUILD
index 947be5ea3747..f6e8f0c3a939 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: goll <adrian.goll+aur[at]gmail>
pkgname=waves-client
-pkgver=1.0.0_beta
-pkgrel=3
+pkgver=1.0.0
+pkgrel=1
pkgdesc="The official client application for the Waves platform"
arch=('x86_64')
url="https://wavesplatform.com/"
license=('Apache')
depends=('gtk2' 'libxtst' 'libxss' 'gconf' 'nss' 'alsa-lib')
-source=("https://wavesplatform.com/files/WavesClient-${pkgver/_/-}.X-linux.deb")
+source=("https://wavesplatform.com/files/WavesClient-${pkgver/_/-}-linux.deb")
sha256sums=('ebb00a922055af98849358536a36298dce74eb4cd98b240bb3e500b7008b23e2')
package() {