Date: Wednesday, January 12, 2022 @ 18:05:36 Author: heftig Revision: 434304
41.2-1 Modified: nautilus/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-12 17:59:46 UTC (rev 434303) +++ PKGBUILD 2022-01-12 18:05:36 UTC (rev 434304) @@ -3,8 +3,8 @@ pkgbase=nautilus pkgname=(nautilus libnautilus-extension) -pkgver=41.1 -pkgrel=2 +pkgver=41.2 +pkgrel=1 pkgdesc="Default file manager for GNOME" url="https://wiki.gnome.org/Apps/Files" arch=(x86_64) @@ -13,12 +13,17 @@ gnome-autoar gst-plugins-base-libs libhandy libportal-gtk3) makedepends=(gobject-introspection git gtk-doc meson appstream-glib) checkdepends=(python-gobject) -_commit=ca5283a5207463ef86b8509e9c2cb3c0f047288b # tags/41.1^0 +_commit=1394dfc4588348cf6c9ae3d1cf373120f65eefb5 # tags/41.2^0 source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/libgd.git") sha256sums=('SKIP' 'SKIP') +pkgver() { + cd $pkgbase + git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' +} + prepare() { cd $pkgbase @@ -30,11 +35,6 @@ git submodule update } -pkgver() { - cd $pkgbase - git describe --tags | sed 's/-/+/g' -} - build() { arch-meson $pkgbase build \ -D docs=true \
