Date: Sunday, March 11, 2018 @ 19:38:41 Author: heftig Revision: 318630
3.26.0+11+g0091a56-1 Modified: totem-plparser/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-11 19:38:13 UTC (rev 318629) +++ PKGBUILD 2018-03-11 19:38:41 UTC (rev 318630) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=totem-plparser -pkgver=3.26.0 +pkgver=3.26.0+11+g0091a56 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" @@ -10,8 +10,8 @@ license=(LGPL) arch=(x86_64) depends=(gmime3 libarchive libquvi libxml2) -makedepends=(gobject-introspection git gtk-doc libsoup meson) -_commit=279ca9c68f9ed24a29bec5ababcdbf97fd5d08e7 # tags/V_3_26_0^0 +makedepends=(gobject-introspection git gtk-doc meson) +_commit=0091a562f2299fc61943bf5b44ecd7c472288693 # master source=("git+https://git.gnome.org/browse/totem-pl-parser#commit=$_commit") sha256sums=('SKIP') @@ -21,17 +21,14 @@ } prepare() { - mkdir build cd totem-pl-parser } build() { - cd build - meson setup --prefix=/usr --libexecdir=/usr/lib --buildtype=release -Denable-gtk-doc=true ../totem-pl-parser - ninja + arch-meson totem-pl-parser build -D enable-gtk-doc=true + ninja -C build } package() { - cd build - DESTDIR="$pkgdir" ninja install + DESTDIR="$pkgdir" ninja -C build install }
