[arch-commits] Commit in grilo/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Jul 27 09:28:43 UTC 2018
Date: Friday, July 27, 2018 @ 09:28:43
Author: heftig
Revision: 329584
0.3.6-1
Modified:
grilo/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-27 08:41:38 UTC (rev 329583)
+++ PKGBUILD 2018-07-27 09:28:43 UTC (rev 329584)
@@ -2,7 +2,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
pkgname=grilo
-pkgver=0.3.5
+pkgver=0.3.6
pkgrel=1
pkgdesc="Framework that provides access to various sources of multimedia content"
url="https://wiki.gnome.org/Projects/Grilo"
@@ -11,8 +11,8 @@
depends=(gtk3 libxml2 libsoup liboauth totem-plparser)
makedepends=(gobject-introspection gtk-doc vala git meson)
optdepends=('grilo-plugins: Plugins for grilo')
-_commit=66bc17e9f7f99f494302226ec333ee175d0f906b # tags/grilo-0.3.5^0
-source=("git+https://git.gnome.org/browse/grilo#commit=$_commit")
+_commit=6cd2e5e94f1ba2a8bf7c42da98523b3d76b5e298 # tags/grilo-0.3.6^0
+source=("git+https://gitlab.gnome.org/GNOME/grilo.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
@@ -30,10 +30,9 @@
}
check() {
- cd build
- meson test
+ meson test -C build
}
package() {
- DESTDIR="$pkgdir" ninja -C build install
+ DESTDIR="$pkgdir" meson install -C build
}
More information about the arch-commits
mailing list