git » libvncserver.git » commit a6f3133

upgpkg: 0.9.14-3: Fix dependencies

author Balló György
2024-07-08 10:15:34 UTC
committer Balló György
2024-07-08 10:15:34 UTC
parent d4b0dd964ef453a10610b2e8bcfaaa4d14e43c97

upgpkg: 0.9.14-3: Fix dependencies

- It is built with SASL support by default, so libsasl is needed.

- It uses libgcrypt and GnuTLS by default instead of OpenSSL.

.SRCINFO +20 -0
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..d2600f6
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = libvncserver
+	pkgdesc = Cross-platform C libraries that allow you to easily implement VNC server or client functionality
+	pkgver = 0.9.14
+	pkgrel = 3
+	url = https://libvnc.github.io/
+	arch = x86_64
+	license = GPL
+	makedepends = sdl2
+	makedepends = cmake
+	depends = gnutls
+	depends = libgcrypt
+	depends = libjpeg
+	depends = libpng
+	depends = libsasl
+	depends = lzo
+	depends = systemd-libs
+	source = https://github.com/LibVNC/libvncserver/archive/LibVNCServer-0.9.14.tar.gz
+	sha256sums = 83104e4f7e28b02f8bf6b010d69b626fae591f887e949816305daebae527c9a5
+
+pkgname = libvncserver
diff --git a/PKGBUILD b/PKGBUILD
index c39dceb..b9b564c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 
 pkgname=libvncserver
 pkgver=0.9.14
-pkgrel=2
+pkgrel=3
 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=('gnutls' 'libgcrypt' 'libjpeg' 'libpng' 'lzo' 'openssl')
+depends=('gnutls' 'libgcrypt' 'libjpeg' 'libpng' 'libsasl' 'lzo' 'systemd-libs')
 makedepends=('sdl2' 'cmake')
 source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz")
 sha256sums=('83104e4f7e28b02f8bf6b010d69b626fae591f887e949816305daebae527c9a5')