summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6da342d9f9c2..f6f3f509db13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = waves-client
pkgdesc = The official client application for the Waves platform
pkgver = 1.0.28
- pkgrel = 1
+ pkgrel = 2
url = https://wavesplatform.com/
arch = x86_64
- license = Apache
+ license = MIT
depends = gtk2
depends = libxtst
depends = libxss
diff --git a/PKGBUILD b/PKGBUILD
index 84cbb9a491f0..77f494b72428 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=waves-client
pkgver=1.0.28
-pkgrel=1
+pkgrel=2
pkgdesc="The official client application for the Waves platform"
arch=('x86_64')
url="https://wavesplatform.com/"
-license=('Apache')
+license=('MIT')
depends=('gtk2' 'libxtst' 'libxss' 'gconf' 'nss' 'alsa-lib')
source=("https://wavesplatform.com/files/WavesClient-${pkgver/_/-}-linux.deb")
sha256sums=('b84f28b5bf96983fadb54417fea8ba90be1939700514cb9e5ff7554865cfcfc6')