Date: Monday, October 25, 2021 @ 20:37:37 Author: heftig Revision: 426576
0.3.14-1 Modified: grilo/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-25 20:18:48 UTC (rev 426575) +++ PKGBUILD 2021-10-25 20:37:37 UTC (rev 426576) @@ -1,7 +1,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=grilo -pkgver=0.3.13 +pkgver=0.3.14 pkgrel=1 pkgdesc="Framework that provides access to various sources of multimedia content" url="https://wiki.gnome.org/Projects/Grilo" @@ -12,7 +12,7 @@ optdepends=('grilo-plugins: Plugins for grilo' 'gtk3: Test UI') provides=(libgr{ilo,lnet,lpls}-0.3.so) -_commit=b3372233ee509676ab4408f049549c1020cff7a1 # tags/grilo-0.3.13^0 +_commit=f42014e4c4ba58cff581f202ebec54f044db36f3 # tags/grilo-0.3.14^0 source=("git+https://gitlab.gnome.org/GNOME/grilo.git#commit=$_commit") sha256sums=('SKIP') @@ -35,5 +35,5 @@ } package() { - DESTDIR="$pkgdir" meson install -C build + meson install -C build --destdir "$pkgdir" }
