| author | Maxime Gauduin
<alucryd@archlinux.org> 2023-11-20 13:26:11 UTC |
| committer | Maxime Gauduin
<alucryd@archlinux.org> 2023-11-20 13:26:11 UTC |
| parent | 9402888c82f508ed51dec73bd43ebb82090d8f5d |
| .SRCINFO | +2 | -2 |
| PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 8692f84..ebe4f34 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 37c627b..eac9fa5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Andri Yngvason <andri@yngvason.is> 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)