Date: Saturday, April 2, 2022 @ 13:17:54 Author: heftig Revision: 441241
41.1-1 Modified: sushi/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-02 13:14:13 UTC (rev 441240) +++ PKGBUILD 2022-04-02 13:17:54 UTC (rev 441241) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=sushi -pkgver=41.0 +pkgver=41.1 pkgrel=1 pkgdesc="A quick previewer for Nautilus" url="https://gitlab.gnome.org/GNOME/sushi" @@ -13,21 +13,22 @@ gst-plugin-gtk) makedepends=(gobject-introspection git meson) optdepends=('unoconv: OpenDocument formats') -_commit=20d82a532d222fe53a40d07669fa5d2cd081c66e # tags/41.0^0 +options=(debug) +_commit=23d4c76d8b7346c80198815a65034751ae6cad1b # tags/41.1^0 source=("git+https://gitlab.gnome.org/GNOME/sushi.git#commit=$_commit") sha256sums=('SKIP') pkgver() { - cd $pkgname - git describe --tags | sed 's/^v//;s/-/+/g' + cd sushi + git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' } prepare() { - cd $pkgname + cd sushi } build() { - arch-meson $pkgname build + arch-meson sushi build meson compile -C build }
