Date: Saturday, January 26, 2019 @ 17:33:43 Author: alucryd Revision: 428164
upgpkg: pantheon-music 5.0.2-1 Modified: pantheon-music/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-26 17:17:44 UTC (rev 428163) +++ PKGBUILD 2019-01-26 17:33:43 UTC (rev 428164) @@ -1,11 +1,11 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=pantheon-music -pkgver=5.0.1 +pkgver=5.0.2 pkgrel=1 pkgdesc='The Pantheon Music Player' arch=(x86_64) -url='https://github.com/elementary/music' +url=https://github.com/elementary/music license=(GPL3) groups=(pantheon) depends=( @@ -46,12 +46,13 @@ sha256sums=(SKIP) build() { - arch-meson pantheon-music build + arch-meson pantheon-music build \ + -D b_pie=false ninja -C build } package() { - DESTDIR="${pkgdir}" ninja -C build install + DESTDIR="${pkgdir}" meson install -C build } # vim: ts=2 sw=2 et:
