git » neatvnc.git » commit 3d1ba8c

upgpkg: 0.5.1-1

author Maxime Gauduin
2022-08-18 09:18:37 UTC
committer Maxime Gauduin
2022-08-18 09:18:37 UTC
parent 6e85716e45e7192438cf948a205d633ae8f4a2c6

upgpkg: 0.5.1-1

PKGBUILD +6 -4

diff --git a/PKGBUILD b/PKGBUILD
index 395d8e4..3b5ce9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Contributor: Andri Yngvason <andri@yngvason.is>
 
 pkgname=neatvnc
-pkgver=0.4.0
-pkgrel=3
+pkgver=0.5.1
+pkgrel=1
 pkgdesc='Fast and neat VNC server library'
 arch=(x86_64)
 url=https://github.com/any1/neatvnc
@@ -12,18 +12,20 @@ depends=(
   glibc
   gnutls
   libaml.so
+  libavcodec.so
+  libdrm
   libpixman-1.so
   libturbojpeg.so
+  mesa
   zlib
 )
 makedepends=(
   git
-  libdrm
   meson
   ninja
 )
 provides=(libneatvnc.so)
-_tag=b1d32694d0a310e36da1cf84420c827bbf665755
+_tag=43684ec48259f529f5ce41554ee93f500cce94b7
 source=(git+https://github.com/any1/neatvnc.git#tag=${_tag})
 b2sums=(SKIP)