summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb522379585e..0d8cbbec2609 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = novnc
pkgdesc = HTML VNC Client Library and Application
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/novnc/noVNC
arch = any
license = custom
depends = bash
optdepends = websockify: WebSockets support for any application/server, also depend by novnc launch script.
source = novnc-1.2.0.tar.gz::https://github.com/noVNC/noVNC/archive/v1.2.0.tar.gz
- sha512sums = 9c736912f5a3051027efe779fc64b182f523b9378ff412d78202e52665772678846d97fe3cc5ac18f5c29dd83d5ff2a2dd915e5eadf9af3573fe871db2e7821e
+ sha512sums = 461490da7bb983e9c94b8ce39f8455ee6609b5a9df8d88254bcc37ebaa5153f5ee9db6afbd88b51762d6d55661bc5cde6fbe70616597583bfce1203e337adf75
pkgname = novnc
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
}