Date: Sunday, December 25, 2022 @ 18:06:07
  Author: felixonmars
Revision: 464823

upgpkg: libvncserver 0.9.14-2: fix dependency on lzo

Modified:
  libvncserver/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-25 17:58:33 UTC (rev 464822)
+++ PKGBUILD    2022-12-25 18:06:07 UTC (rev 464823)
@@ -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')

Reply via email to