Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
neatvnc
Commits:
e3796b48 by Maxime Gauduin at 2023-11-20T14:26:11+01:00
upgpkg: 0.7.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = neatvnc
pkgdesc = Fast and neat VNC server library
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/any1/neatvnc
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = neatvnc
depends = mesa
depends = zlib
provides = libneatvnc.so
- source =
git+https://github.com/any1/neatvnc.git#tag=112391140a76f0b362fa0df92fc1183c4a48ef3d
+ source =
git+https://github.com/any1/neatvnc.git#tag=b5b330b22c6a0fdeb718a9e7ee0732cc406863fa
b2sums = SKIP
pkgname = neatvnc
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Andri Yngvason <[email protected]>
pkgname=neatvnc
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc='Fast and neat VNC server library'
arch=(x86_64)
@@ -25,7 +25,7 @@ makedepends=(
ninja
)
provides=(libneatvnc.so)
-_tag=112391140a76f0b362fa0df92fc1183c4a48ef3d
+_tag=b5b330b22c6a0fdeb718a9e7ee0732cc406863fa
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/e3796b48c6e0ad6c743b3398278f2199caae4e08
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/neatvnc/-/commit/e3796b48c6e0ad6c743b3398278f2199caae4e08
You're receiving this email because of your account on gitlab.archlinux.org.