Date: Saturday, September 15, 2018 @ 06:11:02 Author: heftig Revision: 334607
3.30.0+10+gae02f798-1 Modified: gnome-music/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-14 22:08:30 UTC (rev 334606) +++ PKGBUILD 2018-09-15 06:11:02 UTC (rev 334607) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gnome-music -pkgver=3.30.0+8+g68f6c867 +pkgver=3.30.0+10+gae02f798 pkgrel=1 epoch=1 pkgdesc="Music player and management application" @@ -17,7 +17,7 @@ 'gst-plugins-bad: Extra media codecs' 'gst-libav: Extra media codecs') groups=(gnome) -_commit=68f6c867b9edd19557a1f5c784d05057ca09e143 # environments/review-gnome-3-30-6fvdp1/deployments/266 +_commit=ae02f798d64e016918de4b9d14854d36d7d8ff55 # environments/review-gnome-3-30-6fvdp1/deployments/273 source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/libgd.git") sha256sums=('SKIP' @@ -47,6 +47,8 @@ package() { DESTDIR="$pkgdir" meson install -C build - python -m compileall "$pkgdir/usr/lib" - python -O -m compileall "$pkgdir/usr/lib" + + cd "$pkgdir/usr/lib" + python -m compileall . + python -O -m compileall . }
