[ci skip] update README.md

This commit is contained in:
Shuanglei Tao
2016-12-26 00:58:13 +08:00
parent 24d2c5871b
commit 44d76e2efc
4 changed files with 8 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ pkgname=json-c
pkgver=0.12.1
pkgrel=1
pkgdesc="A JSON implementation in C"
arch=('any')
arch=('i686' 'x86_64')
url="https://github.com/json-c/json-c"
license=('MIT')
makedepends=('gcc' 'make' 'autoconf')

View File

@@ -4,7 +4,7 @@ pkgname="libwebsockets"
pkgver=2.1.0
pkgrel=1
pkgdesc="A lightweight pure C library for websockets (msys)"
arch=('any')
arch=('i686' 'x86_64')
url="http://libwebsockets.org"
license=('LGPL 2.1')
makedepends=('gcc' 'cmake' 'zlib-devel' 'openssl-devel')

View File

@@ -4,10 +4,10 @@ pkgname="ttyd"
pkgver=1.2.2
pkgrel=1
pkgdesc="A command-line tool for sharing terminal over the web"
arch=('any')
arch=('i686' 'x86_64')
url="https://github.com/tsl0922/ttyd"
license=('MIT')
makedepends=('gcc' 'cmake' 'json-c' 'libwebsockets')
makedepends=('gcc' 'cmake' 'json-c' 'libwebsockets' 'vim')
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/tsl0922/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('6e85335c11df68e6401178269920a586bce7e66045bd0b225f6d2bc58356d105')