| author | Felix Yan
<felixonmars@archlinux.org> 2022-12-25 18:06:07 UTC |
| committer | Felix Yan
<felixonmars@archlinux.org> 2022-12-25 18:06:07 UTC |
| parent | 6791592aebdf1532fbb556727c89fd9f8221c823 |
| PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 6d8a25c..c39dceb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,12 +4,12 @@ pkgname=libvncserver pkgver=0.9.14 -pkgrel=1 +pkgrel=2 pkgdesc="Cross-platform C libraries that allow you to easily implement VNC server or client functionality" arch=('x86_64') url="https://libvnc.github.io/" license=('GPL') -depends=('libpng' 'libjpeg' 'gnutls' 'libgcrypt' 'openssl' 'libnsl') +depends=('gnutls' 'libgcrypt' 'libjpeg' 'libpng' 'lzo' 'openssl') makedepends=('sdl2' 'cmake') source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz") sha256sums=('83104e4f7e28b02f8bf6b010d69b626fae591f887e949816305daebae527c9a5')