git » neatvnc.git » commit a4f5f53

upgpkg: 0.7.2-1

author Maxime Gauduin
2024-02-08 17:38:23 UTC
committer Maxime Gauduin
2024-02-08 17:38:23 UTC
parent e3796b48c6e0ad6c743b3398278f2199caae4e08

upgpkg: 0.7.2-1

.SRCINFO +2 -2
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index ebe4f34..5ec8b6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = neatvnc
 	pkgdesc = Fast and neat VNC server library
-	pkgver = 0.7.1
+	pkgver = 0.7.2
 	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=b5b330b22c6a0fdeb718a9e7ee0732cc406863fa
+	source = git+https://github.com/any1/neatvnc.git#tag=14619e6281136a02e376ad23e3cfaedc8de00ffb
 	b2sums = SKIP
 
 pkgname = neatvnc
diff --git a/PKGBUILD b/PKGBUILD
index eac9fa5..5990d81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andri Yngvason <andri@yngvason.is>
 
 pkgname=neatvnc
-pkgver=0.7.1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc='Fast and neat VNC server library'
 arch=(x86_64)
@@ -25,7 +25,7 @@ makedepends=(
   ninja
 )
 provides=(libneatvnc.so)
-_tag=b5b330b22c6a0fdeb718a9e7ee0732cc406863fa
+_tag=14619e6281136a02e376ad23e3cfaedc8de00ffb
 source=(git+https://github.com/any1/neatvnc.git#tag=${_tag})
 b2sums=(SKIP)