[arch-commits] Commit in totem-plparser/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Jun 14 19:19:26 UTC 2018
Date: Thursday, June 14, 2018 @ 19:19:25
Author: heftig
Revision: 326989
3.26.1-1
Modified:
totem-plparser/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-14 19:19:08 UTC (rev 326988)
+++ PKGBUILD 2018-06-14 19:19:25 UTC (rev 326989)
@@ -3,7 +3,7 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=totem-plparser
-pkgver=3.26.0+11+g0091a56
+pkgver=3.26.1
pkgrel=1
pkgdesc="Simple GObject-based library to parse and save a host of playlist formats"
url="https://git.gnome.org/browse/totem-pl-parser"
@@ -11,8 +11,9 @@
arch=(x86_64)
depends=(gmime3 libarchive libquvi libxml2)
makedepends=(gobject-introspection git gtk-doc meson)
-_commit=0091a562f2299fc61943bf5b44ecd7c472288693 # master
-source=("git+https://git.gnome.org/browse/totem-pl-parser#commit=$_commit")
+checkdepends=(gvfs)
+_commit=d22b15599ff8554377e0dab493673754f615b49d # tags/V_3_26_1^0
+source=("git+https://gitlab.gnome.org/GNOME/totem-pl-parser.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
@@ -29,6 +30,11 @@
ninja -C build
}
+check() {
+ cd build
+ meson test
+}
+
package() {
DESTDIR="$pkgdir" ninja -C build install
}
More information about the arch-commits
mailing list