Date: Tuesday, April 16, 2019 @ 13:30:11 Author: alucryd Revision: 451787
upgpkg: lollypop 1.0.6-1 Modified: lollypop/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-16 13:30:08 UTC (rev 451786) +++ PKGBUILD 2019-04-16 13:30:11 UTC (rev 451787) @@ -3,7 +3,7 @@ # Contributor: Cédric Bellegarde <[email protected]> pkgname=lollypop -pkgver=1.0.3 +pkgver=1.0.6 pkgrel=1 pkgdesc='Music player for GNOME' arch=(any) @@ -41,11 +41,11 @@ 'youtube-dl: Youtube support' ) source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver}) -sha256sums=('SKIP') +sha256sums=(SKIP) build() { arch-meson lollypop build \ - --libexecdir='lib/lollypop' + --libexecdir=lib/lollypop ninja -C build }
