summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Monfils2020-06-12 13:14:21 +0200
committerNathan Monfils2020-06-12 13:14:21 +0200
commit8019c76f7ea93750a8f748d026106aedffbd06f4 (patch)
tree2e9c79dbc780888107c659bc8241ae038686050b
parentf79d2bb1a9ae562ef3430292d0ce13855a410e33 (diff)
downloadaur-connect-me-desktop-bin.tar.gz
Allow arguments to /usr/bin/ConnectMeDesktop
-rw-r--r--.SRCINFO4
-rw-r--r--ConnectMeDesktop2
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 848ba909f98c..0cf69433a9d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = connect-me-desktop-bin
pkgdesc = Connect Me Desktop Linux
pkgver = 3.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://store.connectme.io
arch = x86_64
license = unknown
@@ -10,7 +10,7 @@ pkgbase = connect-me-desktop-bin
source = ConnectMeDesktop
md5sums = d577d22bb7ca01505420608b5ff221d9
md5sums = 76bc4af92f4886fab2db0a818c0f717e
- md5sums = 18695055b3377b42811274b92cbe3f36
+ md5sums = 307ba78b421a0344114df85b5f711341
pkgname = connect-me-desktop-bin
diff --git a/ConnectMeDesktop b/ConnectMeDesktop
index 62b4687c6cf6..0e4486e25e95 100644
--- a/ConnectMeDesktop
+++ b/ConnectMeDesktop
@@ -1,4 +1,4 @@
#!/bin/sh
cd /opt/ConnectMeDesktop
-exec ./nwjs-v0.45.6-linux-x64/nw ConnectMeDesktop-x64.nw
+exec ./nwjs-v0.45.6-linux-x64/nw ConnectMeDesktop-x64.nw "$@"
diff --git a/PKGBUILD b/PKGBUILD
index 60eb3e996271..55e771bc2290 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=connect-me-desktop
pkgname=${_pkgname}-bin
pkgver=3.0.0
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="Connect Me Desktop Linux"
arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=()
_zipfile="${_pkgname}_${pkgver}_linux_x64.zip"
source=("$_pkgname-$pkgver::https://store.connectme.io/app/$_zipfile" "ConnectMeDesktop.desktop" "ConnectMeDesktop")
noextract=()
-md5sums=(d577d22bb7ca01505420608b5ff221d9 76bc4af92f4886fab2db0a818c0f717e 18695055b3377b42811274b92cbe3f36)
+md5sums=(d577d22bb7ca01505420608b5ff221d9 76bc4af92f4886fab2db0a818c0f717e 307ba78b421a0344114df85b5f711341)
validpgpkeys=()
prepare() {