summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlif Rachmawadi2018-12-14 05:26:52 +0700
committerAlif Rachmawadi2018-12-14 05:27:13 +0700
commit19bdf6cac6f1d548a54207f35b9d82607b2de060 (patch)
treeb8c0d153cde41de1af513200583ad5e5607d91f9 /PKGBUILD
parentb00ee274fb846134c5e0abe88980da85402c72a5 (diff)
downloadaur-19bdf6cac6f1d548a54207f35b9d82607b2de060.tar.gz
wavebox v4.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81a9d5e6181d..38952f5da011 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Alif Rachmawadi <arch@subosito.com>
pkgname=wavebox-bin
-pkgver=4.4.0
+pkgver=4.5.0
pkgrel=1
pkgdesc="The next generation of web-desktop communication"
-arch=('x86_64' 'i686')
+arch=('x86_64')
url="https://wavebox.io/"
_repourl="https://github.com/wavebox/waveboxapp"
license=('Mozilla Public License version 2.0')
@@ -15,17 +15,13 @@ optdepends=('gvfs' 'libnotify' 'ttf-ms-fonts')
source=('wavebox.desktop')
source_x86_64=("${_repourl}/releases/download/v${pkgver}/Wavebox_${pkgver//./_}_linux_${CARCH}.tar.gz")
-source_i686=("${_repourl}/releases/download/v${pkgver}/Wavebox_${pkgver//./_}_linux_ia32.tar.gz")
sha256sums=('ed71fff01f57bc7d4b32278b2fb5f33bb30057ed7aeee64b3696eb17dc4ba0fc')
-sha256sums_x86_64=('96d2889c4f6632dfa756e1112827a8f0940d4978cb24821bdd31e8d93365e73c')
-sha256sums_i686=('9f3f48472ac0a725ed79bd8c285b9e8f1c43eb036848f03f1560f6393147c941')
+sha256sums_x86_64=('ed3172508268c4cca33718fc058eb9c349a35d9e98bf94e81d256101da661d18')
package() {
if [ ${CARCH} == "x86_64" ]; then
cd ${srcdir}/Wavebox-linux-x64
- else
- cd ${srcdir}/Wavebox-linux-ia32
fi
mkdir -p "${pkgdir}/usr/bin"