summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÍcar N. S2021-11-28 13:42:26 +0100
committerÍcar N. S2021-11-28 13:42:26 +0100
commit71f9f2203075e839155dd01c7804e0a4c024af37 (patch)
tree44e0b03f2096236bc8136f4dd50a029828be5d48
parent0561edf1e63b927ae42c00ac17efce3755f7b510 (diff)
downloadaur-71f9f2203075e839155dd01c7804e0a4c024af37.tar.gz
Update to 3.38.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fe7f677c9ff..d091fd13ea5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = totem-vaapi
pkgdesc = Movie player for the GNOME desktop based on GStreamer with (unstable) VA-API support
- pkgver = 3.38.0
+ pkgver = 3.38.2
pkgrel = 1
url = https://wiki.gnome.org/Apps/Videos
arch = x86_64
@@ -40,7 +40,7 @@ pkgbase = totem-vaapi
conflicts = totem-plugin
conflicts = totem
replaces = totem-plugin
- source = git+https://gitlab.gnome.org/GNOME/totem.git#commit=18a9c6a988597958be014b4648696ed5eb221e5f
+ source = git+https://gitlab.gnome.org/GNOME/totem.git#commit=5bcc171feaf6127dcd2c09289063adef662d33b2
source = git+https://gitlab.gnome.org/GNOME/libgd.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f08deff642b6..ca5107e05efd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Ícar N. S. <icar.nin@pm.me>
-# ArchLinux's PKGBUILD with a commit disabled to enable unstable vaapi support
+# Maintainer: Ícar N. S. <personal@icarns.xyz>
+# ArchLinux's PKGBUILD with a commit reverted to enable unstable vaapi support
# https://github.com/archlinux/svntogit-packages/blob/master/totem/repos/extra-x86_64/PKGBUILD
_gitname=totem
pkgname=totem-vaapi
-pkgver=3.38.0
+pkgver=3.38.2
pkgrel=1
pkgdesc="Movie player for the GNOME desktop based on GStreamer with (unstable) VA-API support"
url="https://wiki.gnome.org/Apps/Videos"
@@ -23,7 +23,7 @@ groups=(gnome)
conflicts=(totem-plugin totem)
replaces=(totem-plugin)
provides=(totem)
-_commit=18a9c6a988597958be014b4648696ed5eb221e5f # tags/V_3_38_0-fixed^0
+_commit=5bcc171feaf6127dcd2c09289063adef662d33b2 # tags/V_3_38_2^0
source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgd.git")
sha256sums=('SKIP'
@@ -50,6 +50,6 @@ build() {
}
package() {
- DESTDIR="$pkgdir" meson install -C build
+ meson install -C build --destdir "$pkgdir"
install -Dt "$pkgdir/usr/share/licenses/${_gitname}" -m644 ${_gitname}/COPYING
}