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 81feda84c034..3241dbfdba15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttyd
pkgdesc = Share your terminal over the web
pkgver = 1.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://tsl0922.github.io/ttyd/
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = ttyd
makedepends = vim
depends = json-c
depends = libpcap
- depends = libwebsockets
+ depends = libwebsockets-libuv
depends = zlib
source = ttyd.service
source = https://github.com/tsl0922/ttyd/archive/1.6.0/ttyd-1.6.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ff62ab646cfe..340983cd6727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=ttyd
pkgver=1.6.0
-pkgrel=2
+pkgrel=3
pkgdesc='Share your terminal over the web'
arch=('i686' 'x86_64' 'armv7h')
url=https://tsl0922.github.io/ttyd/
license=('MIT')
-depends=('json-c' 'libpcap' 'libwebsockets' 'zlib')
+depends=('json-c' 'libpcap' 'libwebsockets-libuv' 'zlib')
makedepends=('cmake' 'vim') # vim needed for its xxd binary
source=("ttyd.service"
"https://github.com/tsl0922/ttyd/archive/$pkgver/ttyd-$pkgver.tar.gz")