Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / neatvnc
Commits: 9402888c by Maxime Gauduin at 2023-10-09T23:14:36+02:00 upgpkg: 0.7.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,24 @@ +pkgbase = neatvnc + pkgdesc = Fast and neat VNC server library + pkgver = 0.7.0 + pkgrel = 1 + url = https://github.com/any1/neatvnc + arch = x86_64 + license = custom:ISC + makedepends = git + makedepends = meson + makedepends = ninja + depends = glibc + depends = gnutls + depends = libaml.so + depends = libavcodec.so + depends = libdrm + depends = libpixman-1.so + depends = libturbojpeg.so + depends = mesa + depends = zlib + provides = libneatvnc.so + source = git+https://github.com/any1/neatvnc.git#tag=112391140a76f0b362fa0df92fc1183c4a48ef3d + b2sums = SKIP + +pkgname = neatvnc ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Andri Yngvason <[email protected]> pkgname=neatvnc -pkgver=0.6.0 -pkgrel=2 +pkgver=0.7.0 +pkgrel=1 pkgdesc='Fast and neat VNC server library' arch=(x86_64) url=https://github.com/any1/neatvnc @@ -25,7 +25,7 @@ makedepends=( ninja ) provides=(libneatvnc.so) -_tag=8b3dc1ae6099dcfa73aec3ae11df2fdc58540d14 +_tag=112391140a76f0b362fa0df92fc1183c4a48ef3d source=(git+https://github.com/any1/neatvnc.git#tag=${_tag}) b2sums=(SKIP) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/neatvnc/-/commit/9402888c82f508ed51dec73bd43ebb82090d8f5d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/neatvnc/-/commit/9402888c82f508ed51dec73bd43ebb82090d8f5d You're receiving this email because of your account on gitlab.archlinux.org.
