summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNebulaNeko2020-08-25 22:43:19 +0800
committerNebulaNeko2020-08-25 22:43:19 +0800
commit7d64629f10f7ba30b7edcc1778cfd4a8b344e5fc (patch)
treef1308af883bb4d812af743d1ad59508b6d400fc3 /PKGBUILD
parent46cc9707652b4f018d613bf8a9c26d9488c5c238 (diff)
downloadaur-7d64629f10f7ba30b7edcc1778cfd4a8b344e5fc.tar.gz
fix launch.sh
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07bce62c7be8..7cb0c1112c7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=novnc
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="HTML VNC Client Library and Application"
arch=('any')
url="https://github.com/novnc/noVNC"
@@ -18,7 +18,7 @@ prepare(){
cd "noVNC-$pkgver"
sed \
-e 's#\(share\)#\1/webapps#g' \
- -e '119,+28c WEBSOCKIFY=/usr/bin/websockify' \
+ -e '2 i WEBSOCKIFY=/usr/bin/websockify' \
-i utils/launch.sh
}