| author | Maxime Gauduin
<alucryd@archlinux.org> 2023-11-20 13:26:36 UTC |
| committer | Maxime Gauduin
<alucryd@archlinux.org> 2023-11-20 13:26:36 UTC |
| parent | 619b9551434d8d42b623d207ad3f7955e99f9e11 |
| .SRCINFO | +2 | -2 |
| PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 299a30c..5c52278 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = wayvnc pkgdesc = VNC server for wlroots-based Wayland compositors - pkgver = 0.7.1 + pkgver = 0.7.2 pkgrel = 1 url = https://github.com/any1/wayvnc arch = x86_64 @@ -19,7 +19,7 @@ pkgbase = wayvnc depends = libxkbcommon.so depends = wayland optdepends = pam: PAM authentication - source = git+https://github.com/any1/wayvnc.git#tag=53cc5d185c8eed9bcf88ad5d272975a3b4755163 + source = git+https://github.com/any1/wayvnc.git#tag=4de85acadbabdcebad0f8d8076f6c9f7df6052b0 source = wayvnc.service b2sums = SKIP b2sums = 083d7ddbf353d06126b76152e51807ed7572684e0c995b71802fcf36ca133c48401126907fcac657271bf9590b4a304a103f7bf9104b73e0699af98f7388f65c diff --git a/PKGBUILD b/PKGBUILD index a7a0e7c..bbf6c16 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Andri Yngvason <andri@yngvason.is> pkgname=wayvnc -pkgver=0.7.1 +pkgver=0.7.2 pkgrel=1 pkgdesc='VNC server for wlroots-based Wayland compositors' arch=(x86_64) @@ -26,7 +26,7 @@ makedepends=( scdoc ) optdepends=('pam: PAM authentication') -_tag=53cc5d185c8eed9bcf88ad5d272975a3b4755163 +_tag=4de85acadbabdcebad0f8d8076f6c9f7df6052b0 source=( git+https://github.com/any1/wayvnc.git#tag=${_tag} wayvnc.service