summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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
}