| author | Maxime Gauduin
<alucryd@archlinux.org> 2024-08-10 09:05:28 UTC |
| committer | Maxime Gauduin
<alucryd@archlinux.org> 2024-08-10 09:05:28 UTC |
| parent | 4115bab4c962ac1742324f0623998b9aeae8de1d |
| PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 15fcaeb..cee8141 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -28,10 +28,10 @@ provides=(libneatvnc.so) source=(git+https://github.com/any1/neatvnc.git#tag=v${pkgver}) b2sums=('e5739d474e1d1610eed391625776a02c2bd1de93bde13bb88962bb8dec4e38aa8ff3db70065d0d29966dedbab10a2959fb83f631ee216650d2e199414a67c5c7') -#pkgver() { -# cd neatvnc -# git describe --tags | sed 's/^v//' -#} +pkgver() { + cd neatvnc + git describe --tags | sed 's/^v//' +} build() { arch-meson neatvnc build \