| author | Maxime Gauduin
<alucryd@archlinux.org> 2024-08-19 21:09:55 UTC |
| committer | Maxime Gauduin
<alucryd@archlinux.org> 2024-08-19 21:09:55 UTC |
| parent | 631b712307f6b52cd298ef9ac20de3935ce32bb4 |
| .SRCINFO | +2 | -2 |
| PKGBUILD | +3 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 6381265..f27f62d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,10 +1,10 @@ pkgbase = wayvnc pkgdesc = VNC server for wlroots-based Wayland compositors pkgver = 0.8.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/any1/wayvnc arch = x86_64 - license = custom:ISC + license = ISC makedepends = git makedepends = meson makedepends = ninja diff --git a/PKGBUILD b/PKGBUILD index 20537dc..e5712d3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,11 +3,11 @@ pkgname=wayvnc pkgver=0.8.0 -pkgrel=1 +pkgrel=2 pkgdesc='VNC server for wlroots-based Wayland compositors' arch=(x86_64) url=https://github.com/any1/wayvnc -license=(custom:ISC) +license=(ISC) depends=( glibc jansson @@ -50,6 +50,7 @@ build() { package() { DESTDIR="${pkgdir}" meson install -C build + install -Dm 644 wayvnc/wayvnc.pam "${pkgdir}"/etc/pam.d/wayvnc install -Dm 644 wayvnc.service -t "${pkgdir}"/usr/lib/systemd/user install -Dm 644 wayvnc/COPYING -t "${pkgdir}"/usr/share/licenses/wayvnc }