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

Jan Steffens heftig at archlinux.org
Sun Sep 27 17:23:09 UTC 2020


    Date: Sunday, September 27, 2020 @ 17:23:08
  Author: heftig
Revision: 396801

3.38.0-1

Modified:
  totem/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 17:22:56 UTC (rev 396800)
+++ PKGBUILD	2020-09-27 17:23:08 UTC (rev 396801)
@@ -1,16 +1,16 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=totem
-pkgver=3.34.1
-pkgrel=2
+pkgver=3.38.0
+pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos"
 arch=(x86_64)
 license=(GPL2 custom)
-depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo gsettings-desktop-schemas
-         dconf python-gobject python-xdg gnome-desktop gst-plugins-base gst-plugins-good
-         gst-plugins-bad)
+depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo
+         gsettings-desktop-schemas dconf python-gobject python-xdg gnome-desktop
+         gst-plugins-base gst-plugins-good gst-plugins-bad)
 makedepends=(libnautilus-extension itstool docbook-xsl python-pylint
              gobject-introspection git appstream-glib gtk-doc meson intltool)
 optdepends=('gst-plugins-ugly: Extra media codecs'
@@ -20,7 +20,7 @@
 groups=(gnome)
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=8579f3c7bd4811a1ff2dc782efaae71f70e6954e  # tags/V_3_34_1^0
+_commit=18a9c6a988597958be014b4648696ed5eb221e5f  # tags/V_3_38_0-fixed^0
 source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/libgd.git")
 sha256sums=('SKIP'
@@ -28,7 +28,7 @@
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+  git describe --tags | sed 's/^V_//;s/-fixed//;s/_/./g;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list