[arch-commits] Commit in sushi/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Oct 22 20:46:01 UTC 2020


    Date: Thursday, October 22, 2020 @ 20:46:00
  Author: heftig
Revision: 398747

3.38.0-1

Modified:
  sushi/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-22 17:51:09 UTC (rev 398746)
+++ PKGBUILD	2020-10-22 20:46:00 UTC (rev 398747)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=sushi
-pkgver=3.34.0+19+g331d9b7
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="A quick previewer for Nautilus"
 url="https://gitlab.gnome.org/GNOME/sushi"
@@ -13,13 +13,13 @@
          gst-plugins-base-libs gst-plugin-gtk)
 makedepends=(gobject-introspection git meson)
 optdepends=('unoconv: OpenDocument formats')
-_commit=331d9b7b584c7febc0311c737e8b3011cc852900  # master
+_commit=f763d41b31f59a726d26e721df4f6e0fe00adf50  # tags/v3.38.0^0
 source=("git+https://gitlab.gnome.org/GNOME/sushi.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/^v//;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list