summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
-rw-r--r--novnc@.service (renamed from novnc.service)0
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 017a27e4467c..4bcacf007f2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,11 +9,12 @@ pkgbase = novnc-git
depends = bash
depends = websockify
depends = inetutils
+ depends = which
optdepends = python-numpy: better HyBi protocol performance
provides = novnc
conflicts = novnc
source = novnc::git+https://github.com/novnc/noVNC.git
- source = novnc.service
+ source = novnc@.service
sha512sums = SKIP
sha512sums = 5dce6fb71dcdeab9ebe3986ebad431d01bb01860cb9960b1e70af84b2beba2330738cd9aa37ab9e025ee8263cba7475d484d5c6d55d4b3750d27aff37c7aef41
diff --git a/PKGBUILD b/PKGBUILD
index 2a2fc4e1a8ac..31579cbf1aa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ pkgdesc="HTML VNC Client Library and Application"
arch=(any)
url="https://github.com/novnc/noVNC"
license=('custom')
-depends=('bash' 'websockify' 'inetutils')
+depends=('bash' 'websockify' 'inetutils' 'which')
optdepends=('python-numpy: better HyBi protocol performance')
provides=('novnc')
conflicts=('novnc')
source=("novnc::git+https://github.com/novnc/noVNC.git"
- "novnc.service")
+ "novnc@.service")
sha512sums=('SKIP'
'5dce6fb71dcdeab9ebe3986ebad431d01bb01860cb9960b1e70af84b2beba2330738cd9aa37ab9e025ee8263cba7475d484d5c6d55d4b3750d27aff37c7aef41')
makedepends=("git")
@@ -32,7 +32,7 @@ prepare(){
}
package() {
- install -Dm644 novnc.service "${pkgdir}/usr/lib/systemd/system/novnc.service"
+ install -Dm644 novnc@.service "${pkgdir}/usr/lib/systemd/system/novnc@.service"
cd "novnc"
diff --git a/novnc.service b/novnc@.service
index 039d7a886331..039d7a886331 100644
--- a/novnc.service
+++ b/novnc@.service