Date: Thursday, June 28, 2018 @ 15:14:35 Author: alucryd Revision: 346949
upgpkg: lollypop 0.9.516-1 Modified: lollypop/trunk/PKGBUILD ----------+ PKGBUILD | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-28 15:02:57 UTC (rev 346948) +++ PKGBUILD 2018-06-28 15:14:35 UTC (rev 346949) @@ -4,7 +4,7 @@ # Contributor: Cédric Bellegarde <[email protected]> pkgname=lollypop -pkgver=0.9.515 +pkgver=0.9.516 _portal_pkgver=0.9.7 pkgrel=1 pkgdesc='Music player for GNOME' @@ -11,9 +11,13 @@ arch=('any') url='https://gitlab.gnome.org/gnumdk/lollypop' license=('GPL') -depends=('gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo' - 'python-dbus' 'python-gobject' 'totem-plparser') -makedepends=('gobject-introspection' 'intltool' 'itstool' 'meson' 'python') +depends=( + 'gst-plugins-base-libs' 'gtk3' 'python-beautifulsoup4' 'python-cairo' + 'python-dbus' 'python-gobject' 'totem-plparser' +) +makedepends=( + 'git' 'gobject-introspection' 'intltool' 'itstool' 'meson' 'python' +) optdepends=('easytag: Modify tags' 'flatpak: Flatpak Portal' 'gst-libav: FFmpeg plugin for GStreamer' @@ -26,13 +30,13 @@ 'python-pillow: Blur background in lyrics view' 'python-pylast: Last.FM support' 'python-wikipedia: Wikipedia support') -source=("https://gitlab.gnome.org/World/lollypop/uploads/a15d6d46c8e2647eb1235616a2e484e9/lollypop-0.9.515.tar.xz" - "https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz") -sha256sums=('ff4eaa941f8c01e422d384ba463b7b9448b165288de9a7fdeb6c10a3eb5a000c' - 'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b') +source=("git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver}" + "git+https://gitlab.gnome.org/gnumdk/lollypop-portal.git#tag=${_portal_pkgver}") +sha256sums=('SKIP' + 'SKIP') build() { - for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do + for d in lollypop{,-portal}; do arch-meson $d build-$d \ --libexecdir='lib/lollypop' ninja -C build-$d @@ -40,7 +44,7 @@ } package() { - for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do + for d in lollypop{,-portal}; do DESTDIR="${pkgdir}" ninja -C build-$d install done }
