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

Maxime Gauduin alucryd at archlinux.org
Tue Nov 26 13:52:24 UTC 2019


    Date: Tuesday, November 26, 2019 @ 13:52:23
  Author: alucryd
Revision: 533469

upgpkg: pantheon-videos 2.7.0-1

Modified:
  pantheon-videos/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-26 12:59:04 UTC (rev 533468)
+++ PKGBUILD	2019-11-26 13:52:23 UTC (rev 533469)
@@ -2,7 +2,7 @@
 # Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
 
 pkgname=pantheon-videos
-pkgver=2.6.3
+pkgver=2.7.0
 pkgrel=1
 pkgdesc='The Pantheon Video Player'
 arch=(x86_64)
@@ -34,9 +34,15 @@
   'gst-plugins-bad: "Bad" plugin libraries'
   'gst-plugins-ugly: "Ugly" plugin libraries'
 )
-source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=${pkgver})
+source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=81cd005eb4e3fbdd8acd07adbbfed5f3bb83aa04)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd pantheon-videos
+
+  git describe --tags
+}
+
 build() {
   arch-meson pantheon-videos build
   ninja -C build



More information about the arch-commits mailing list