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

Jan Steffens heftig at archlinux.org
Wed Jun 16 14:55:36 UTC 2021


    Date: Wednesday, June 16, 2021 @ 14:55:36
  Author: heftig
Revision: 418355

3.38.1-1

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-16 14:50:25 UTC (rev 418354)
+++ PKGBUILD	2021-06-16 14:55:36 UTC (rev 418355)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=totem
-pkgver=3.38.0
+pkgver=3.38.1
 pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos"
@@ -20,7 +20,7 @@
 groups=(gnome)
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=18a9c6a988597958be014b4648696ed5eb221e5f  # tags/V_3_38_0-fixed^0
+_commit=4bd83295abc858322d50ade7b77d228e85b02a96  # tags/V_3_38_1^0
 source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit"
         "git+https://gitlab.gnome.org/GNOME/libgd.git")
 sha256sums=('SKIP'
@@ -41,10 +41,10 @@
 
 build() {
   arch-meson $pkgname build -D enable-gtk-doc=true
-  ninja -C build
+  meson compile -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
   install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
 }



More information about the arch-commits mailing list