Date: Thursday, July 14, 2022 @ 23:02:20 Author: heftig Revision: 451074
1.3.1-1 Modified: gtk-vnc/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-14 23:01:18 UTC (rev 451073) +++ PKGBUILD 2022-07-14 23:02:20 UTC (rev 451074) @@ -4,9 +4,9 @@ # Contributor: lp76 <[email protected]> pkgname=gtk-vnc -pkgver=1.3.0 +pkgver=1.3.1 pkgrel=1 -pkgdesc="A VNC viewer widget for GTK+" +pkgdesc="VNC viewer widget for GTK" url="https://wiki.gnome.org/Projects/gtk-vnc" arch=(x86_64) license=(LGPL) @@ -13,15 +13,16 @@ depends=(libgcrypt gtk3 gnutls libpulse) makedepends=(vala gobject-introspection git perl-text-csv meson) provides=(libgtk-vnc-2.0.so libgvnc{,pulse}-1.0.so) -_commit=3df186523a8eab9ff6cbbcb2e23d5d8986461c2e # tags/v1.3.0^0 +options=(debug) +_commit=1ea35aa11bdf97916409504024bcd36a01abc64d # tags/v1.3.1^0 source=("git+https://gitlab.gnome.org/GNOME/gtk-vnc.git#commit=$_commit" - git+https://gitlab.com/keycodemap/keycodemapdb.git) + "git+https://gitlab.com/keycodemap/keycodemapdb.git") sha256sums=('SKIP' 'SKIP') pkgver() { cd gtk-vnc - git describe --tags | sed 's/^v//;s/-/+/g' + git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g' } prepare() {
