Date: Friday, March 4, 2022 @ 15:43:11 Author: heftig Revision: 438887
0.4.3-1 Modified: gnome-autoar/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-04 15:30:56 UTC (rev 438886) +++ PKGBUILD 2022-03-04 15:43:11 UTC (rev 438887) @@ -2,7 +2,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gnome-autoar -pkgver=0.4.2 +pkgver=0.4.3 pkgrel=1 pkgdesc="Automatic archives creating and extracting library" url="https://wiki.gnome.org/TingweiLan/GSoC2013Final" @@ -11,13 +11,13 @@ depends=(glib2 libarchive gtk3) makedepends=(git gobject-introspection gtk-doc vala meson) provides=(libgnome-autoar{,-gtk}-${pkgver%%.*}.so) -_commit=ca65decadfea12dcba28252bead2809091ac82f3 # tags/0.4.2^0 +_commit=5739d99e286922dda48d4c0ebe51849c04561303 # tags/0.4.3^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-autoar.git#commit=$_commit") sha256sums=('SKIP') pkgver() { cd $pkgname - git describe --tags | sed 's/-/+/g' + git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' } prepare() {
