summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlif Rachmawadi2019-03-13 06:40:20 +0700
committerAlif Rachmawadi2019-03-13 06:40:20 +0700
commit96e4dfaf8bb8b366f578da99fc7ca2ab858a505e (patch)
tree126ee90baa82623967ec406445040bf4f325ad71
parent2c3e1833ddbec21568bd984c6709f028023bae60 (diff)
downloadaur-96e4dfaf8bb8b366f578da99fc7ca2ab858a505e.tar.gz
wavebox v4.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 543b24519204..705a213f336f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wavebox-bin
pkgdesc = The next generation of web-desktop communication
- pkgver = 4.8.0
+ pkgver = 4.8.1
pkgrel = 1
url = https://wavebox.io/
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = wavebox-bin
options = !strip
source = wavebox.desktop
sha256sums = ed71fff01f57bc7d4b32278b2fb5f33bb30057ed7aeee64b3696eb17dc4ba0fc
- source_x86_64 = https://github.com/wavebox/waveboxapp/releases/download/v4.8.0/Wavebox_4_8_0_linux_x86_64.tar.gz
- sha256sums_x86_64 = 45fd4e09903e73642f2489a124f09eee92192a8090d922a15a9a09673d800644
+ source_x86_64 = https://github.com/wavebox/waveboxapp/releases/download/v4.8.1/Wavebox_4_8_1_linux_x86_64.tar.gz
+ sha256sums_x86_64 = 3ff284df8143d2763636c6e435eca5c8d31adf72b8f53c80ce03ad539d3dba50
pkgname = wavebox-bin
diff --git a/PKGBUILD b/PKGBUILD
index e7078ee54cd3..7651ecc50f9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alif Rachmawadi <arch@subosito.com>
pkgname=wavebox-bin
-pkgver=4.8.0
+pkgver=4.8.1
pkgrel=1
pkgdesc="The next generation of web-desktop communication"
arch=('x86_64')
@@ -17,7 +17,7 @@ source=('wavebox.desktop')
source_x86_64=("${_repourl}/releases/download/v${pkgver}/Wavebox_${pkgver//./_}_linux_${CARCH}.tar.gz")
sha256sums=('ed71fff01f57bc7d4b32278b2fb5f33bb30057ed7aeee64b3696eb17dc4ba0fc')
-sha256sums_x86_64=('45fd4e09903e73642f2489a124f09eee92192a8090d922a15a9a09673d800644')
+sha256sums_x86_64=('3ff284df8143d2763636c6e435eca5c8d31adf72b8f53c80ce03ad539d3dba50')
package() {
cd ${srcdir}/Wavebox-linux-x64
@@ -31,5 +31,4 @@ package() {
ln -s "/usr/share/wavebox/Wavebox" "${pkgdir}/usr/bin/wavebox"
chmod 644 "${pkgdir}/usr/share/wavebox/wavebox_icon.png"
- chmod 644 "${pkgdir}/usr/share/wavebox/libnode.so"
}