Date: Sunday, March 11, 2018 @ 19:55:15 Author: heftig Revision: 318638
0.3.5+12+g7ecf4b2-1 Modified: grilo-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-11 19:45:59 UTC (rev 318637) +++ PKGBUILD 2018-03-11 19:55:15 UTC (rev 318638) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=grilo-plugins -pkgver=0.3.5 +pkgver=0.3.5+12+g7ecf4b2 pkgrel=1 pkgdesc="A collection of plugins for the Grilo framework" url="https://git.gnome.org/browse/grilo-plugins" @@ -15,7 +15,7 @@ optdepends=('dleyna-server: DLNA plugin' 'tracker-miners: Tracker plugin') groups=(gnome) -_commit=ec1c807ae0a3d1f2f5ca12c3147e053d1f0bddd1 # tags/grilo-plugins-0.3.5^0 +_commit=7ecf4b230c7b0144e579f89b594bf2ce871d19f1 # master source=("git+https://git.gnome.org/browse/grilo-plugins#commit=$_commit" luafiles.diff) sha256sums=('SKIP' @@ -27,16 +27,13 @@ } prepare() { - mkdir build cd $pkgname patch -Np1 -i ../luafiles.diff } build() { - cd build - export LANG=en_US.UTF-8 - meson setup --prefix=/usr --buildtype=release ../$pkgname - ninja + arch-meson $pkgname build + ninja -C build } check() { @@ -46,6 +43,5 @@ } package() { - cd build - DESTDIR="$pkgdir" ninja install + DESTDIR="$pkgdir" ninja -C build install }
