summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorheinrich59912019-03-30 05:53:13 +0100
committerheinrich59912019-03-30 05:53:13 +0100
commite1f8945a55c7629cbd5019b3dae6f338a7a5e88f (patch)
tree6003f6f3ab0233f346bd6202074b63c2c55dcf0c
parentdc33897a6e3a3cbaa600ae97e7c934ac0d57c704 (diff)
downloadaur-e1f8945a55c7629cbd5019b3dae6f338a7a5e88f.tar.gz
Forward arguments from the wrapper
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rwxr-xr-xvolt_wrapper2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 811e7aea4df4..7bf59b4e70df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Mar 30 04:10:59 UTC 2019
+# Sat Mar 30 04:53:06 UTC 2019
pkgbase = volt
pkgdesc = Fast native desktop client Slack, Skype, Twitter, Telegram, and more
pkgver = 0.80
- pkgrel = 1
+ pkgrel = 2
url = https://volt-app.com/
arch = x86_64
license = unknown
diff --git a/PKGBUILD b/PKGBUILD
index 43da988008da..091de7a79bf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: heinrich5991 <heinrich5991@gmail.com>
pkgname=volt
pkgver=0.80
-pkgrel=1
+pkgrel=2
pkgdesc="Fast native desktop client Slack, Skype, Twitter, Telegram, and more"
arch=('x86_64')
url="https://volt-app.com/"
diff --git a/volt_wrapper b/volt_wrapper
index 1a01b9ab0094..1077d40bd124 100755
--- a/volt_wrapper
+++ b/volt_wrapper
@@ -1,3 +1,3 @@
#!/bin/sh
cd /usr/share/volt
-exec /usr/lib/volt/volt
+exec /usr/lib/volt/volt "$@"