| author | Maxime Gauduin
<alucryd@archlinux.org> 2024-03-05 20:52:40 UTC |
| committer | Maxime Gauduin
<alucryd@archlinux.org> 2024-03-05 20:52:40 UTC |
| parent | 877ec1383c51e72026b875a2f67f02bf4511ee7b |
| .SRCINFO | +2 | -2 |
| PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 5c52278..6381265 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = wayvnc pkgdesc = VNC server for wlroots-based Wayland compositors - pkgver = 0.7.2 + pkgver = 0.8.0 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=4de85acadbabdcebad0f8d8076f6c9f7df6052b0 + source = git+https://github.com/any1/wayvnc.git#tag=15d09b0f9f971792c1a09a5e53640951b8b74aac source = wayvnc.service b2sums = SKIP b2sums = 083d7ddbf353d06126b76152e51807ed7572684e0c995b71802fcf36ca133c48401126907fcac657271bf9590b4a304a103f7bf9104b73e0699af98f7388f65c diff --git a/PKGBUILD b/PKGBUILD index bbf6c16..20537dc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Andri Yngvason <andri@yngvason.is> pkgname=wayvnc -pkgver=0.7.2 +pkgver=0.8.0 pkgrel=1 pkgdesc='VNC server for wlroots-based Wayland compositors' arch=(x86_64) @@ -26,7 +26,7 @@ makedepends=( scdoc ) optdepends=('pam: PAM authentication') -_tag=4de85acadbabdcebad0f8d8076f6c9f7df6052b0 +_tag=15d09b0f9f971792c1a09a5e53640951b8b74aac source=( git+https://github.com/any1/wayvnc.git#tag=${_tag} wayvnc.service