summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Candido de Souza Silva2019-11-21 13:17:02 -0300
committerLucas Candido de Souza Silva2019-11-21 13:17:02 -0300
commita7bfece6d946f269d63eb5d6ea65bb8fdb36bf5e (patch)
tree92ac155e64742eee32072a2546aa8c669b8edb21
parent867143a6bc5b21e3dabb12c0306bff92d0512e55 (diff)
downloadaur-a7bfece6d946f269d63eb5d6ea65bb8fdb36bf5e.tar.gz
fix pkgbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82b44a61277c..6492a41866ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -38,6 +38,8 @@ pkgbase = waves-exchange
depends = nspr
depends = nss
depends = pango
+ source = https://waves.exchange/files/Waves.Exchange.deb
+ md5sums = 1867cef5e7098d6bdcd98944f38938ff
pkgname = waves-exchange
diff --git a/PKGBUILD b/PKGBUILD
index 470222984696..2c442b772fba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,14 @@
# Maintainer Lucas Silva <lcdss[at]live[dot]com>
-pkgbase=waves-exchange
pkgname=waves-exchange
pkgver=1.0.0
pkgrel=1
pkgdesc="Waves.Exchange is an exchange that combines the advantages of centralized and decentralized digital trading approaches"
url="https://waves.exchange"
license=('MIT')
-_source=("https://waves.exchange/files/Waves.Exchange.deb")
+source=("https://waves.exchange/files/Waves.Exchange.deb")
arch=('x86_64')
-_md5sums=(
- '1867cef5e7098d6bdcd98944f38938ff'
-)
+md5sums=('1867cef5e7098d6bdcd98944f38938ff')
depends=(
alsa-lib atk at-spi2-atk at-spi2-core cairo dbus desktop-file-utils discord expat gconf gdk-pixbuf2 glib2 gtk3 hicolor-icon-theme libappindicator-gtk2 libcups libnotify libutil-linux libx11 libxcb libxcomposite libxcursor libxdamage libxext libxfixes libxi libxrandr libxrender libxss libxtst nspr nss pango
)