summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorElmar Klausmeier2020-04-11 23:55:55 +0200
committerElmar Klausmeier2020-04-11 23:55:55 +0200
commit7ddcf16e86e37d987a3f4beaa14128ce23d87f72 (patch)
tree4122d66769dae3ab841d9d2b55b69b7635173e0e /PKGBUILD
parent56035772cfaf190e5b18153ea2c5225e250ce670 (diff)
downloadaur-7ddcf16e86e37d987a3f4beaa14128ce23d87f72.tar.gz
ttyd is dependent on libwebsocket-libuv again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")