| author | Carl Smedstad
<carsme@archlinux.org> 2024-10-05 16:13:34 UTC |
| committer | Carl Smedstad
<carsme@archlinux.org> 2024-10-05 16:13:34 UTC |
| parent | 33d7b38931993ed1c92b84fb283f57a0ba5f0145 |
| .SRCINFO | +3 | -3 |
| PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index d2600f6..77064f0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,15 @@ pkgbase = libvncserver pkgdesc = Cross-platform C libraries that allow you to easily implement VNC server or client functionality pkgver = 0.9.14 - pkgrel = 3 + pkgrel = 4 url = https://libvnc.github.io/ arch = x86_64 - license = GPL + license = GPL-2.0-or-later makedepends = sdl2 makedepends = cmake depends = gnutls depends = libgcrypt - depends = libjpeg + depends = libjpeg-turbo depends = libpng depends = libsasl depends = lzo diff --git a/PKGBUILD b/PKGBUILD index d49ab6e..b6c03cd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,12 +4,12 @@ pkgname=libvncserver pkgver=0.9.14 -pkgrel=3 +pkgrel=4 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-2.0-or-later') -depends=('gnutls' 'libgcrypt' 'libjpeg' 'libpng' 'libsasl' 'lzo' 'systemd-libs') +depends=('gnutls' 'libgcrypt' 'libjpeg-turbo' 'libpng' 'libsasl' 'lzo' 'systemd-libs') makedepends=('sdl2' 'cmake') source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz") sha256sums=('83104e4f7e28b02f8bf6b010d69b626fae591f887e949816305daebae527c9a5')