* update libvncserver to 0.9.14-4
This commit is contained in:
parent
30f9b1114e
commit
6e3b3d0dd9
@ -1,19 +1,19 @@
|
|||||||
pkgbase = libvncserver
|
pkgbase = libvncserver
|
||||||
pkgdesc = Cross-platform C libraries that allow you to easily implement VNC server or client functionality
|
pkgdesc = Cross-platform C libraries that allow you to easily implement VNC server or client functionality
|
||||||
pkgver = 0.9.14
|
pkgver = 0.9.14
|
||||||
pkgrel = 3.1
|
pkgrel = 4
|
||||||
url = https://libvnc.github.io/
|
url = https://libvnc.github.io/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = powerpc64le
|
arch = powerpc64le
|
||||||
arch = powerpc64
|
arch = powerpc64
|
||||||
arch = powerpc
|
arch = powerpc
|
||||||
arch = riscv64
|
arch = riscv64
|
||||||
license = GPL
|
license = GPL-2.0-or-later
|
||||||
makedepends = sdl2
|
makedepends = sdl2
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
depends = gnutls
|
depends = gnutls
|
||||||
depends = libgcrypt
|
depends = libgcrypt
|
||||||
depends = libjpeg
|
depends = libjpeg-turbo
|
||||||
depends = libpng
|
depends = libpng
|
||||||
depends = libsasl
|
depends = libsasl
|
||||||
depends = lzo
|
depends = lzo
|
||||||
|
5
libvncserver/.nvchecker.toml
Normal file
5
libvncserver/.nvchecker.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[libvncserver]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/LibVNC/libvncserver"
|
||||||
|
prefix = "LibVNCServer-"
|
||||||
|
include_regex = '^LibVNCServer-\d+\.\d+\.\d+$'
|
@ -5,12 +5,12 @@
|
|||||||
|
|
||||||
pkgname=libvncserver
|
pkgname=libvncserver
|
||||||
pkgver=0.9.14
|
pkgver=0.9.14
|
||||||
pkgrel=3.1
|
pkgrel=4
|
||||||
pkgdesc="Cross-platform C libraries that allow you to easily implement VNC server or client functionality"
|
pkgdesc="Cross-platform C libraries that allow you to easily implement VNC server or client functionality"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url="https://libvnc.github.io/"
|
url="https://libvnc.github.io/"
|
||||||
license=('GPL')
|
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')
|
makedepends=('sdl2' 'cmake')
|
||||||
source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz")
|
source=("https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${pkgver}.tar.gz")
|
||||||
sha256sums=('83104e4f7e28b02f8bf6b010d69b626fae591f887e949816305daebae527c9a5')
|
sha256sums=('83104e4f7e28b02f8bf6b010d69b626fae591f887e949816305daebae527c9a5')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user