git » neatvnc.git » commit 9402888

upgpkg: 0.7.0-1

author Maxime Gauduin
2023-10-09 21:14:36 UTC
committer Maxime Gauduin
2023-10-09 21:14:36 UTC
parent 3b354164e14957092c8988f10e6538b4c38606fd

upgpkg: 0.7.0-1

.SRCINFO +24 -0
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..8692f84
--- /dev/null
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index f976918..37c627b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Contributor: Andri Yngvason <andri@yngvason.is>
 
 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)